Sets the type and value of an indicated parameter in an indicated parameter list.
SET_PARAMETER_ATTR
(list PARAMLIST,
key VARCHAR2,
paramtype NUMBER,
value VARCHAR2);
SET_PARAMETER_ATTR
(name VARCHAR2,
key VARCHAR2,
paramtype NUMBER,
value VARCHAR2);
Built-in Type unrestricted procedure
Enter Query Mode yes
DATA_PARAMETER Indicates that the parameter's value is the name of a record group.
TEXT_PARAMETER Indicates that the parameter's value is an actual data value.