Data Component

Fnd_Data_Info

Fnd_Data_Info (info requested) -> Text

Legacy manual page 61

Parameters

ParameterTypeDescription
info requestedTextInfo desired
Function ResultTextResponse

Description

This function returns the requested information about the Data component.

$version_t:=Fnd_Data_Info ("version")

The Fnd_Data_Info method will respond to these requests: Request Response Example name The component’s full name Foundation Data version The component’s version number 4.0.5 beta 4

This routine can also be called using the Fnd_Gen_ComponentInfo method without first testing to see if the component is installed:

$version_t:=Fnd_Gen_ComponentInfo ("Fnd_Data";"version")

See the Fnd_Gen_ComponentInfo method for more information.

Extracted source text
            Fnd_Data_Info (info requested) ➔ Text

              Parameter                     Type                  Description
              info requested                Text                  Info desired
              Function Result               Text                  Response

            This function returns the requested information about the Data component.
              $version_t:=Fnd_Data_Info ("version")

            The Fnd_Data_Info method will respond to these requests:
              Request            Response                                         Example
              name               The component’s full name                        Foundation Data
              version            The component’s version number                   4.0.5 beta 4

            This routine can also be called using the Fnd_Gen_ComponentInfo method without first testing to see
            if the component is installed:
              $version_t:=Fnd_Gen_ComponentInfo ("Fnd_Data";"version")

            See the Fnd_Gen_ComponentInfo method for more information.