DBA Data[Home] [Help]

APPS.IGS_EN_GEN_015 dependencies on IGS_EN_INST_WL_STPS

Line 805: FROM igs_en_inst_wl_stps;

801: -- Cursor to Check if Waitlisting is allowed at the institution level .
802: --
803: CURSOR c_wait_allow_inst_level IS
804: SELECT waitlist_allowed_flag
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