11.01.2013 Views

Oracle Forms Developer – Form Builder Reference, Volume 1

Oracle Forms Developer – Form Builder Reference, Volume 1

Oracle Forms Developer – Form Builder Reference, Volume 1

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

GET_PARAMETER_ATTR built-in<br />

Description<br />

Returns the current value and type of an indicated parameter in an indicated parameter list.<br />

Syntax<br />

FUNCTION GET_PARAMETER_ATTR<br />

(list VARCHAR2,<br />

key VARCHAR2,<br />

paramtype NUMBER,<br />

value VARCHAR2);<br />

FUNCTION GET_PARAMETER_ATTR<br />

(name VARCHAR2,<br />

key VARCHAR2,<br />

paramtype NUMBER,<br />

value VARCHAR2);<br />

Built-in Type unrestricted procedure that returns two OUT parameters<br />

Enter Query Mode yes<br />

Parameters<br />

list or name Specifies the parameter list to which the parameter is assigned. The actual<br />

parameter can be either a parameter list ID of type PARAMLIST, or the<br />

VARCHAR2 name of the parameter list.<br />

key The VARCHAR2 name of the parameter.<br />

paramtype An OUT parameter of type NUMBER. The actual parameter you supply<br />

must be a variable of type NUMBER, and cannot be an expression.<br />

Executing the parameter sets the value of the variable to one of the<br />

following numeric constants:<br />

210<br />

DATA_PARAMETER Indicates that the parameter’s value is the name of<br />

a record group.<br />

TEXT_PARAMETER Indicates that the parameter’s value is an actual<br />

data value.<br />

value An OUT parameter of type VARCHAR2. If the parameter is a data type<br />

parameter, the value is the name of a record group. If the parameter is a<br />

text parameter, the value is an actual text parameter.<br />

For an overview of using OUT parameters with PL/SQL procedures, refer to the PL/SQL 2.0 User’s<br />

Guide and <strong>Reference</strong>.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!