DBA Data[Home] [Help]

APPS.IGF_AW_PACKAGING dependencies on IGS_PE_PERSID_GROUP_V

Line 5875: lv_group_type igs_pe_persid_group_v.group_type%TYPE;

5871: s_adm_st1.s_adm_outcome_status IN ('OFFER', 'COND-OFFER') AND
5872: adm1.course_cd IS NOT NULL);
5873:
5874: l_adm_rec c_get_prog_frm_adm%ROWTYPE;
5875: lv_group_type igs_pe_persid_group_v.group_type%TYPE;
5876:
5877: BEGIN
5878: lv_status := 'S'; -- Defaulted to 'S' and the function will return 'F' in case of failure
5879:

Line 12878: lv_group_type igs_pe_persid_group_v.group_type%TYPE;

12874: AND process_id = l_process_id
12875: ORDER BY temp_num_val2 DESC;
12876:
12877: ln_person_count NUMBER;
12878: lv_group_type igs_pe_persid_group_v.group_type%TYPE;
12879:
12880: BEGIN
12881: lv_status := 'S'; -- Defaulted to 'S' and the function will return 'F' in case of failure
12882: --Bug #5021084