Menus Component

Fnd_Menu_Info

Fnd_Menu_Info (info requested) -> Text

Legacy manual page 158

Parameters

ParameterTypeDescription
info requestedTextInfo desired
Function ResultTextResponse

Description

This function returns the requested information about the Menu component.

$version_t:=Fnd_Menu_Info ("version")

The Fnd_Menu_Info method will respond to these requests: Request Response Example name The component’s full name Foundation Menus version The component’s version number 4.1.2

See the Fnd_Gen_ComponentInfo method for more information.

Extracted source text
            Fnd_Menu_Info (info requested) ➔ Text

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

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

            The Fnd_Menu_Info method will respond to these requests:
              Request            Response                                                Example
              name               The component’s full name                               Foundation Menus
              version            The component’s version number                          4.1.2

            See the Fnd_Gen_ComponentInfo method for more information.