DBA Data[Home] [Help]

APPS.IGS_PS_VALIDATE_LGCY_PKG dependencies on IGS_EN_INST_WLST_OPT

Line 2752: FROM igs_en_inst_wlst_opt inst,

2748: ********************************************************************************************** */
2749: CURSOR c_waitlist_allowed ( cp_c_cal_type igs_ca_type.cal_type%TYPE,
2750: cp_n_seq_num igs_ca_inst_all.sequence_number%TYPE ) IS
2751: SELECT inst.waitlist_alwd
2752: FROM igs_en_inst_wlst_opt inst,
2753: igs_ca_load_to_teach_v lot
2754: WHERE
2755: inst.cal_type = lot.load_cal_type AND
2756: lot.teach_cal_type = cp_c_cal_type AND