Data Component
Fnd_Data_FormatPhone
Fnd_Data_FormatPhone (phone number) -> Text
Parameters
| Parameter | Type | Description |
|---|---|---|
| phone number | Text | phone number to format |
| Function result | Text | formatted phone number |
Description
The Fnd_Data_FormatPhone function formats text of a phone number. Function returns the formatted phone number as 000-000-0000 or 000-0000 depending on the length of the phone number.
Self->:=Fnd_Data_FormatPhone (Self->)
Extracted source text
Fnd_Data_FormatPhone (phone number) ➜ Text
Parameter Type Description
phone number Text phone number to format
Function result Text formatted phone number
The Fnd_Data_FormatPhone function formats text of a phone number. Function returns the formatted
phone number as 000-000-0000 or 000-0000 depending on the length of the phone number.
Self->:=Fnd_Data_FormatPhone (Self->)