DBA Data[Home] [Help]

APPS.IGS_SS_ENR_DETAILS dependencies on IGS_EN_GEN_008

Line 4161: IF IGS_EN_GEN_008.enrp_get_var_window( l_teach_cal_type, l_teach_ci_sequence_number,

4157: FETCH c_uoo_teach_cal INTO l_teach_cal_type, l_teach_ci_sequence_number;
4158: CLOSE c_uoo_teach_cal;
4159:
4160: -- Check whether enrollment window is open
4161: IF IGS_EN_GEN_008.enrp_get_var_window( l_teach_cal_type, l_teach_ci_sequence_number,
4162: p_effective_dt, p_uoo_id) THEN
4163:
4164: -- check whether unit attempt can be dropped or discontinued
4165: -- function Enrp_Get_Ua_Del_Alwd returns 'N' if it can be discontinued 'Y' if it can only be dropped.

Line 4166: IF IGS_EN_GEN_008.Enrp_Get_Ua_Del_Alwd(l_teach_cal_type, l_teach_ci_sequence_number,

4162: p_effective_dt, p_uoo_id) THEN
4163:
4164: -- check whether unit attempt can be dropped or discontinued
4165: -- function Enrp_Get_Ua_Del_Alwd returns 'N' if it can be discontinued 'Y' if it can only be dropped.
4166: IF IGS_EN_GEN_008.Enrp_Get_Ua_Del_Alwd(l_teach_cal_type, l_teach_ci_sequence_number,
4167: p_effective_dt, p_uoo_id) = 'Y' THEN
4168: -- check whether the unit attempt getting dropped is superior unit section.
4169: OPEN c_sup(p_uoo_id);
4170: FETCH c_sup INTO temp;