DBA Data[Home] [Help]

APPS.IGF_AW_RULE dependencies on IGS_PE_PERSID_GROUP_V

Line 235: lv_group_type igs_pe_persid_group_v.group_type%TYPE;

231: --Cursor below retrieves all the person belonging to a person id group
232:
233: /* Variables for the dynamic person id group */
234: lv_status VARCHAR2(1) := 'S'; /*Defaulted to 'S' and the function will return 'F' in case of failure */
235: lv_group_type igs_pe_persid_group_v.group_type%TYPE;
236: lv_sql_stmt VARCHAR(32767) := igf_ap_ss_pkg.get_pid(p_pergrp_id,lv_status,lv_group_type);
237:
238:
239: TYPE CstudCurTyp IS REF CURSOR ;