DBA Data[Home] [Help]

APPS.IGS_AD_SS_GEN_001 dependencies on IGS_PE_ACAD_HONORS

Line 3873: SELECT 'x' FROM IGS_PE_ACAD_HONORS WHERE person_id = cp_person_id;

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;
3874:
3875: -- Personal Statements- PERSONAL_STMTS
3876: -- Cursors c_perstat and c_perstat_group added by abhiskum
3877: CURSOR c_perstat(cp_person_id igs_ad_appl.person_id%TYPE,