DBA Data[Home] [Help]

APPS.IGF_AP_VER_GRPS_PRC_PKG dependencies on IGS_PE_PERSID_GROUP_V

Line 566: lv_group_type igs_pe_persid_group_v.group_type%TYPE;

562:
563: -- Get all Active persons from the given person_id_group.
564: /* Variables for the dynamic person id group */
565: lv_status VARCHAR2(1) := 'S'; /*Defaulted to 'S' and the function will return 'F' in case of failure */
566: lv_group_type igs_pe_persid_group_v.group_type%TYPE;
567:
568: lv_sql_stmt VARCHAR(32767) := igf_ap_ss_pkg.get_pid(p_prs_grp_id,lv_status,lv_group_type);
569:
570: /* Variable to change the dynamic sql stmt and get the count */