Searches the list of record groups and returns a record group ID when it finds a valid group with the given name. You must define an appropriately typed variable to accept the return value. Define the variable with a type of RecordGroup.
FUNCTION FIND_GROUP
(recordgroup_name VARCHAR2);
Built-in Type unrestricted function
Returns RecordGroup
Enter Query Mode yes
Performance of this function depends upon the number of record groups.
/*
** Built-in: FIND_GROUP
** Example: See CREATE_GROUP and DELETE_GROUP_ROW
*/
Referencing Oracle Forms Objects by Internal ID