Navigation Component
Fnd_Nav_Info
Fnd_Nav_Info (info requested) -> Text
Parameters
| Parameter | Type | Description |
|---|---|---|
| info requested | Text | Info desired |
| Function Result | Text | Response |
Description
Returns the requested information about the component.
$language_t:=Fnd_Nav_Info (“language”)
The Fnd_Nav_Info method will respond to these requests: Request Response Example name The component’s full name Foundation Navigation version The component’s version number 4.0.3 beta 1 language The currently selected language code EN
This routine can also be called using the Fnd_Gen_ComponentInfo method without first testing to see if the component is installed:
$language_t:=Fnd_Gen_ComponentInfo ("Fnd_Nav";"language")
See the Fnd_Gen_ComponentInfo method for more information.
Extracted source text
Fnd_Nav_Info (info requested) ➜ Text
Parameter Type Description
info requested Text Info desired
Function Result Text Response
Returns the requested information about the component.
$language_t:=Fnd_Nav_Info (“language”)
The Fnd_Nav_Info method will respond to these requests:
Request Response Example
name The component’s full name Foundation Navigation
version The component’s version number 4.0.3 beta 1
language The currently selected language code EN
This routine can also be called using the Fnd_Gen_ComponentInfo method without first testing to see
if the component is installed:
$language_t:=Fnd_Gen_ComponentInfo ("Fnd_Nav";"language")
See the Fnd_Gen_ComponentInfo method for more information.