Component
Data Component
9 language-reference entries were extracted for this component.
- Fnd_Data_EmailAddressError The Fnd_Data_EmailAddressError function checks the validity of an e-mail address. Function returns 0 if e-mail is valid and 1 if invalid. If (Fnd_Data_EmailAddressError...
- Fnd_Data_FormatBypassKey The Fnd_Data_FormatBypassKey routine allows the user to bypass data entry formatting. The current data entry field's format definition is ignored if the user presses the bypass...
- Fnd_Data_FormatError The Fnd_Data_FormatError function returns the last formatting error. This function allows the developer to detect if any of the data formatting routines had a problem trying to...
- Fnd_Data_FormatPhone 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...
- Fnd_Data_FormatPostalCode 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...
- Fnd_Data_FormatText The Fnd_Data_FormatText function formats text by stripping any leading or trailing spaces, removes any double spaces from within the text and capitalizes the first letter of...
- Fnd_Data_FormatWebURL The Fnd_Data_FormatWebURL function formats text of a web URL. Function returns the formatted web URL. Self->:=Fnd_Data_FormatWebURL (Self->)
- Fnd_Data_Info This function returns the requested information about the Data component. $version_t:=Fnd_Data_Info ("version")
- Fnd_Data_ParseName The Fnd_Data_ParseName command parse text of a person's name. The command attempts to split the person's full name into separate parts while removing titles such as Mr. Mrs....