DBA Data[Home] [Help]

APPS.IGS_EN_GEN_018 dependencies on IGS_EN_GEN_008

Line 608: l_person_type:=igs_en_gen_008.enrp_get_person_type(p_course_cd =>NULL);

604: ELSE
605: l_enr_method:=p_ovr_enr_method;
606: END IF;
607: l_ret_status:=null;l_error_message:=null;
608: l_person_type:=igs_en_gen_008.enrp_get_person_type(p_course_cd =>NULL);
609:
610: --Log header
611: OPEN c_batch_desc(p_batch_id);
612: FETCH c_batch_desc INTO l_batch_desc;

Line 872: FALSE= igs_en_gen_008.enrp_get_var_window(p_cal_type => l_teach_cal_dtls.teach_cal_type,

868: l_abort_loop:=TRUE;
869: END IF;
870:
871: ELSIF --uoo is not attempted -- Variation Window Validation
872: FALSE= igs_en_gen_008.enrp_get_var_window(p_cal_type => l_teach_cal_dtls.teach_cal_type,
873: p_ci_sequence_number => l_teach_cal_dtls.teach_ci_sequence_number,
874: p_effective_dt => SYSDATE,
875: p_uoo_id => l_uoo_id ) THEN
876: enrpl_unit_msg ('E',l_bulk_suas.upload_id,'IGS_EN_CANT_UPD_OUTS_ENRL');

Line 921: ELSIF 'N'=igs_en_gen_008.enrp_val_chg_cp (p_person_id =>l_person_id, --override allowed?

917: l_bulk_suas.variable_cr_point IS NOT NULL THEN --checking variable credit point
918: IF l_bulk_suas.audit_flag='Y' THEN
919: enrpl_unit_msg ('E',l_bulk_suas.upload_id,'IGS_EN_OVR_CP_AUD');
920: l_abort_loop:=TRUE;
921: ELSIF 'N'=igs_en_gen_008.enrp_val_chg_cp (p_person_id =>l_person_id, --override allowed?
922: p_uoo_id =>l_uoo_id,
923: p_cal_type =>l_teach_cal_dtls.teach_cal_type,
924: p_ci_sequence_number =>l_teach_cal_dtls.teach_ci_sequence_number) THEN
925: enrpl_unit_msg ('E',l_bulk_suas.upload_id,'IGS_EN_FAIL_SUA_VARCP_NOT_AWD');

Line 946: IF FALSE=igs_en_gen_008.enrp_val_chg_grd_sch (p_uoo_id =>l_uoo_id,

942:
943:
944: IF l_abort_loop=FALSE AND -- var_cr_point validation was passed or not applicable
945: l_bulk_suas.grading_sch_cd IS NOT NULL THEN -- checking grading schema
946: IF FALSE=igs_en_gen_008.enrp_val_chg_grd_sch (p_uoo_id =>l_uoo_id,
947: p_cal_type =>l_teach_cal_dtls.teach_cal_type,
948: p_ci_sequence_number =>l_teach_cal_dtls.teach_ci_sequence_number,
949: p_message_name =>l_error_message) THEN
950: enrpl_unit_msg ('E',l_bulk_suas.upload_id,'IGS_EN_FAIL_SUA_VARGRD_NOT_AWD');