DBA Data[Home] [Help]

APPS.IGS_EN_SUA_LGCY_PUB dependencies on IGS_EN_INST_WL_STPS

Line 1100: FROM IGS_EN_INST_WL_STPS;

1096: version_number = cp_version_number;
1097:
1098: CURSOR c_get_max_wlst_per_stud IS
1099: SELECT NVL(max_waitlists_student_num,9999) max_waitlists
1100: FROM IGS_EN_INST_WL_STPS;
1101:
1102: CURSOR c_get_wlst_suas (cp_person_id igs_en_su_attempt.person_id%TYPE,
1103: cp_load_cal_type igs_en_su_attempt.cal_type%TYPE,
1104: cp_load_ci_sequence_number igs_en_su_attempt.ci_sequence_number%TYPE) IS