A script-enabled browser is required for this page to function properly.

FIND_GROUP Built-in

Description

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.

Syntax

FUNCTION FIND_GROUP
(recordgroup_name VARCHAR2);

Built-in Type unrestricted function

Returns RecordGroup

Enter Query Mode yes

Parameters

recordgroup_name 
 
Specifies the valid VARCHAR2 record group name.

FIND_GROUP Restrictions

Performance of this function depends upon the number of record groups.

FIND_GROUP Example

/*

** Built-in: FIND_GROUP
** Example: See CREATE_GROUP and DELETE_GROUP_ROW
*/


Referencing Oracle Forms Objects by Internal ID