DBA Data[Home] [Help]

APPS.IGS_EN_DROP_UNITS_API dependencies on IGS_EN_VAL_ENCMB

Line 614: IF NOT IGS_EN_VAL_ENCMB.enrp_val_enr_encmb(p_person_id => p_person_id,

610:
611: CLOSE c_ref_cur_coreq_prereq;
612:
613: --Now implement the encumbrance checks for required untis.
614: IF NOT IGS_EN_VAL_ENCMB.enrp_val_enr_encmb(p_person_id => p_person_id,
615: p_course_cd => p_course_cd,
616: p_cal_type => p_load_cal_type,
617: p_ci_sequence_number => p_load_sequence_number,
618: p_message_name => lv_message_name ,

Line 635: END IF; -- end of IF NOT IGS_EN_VAL_ENCMB.enrp_val_enr_encmb

631:
632: p_return_status := 'E';
633: RETURN;
634:
635: END IF; -- end of IF NOT IGS_EN_VAL_ENCMB.enrp_val_enr_encmb
636:
637: EXCEPTION
638:
639: -- To handle user defined exception raised when adminstrative unit status cannot be detremined