Dialogs Component
Fnd_Dlg_GetRequest
Fnd_Dlg_GetRequest -> Text
Parameters
| Parameter | Type | Description |
|---|---|---|
| No parameters required | ||
| Function result | Text | Value entered by the user |
Description
The Fnd_Dlg_GetRequest routine returns the value entered by the user after displaying a Request dialog with the Fnd_Dlg_Display routine in conjunction with the Fnd_Dlg_SetRequest routine. See the Fnd_Dlg_SetRequest routine for an example. This routine is unnecessary if you call the Fnd_Dlg_Request function.
Extracted source text
Fnd_Dlg_GetRequest ➔ Text
Parameter Type Description
No parameters required.
Function result Text Value entered by the user
The Fnd_Dlg_GetRequest routine returns the value entered by the user after displaying a Request
dialog with the Fnd_Dlg_Display routine in conjunction with the Fnd_Dlg_SetRequest routine.
See the Fnd_Dlg_SetRequest routine for an example. This routine is unnecessary if you call the
Fnd_Dlg_Request function.