A script-enabled browser is required for this page to function properly.

GET_PARAMETER_LIST Built-in

Description

Searches the list of parameter lists and returns a parameter list ID when it finds a valid parameter list with the given name. You must define an variable of type PARAMLIST to accept the return value. This function is similar to the FIND_ functions available for other objects.

Syntax

FUNCTION GET_PARAMETER_LIST
(name VARCHAR2);

Built-in Type unrestricted function

Returns ParamList

Enter Query Mode yes

Parameters

name 
 
Specifies a valid VARCHAR2 parameter list name.

GET_PARAMETER_LIST Examples

See CREATE_PARAMETER_LIST


Referencing Oracle Forms objects by internal ID