Data Component

Fnd_Data_FormatError

Fnd_Data_FormatError -> Longint

Legacy manual page 59

Parameters

ParameterTypeDescription
Function resultLongintlast formatting error number

Description

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 format the data.

$error_i:= Fnd_Data_FormatError
Extracted source text
            Fnd_Data_FormatError ➜ Longint

              Parameter               Type              Description
              Function result         Longint           last formatting error number

            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
            format the data.
              $error_i:= Fnd_Data_FormatError