Data Component

Fnd_Data_FormatWebURL

Fnd_Data_FormatWebURL (url) -> Text

Legacy manual page 61

Parameters

ParameterTypeDescription
urlTexturl to format
Function resultTextformatted url

Description

The Fnd_Data_FormatWebURL function formats text of a web URL. Function returns the formatted web URL.

Self->:=Fnd_Data_FormatWebURL (Self->)
Extracted source text
            Fnd_Data_FormatWebURL (url) ➜ Text

              Parameter                     Type                  Description
              url                           Text                  url to format
              Function result               Text                  formatted url

            The Fnd_Data_FormatWebURL function formats text of a web URL. Function returns the formatted
            web URL.
              Self->:=Fnd_Data_FormatWebURL (Self->)