DBA Data[Home] [Help]

APPS.IGS_EN_GEN_015 dependencies on IGS_EN_INST_WLST_OPT

Line 809: CURSOR c_wait_allow_term_cal(cp_cal_type igs_en_inst_wlst_opt.cal_type%TYPE) IS

805: FROM igs_en_inst_wl_stps;
806: --
807: -- Cursor to Check if Waitlisting is allowed at the term calendar level .
808: --
809: CURSOR c_wait_allow_term_cal(cp_cal_type igs_en_inst_wlst_opt.cal_type%TYPE) IS
810: SELECT waitlist_alwd
811: FROM igs_en_inst_wlst_opt
812: WHERE cal_type = cp_cal_type;
813: --

Line 811: FROM igs_en_inst_wlst_opt

807: -- Cursor to Check if Waitlisting is allowed at the term calendar level .
808: --
809: CURSOR c_wait_allow_term_cal(cp_cal_type igs_en_inst_wlst_opt.cal_type%TYPE) IS
810: SELECT waitlist_alwd
811: FROM igs_en_inst_wlst_opt
812: WHERE cal_type = cp_cal_type;
813: --
814: -- Cursor to Check if Waitlisting is allowed at the unit section level .
815: --