DBA Data[Home] [Help]

APPS.IGS_AD_SS_GEN_001 dependencies on IGS_UC_QUAL_DETS

Line 3869: SELECT 'x' FROM IGS_UC_QUAL_DETS WHERE person_id = cp_person_id;

3865: AND Closed_flag <> 'Y');
3866:
3867: -- Qualification Details- QUALIFICATION
3868: CURSOR c_qual(cp_person_id igs_ad_appl.person_id%TYPE) IS
3869: SELECT 'x' FROM IGS_UC_QUAL_DETS WHERE person_id = cp_person_id;
3870:
3871: -- Academic Honors- ACAD_HONORS
3872: CURSOR c_acad_hon(cp_person_id igs_ad_appl.person_id%TYPE) IS
3873: SELECT 'x' FROM IGS_PE_ACAD_HONORS WHERE person_id = cp_person_id;