Input/Output Component

Fnd_IO_OutputFormName

Fnd_IO_OutputFormName (form name) -> Text

Legacy manual page 130

Parameters

ParameterTypeDescription
nameTextOutput form name (optional)
Function resultTextThe current output form name

Description

Call this method to set the name of the next output form to use. If you are using the Foundation Shell, you can call this method from the Fnd_Hook_IO_DisplayTable hook.

Fnd_IO_OutputFormName ("AccountingOutput")

This routine may also be called as a function to get the current output form name.

$outputForm:=Fnd_IO_OutputFormName
Extracted source text
            Fnd_IO_OutputFormName (form name) ➔ Text

              Parameter               Type              Description
              name                    Text              Output form name (optional)
              Function result         Text              The current output form name

            Call this method to set the name of the next output form to use. If you are using the Foundation Shell,
            you can call this method from the Fnd_Hook_IO_DisplayTable hook.
              Fnd_IO_OutputFormName ("AccountingOutput")

            This routine may also be called as a function to get the current output form name.
              $outputForm:=Fnd_IO_OutputFormName