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.

DELETE_PARAMETER built-in<br />

Description<br />

Deletes the parameter with the given key from the parameter list.<br />

Syntax<br />

PROCEDURE DELETE_PARAMETER<br />

(list VARCHAR2,<br />

key VARCHAR2);<br />

PROCEDURE DELETE_PARAMETER<br />

(name VARCHAR2,<br />

key VARCHAR2);<br />

Built-in Type unrestricted procedure<br />

Enter Query Mode yes<br />

Parameters<br />

list or name Specifies the parameter list, either by list ID or name. The actual parameter<br />

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

VARCHAR2 name of the parameter list.<br />

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

DELETE_PARAMETER restrictions<br />

• Deleting the last parameter from a list does not automatically delete the list itself. To delete the<br />

parameter list, issue a call to the DESTROY_PARAMETER_LIST subprogram.<br />

DELETE_PARAMETER examples<br />

/*<br />

** Built-in: DELETE_PARAMETER<br />

** Example: Remove the ’NUMBER_OF_COPIES’ parameter from the<br />

** already existing ’TEMPDATA’ parameter list.<br />

*/<br />

BEGIN<br />

Delete_Parameter(’tempdata’,’number_of_copies’);<br />

END;<br />

81

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

Saved successfully!

Ooh no, something went wrong!