DBA Data[Home] [Help]

APPS.IGS_EN_ELGB_OVR_UOO_PKG dependencies on IGS_EN_ELGBL_PROGRAM

Line 98: Nishikant 18-OCT-2002 The call to the function Igs_En_Elgbl_Program.eval_min_cp got modified since the signatue

94: svenkata 8-Jan-2003 Modified the message handling for eval_min_cp.
95: Nishikant 01NOV2002 SEVIS Build. Enh Bug#2641905. notification flag was
96: being fetched from cursor, now modified to get it by
97: calling the function igs_ss_enr_details.get_notification.
98: Nishikant 18-OCT-2002 The call to the function Igs_En_Elgbl_Program.eval_min_cp got modified since the signatue
99: got modified. Enrl Elgbl and Validation Build. Bug#2616692.
100: mesriniv 12-sep-2002 Added a new parameter waitlist_manual_ind in update row of IGS_EN_SU_ATTEMPT
101: for Bug 2554109 MINI Waitlist Build for Jan 03 Release
102: ayedubat 11-APR-2002 Changed the cursor,cur_note_flag to add an extra 'OR'

Line 476: IF l_deny_warn_min_cp ='DENY' AND NOT igs_en_elgbl_program.eval_min_cp(p_person_id => cur_sua_def_var_rec.person_id,

472: END IF;
473: l_min_upd_credit_cp := l_upd_credit_cp;
474: -- The Four parameters p_enrollment_category, p_comm_type, p_method_type, p_min_credit_point
475: -- added in the below function call, as part of Enrl Elgbl and Validation Build. Bug#2616692
476: IF l_deny_warn_min_cp ='DENY' AND NOT igs_en_elgbl_program.eval_min_cp(p_person_id => cur_sua_def_var_rec.person_id,
477: p_load_calendar_type => l_cur_step_cal_rec.cal_type,
478: p_load_cal_sequence_number => l_cur_step_cal_rec.ci_sequence_number,
479: p_uoo_id => cur_sua_def_var_rec.uoo_id,
480: p_program_cd => cur_sua_def_var_rec.course_cd,

Line 511: IF l_deny_warn_max_cp ='DENY' AND NOT igs_en_elgbl_program.eval_max_cp (

507: fnd_message.set_name ('IGS', l_message);
508: igs_ge_msg_stack.add;
509: app_exception.raise_exception;
510: END IF;
511: IF l_deny_warn_max_cp ='DENY' AND NOT igs_en_elgbl_program.eval_max_cp (
512: p_person_id => cur_sua_def_var_rec.person_id,
513: p_load_calendar_type => l_cur_step_cal_rec.cal_type,
514: p_load_cal_sequence_number => l_cur_step_cal_rec.ci_sequence_number,
515: p_uoo_id => cur_sua_def_var_rec.uoo_id,

Line 748: IF l_deny_warn_att_type='DENY' AND NOT igs_en_elgbl_program.eval_unit_forced_type(

744: ) ;
745:
746:
747: l_message := NULL;
748: IF l_deny_warn_att_type='DENY' AND NOT igs_en_elgbl_program.eval_unit_forced_type(
749: p_person_id => cur_sua_def_var_rec.person_id,
750: p_load_calendar_type => l_load_cal_type,
751: p_load_cal_sequence_number => l_load_sequence_number,
752: p_uoo_id => cur_sua_def_var_rec.uoo_id,

Line 768: IF l_deny_warn_cross_fac ='DENY' AND NOT igs_en_elgbl_program.eval_cross_validation (

764: App_Exception.Raise_Exception;
765: END IF ;
766:
767: l_message := NULL;
768: IF l_deny_warn_cross_fac ='DENY' AND NOT igs_en_elgbl_program.eval_cross_validation (
769: p_person_id => cur_sua_def_var_rec.person_id,
770: p_load_cal_type => l_load_cal_type,
771: p_load_ci_sequence_number => l_load_sequence_number,
772: p_uoo_id => cur_sua_def_var_rec.uoo_id,

Line 786: IF l_deny_warn_cross_mod ='DENY' AND NOT igs_en_elgbl_program.eval_cross_validation (

782: App_Exception.Raise_Exception;
783: END IF ;
784:
785: l_message := NULL;
786: IF l_deny_warn_cross_mod ='DENY' AND NOT igs_en_elgbl_program.eval_cross_validation (
787: p_person_id => cur_sua_def_var_rec.person_id,
788: p_load_cal_type => l_load_cal_type,
789: p_load_ci_sequence_number => l_load_sequence_number,
790: p_uoo_id => cur_sua_def_var_rec.uoo_id,

Line 805: IF l_deny_warn_cross_loc ='DENY' AND NOT igs_en_elgbl_program.eval_cross_validation (

801: App_Exception.Raise_Exception;
802: END IF ;
803:
804: l_message := NULL;
805: IF l_deny_warn_cross_loc ='DENY' AND NOT igs_en_elgbl_program.eval_cross_validation (
806: p_person_id => cur_sua_def_var_rec.person_id,
807: p_load_cal_type => l_load_cal_type,
808: p_load_ci_sequence_number => l_load_sequence_number,
809: p_uoo_id => cur_sua_def_var_rec.uoo_id,