Data Component
Fnd_Data_FormatWebURL
Fnd_Data_FormatWebURL (url) -> Text
Parameters
| Parameter | Type | Description |
|---|---|---|
| url | Text | url to format |
| Function result | Text | formatted 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->)