DBA Data[Home] [Help]

APPS.IGS_EN_GEN_012 dependencies on IGS_EN_GEN_008

Line 993: IF (Igs_En_Gen_008.enrp_get_ua_del_alwd(

989: p_course_cd) LOOP
990: -- delete the IGS_EN_SU_ATTEMPT if allowed
991: -- Added the OR clause in the below If condtion OR unit_attempt status is WAITLISTED
992: -- Added by Nishikant - bug#2364216. If the status is WAITLISTED then no need to check whether the unit attempt can be deleted
993: IF (Igs_En_Gen_008.enrp_get_ua_del_alwd(
994: v_sua.cal_type,
995: v_sua.ci_sequence_number,
996: p_discontinued_dt, v_sua.uoo_id) = 'Y'
997: OR v_sua.unit_attempt_status = 'WAITLISTED'

Line 1249: v_administrative_unit_status := Igs_En_Gen_008.enrp_get_uddc_aus(

1245: ELSE
1246: -- discontinue IGS_EN_SU_ATTEMPT
1247: -- get administrative IGS_PS_UNIT status associated
1248: -- with discontinued
1249: v_administrative_unit_status := Igs_En_Gen_008.enrp_get_uddc_aus(
1250: p_discontinued_dt,
1251: v_sua.cal_type,
1252: v_sua.ci_sequence_number,
1253: v_admin_unit_status_str,