Input/Output Component
Fnd_IO_InputFormName
Fnd_IO_InputFormName ({form name}) -> Text
Parameters
| Parameter | Type | Description |
|---|---|---|
| form name | Text | The new input form name (optional) |
| Function result | Text | The input form name |
Description
This method allows the developer to get and set the name of the form to use for any input screens opened by the current process. To set the name of the next input form name to use, pass the input form name to this routine from the Fnd_Hook_IO_DisplayRecord hook.
Fnd_IO_InputFormName ("AdminInput")
No parameter is needed when using this method as a function to determine the currently set form name:
$currentFormName:=Fnd_IO_InputFormName
Extracted source text
Fnd_IO_InputFormName ({form name}) ➔ Text
Parameter Type Description
form name Text The new input form name (optional)
Function result Text The input form name
This method allows the developer to get and set the name of the form to use for any input screens
opened by the current process. To set the name of the next input form name to use, pass the input form
name to this routine from the Fnd_Hook_IO_DisplayRecord hook.
Fnd_IO_InputFormName ("AdminInput")
No parameter is needed when using this method as a function to determine the currently set form name:
$currentFormName:=Fnd_IO_InputFormName