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