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.

FIND_GROUP built-in<br />

Description<br />

Searches the list of record groups and returns a record group ID when it finds a valid group with the<br />

given name. You must define an appropriately typed variable to accept the return value. Define the<br />

variable with a type of RecordGroup.<br />

Syntax<br />

FUNCTION FIND_GROUP<br />

(recordgroup_name VARCHAR2);<br />

Built-in Type unrestricted function<br />

Returns RecordGroup<br />

Enter Query Mode yes<br />

Parameters<br />

recordgroup_name Specifies the valid VARCHAR2 record group name.<br />

FIND_GROUP restrictions<br />

Performance of this function depends upon the number of record groups.<br />

FIND_GROUP examples<br />

128<br />

/*<br />

** Built-in: FIND_GROUP<br />

** Example: See CREATE_GROUP and DELETE_GROUP_ROW<br />

*/

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

Saved successfully!

Ooh no, something went wrong!