DBA Data[Home] [Help]

APPS.IGS_EN_GEN_011 dependencies on IGS_EN_ELGBL_PROGRAM

Line 43: -- in the call to igs_en_elgbl_program.eval_unit_forced_type

39: -- sarakshi 27-Feb-2003 Enh#2797116,modified the procedure enrpl_upd_sca_coo ,added delete_flag check in the where clause
40: -- of the cursor c_coo
41: --ssawhney 17-feb-2003 Bug : 2758856 : Added the parameter x_external_reference in the call to IGS_PE_PERS_ENCUMB_PKG.UPDATE_ROW
42: -- amuthu 27-Jan-2003 Bug# 2750538 changed p_deny_warn_att to NVL(p_deny_warn_att,l_notification_flag)
43: -- in the call to igs_en_elgbl_program.eval_unit_forced_type
44: -- svenkata 7-Jan-2003 Bug#2737263 - Modifications made in enrp_prc_sua_blk_trn to get the Att Typ of the
45: -- Program before the unit is transferred.
46: -- pradhakr 30-Dec-2002 Modified the logic to check the Grading Schema while transfering Unit Sections.
47: -- Changes as per bug# 2715516.

Line 48: -- svenkata 22-Dec-02 Bug # 2686793 - Added a call to routine igs_en_elgbl_program.eval_unit_forced_type to enforce

44: -- svenkata 7-Jan-2003 Bug#2737263 - Modifications made in enrp_prc_sua_blk_trn to get the Att Typ of the
45: -- Program before the unit is transferred.
46: -- pradhakr 30-Dec-2002 Modified the logic to check the Grading Schema while transfering Unit Sections.
47: -- Changes as per bug# 2715516.
48: -- svenkata 22-Dec-02 Bug # 2686793 - Added a call to routine igs_en_elgbl_program.eval_unit_forced_type to enforce
49: -- to enforce Attendance Type validations on transferring.Modifications made in enrp_prc_sua_blk_trn.
50: -- pradhakr 15-Dec-2002 Changed the call to the update_row and update_row of
51: -- igs_en_su_attempt table to igs_en_sua_api.update_unit_attempt
52: -- and igs_en_sua_api.create_unit_attempt. Changes wrt ENCR031 build.

Line 2739: --svenkata 22-Dec-02 Bug # 2686793 - Added a call to routine igs_en_elgbl_program.eval_unit_forced_type to enforce

2735: -- Modify the call to the fn eval_min_cp to pass the total enr CP.
2736: -- The signature of the routine enrpl_upd_sua_uoo has been modified to add Acad Cal dtls.
2737: --Nishikant 01NOV2002 SEVIS Build. Enh Bug#2641905. Two new parameters p_person_id, p_message
2738: -- added to the calls igs_ss_enr_details.get_notification.
2739: --svenkata 22-Dec-02 Bug # 2686793 - Added a call to routine igs_en_elgbl_program.eval_unit_forced_type to enforce
2740: -- to enforce Attendance Type validations on transferring a unit.The validation is done after the
2741: -- unit is dropped.If validation fails(ERROR),transferred record is rolled back.If a warning is encountered,
2742: -- the warning message is logged.Transfer is completed successfully.
2743: --kkillams 07-Jan-03 Logging new error message when source and destination unit section are same.

Line 3969: l_dummy_bolean := igs_en_elgbl_program.eval_max_cp( p_person_id => p_person_id,

3965:
3966: IF l_notification_flag IS NOT NULL THEN
3967: l_message:= NULL;
3968: l_dummy_bolean:=NULL;
3969: l_dummy_bolean := igs_en_elgbl_program.eval_max_cp( p_person_id => p_person_id,
3970: p_load_calendar_type => p_load_cal_type,
3971: p_load_cal_sequence_number => p_load_seq_number,
3972: p_uoo_id => p_destination_uoo_id,
3973: p_program_cd => p_course_cd,

Line 4587: l_dummy_bolean := igs_en_elgbl_program.eval_min_cp( p_person_id => p_person_id,

4583: END IF;
4584: IF l_notification_flag IS NOT NULL THEN
4585: l_message:= NULL;
4586: l_dummy_bolean:=NULL;
4587: l_dummy_bolean := igs_en_elgbl_program.eval_min_cp( p_person_id => p_person_id,
4588: p_load_calendar_type => p_load_cal_type,
4589: p_load_cal_sequence_number => p_load_seq_number,
4590: p_uoo_id => p_destination_uoo_id,
4591: p_program_cd => p_course_cd,

Line 4656: l_dummy_bolean := igs_en_elgbl_program.eval_unit_forced_type( p_person_id => p_person_id,

4652: END IF;
4653: IF l_notification_flag IS NOT NULL THEN
4654: l_message:= NULL;
4655: l_dummy_bolean:=NULL;
4656: l_dummy_bolean := igs_en_elgbl_program.eval_unit_forced_type( p_person_id => p_person_id,
4657: p_load_calendar_type => p_load_cal_type,
4658: p_load_cal_sequence_number => p_load_seq_number,
4659: p_uoo_id => p_destination_uoo_id,
4660: p_course_cd => p_course_cd,

Line 4728: l_dummy_bolean := igs_en_elgbl_program.eval_cross_validation ( p_person_id => p_person_id,

4724: l_message:= NULL;
4725: l_dummy_bolean:=NULL;
4726: -- passing 0 to p_upd_cp as the unit attempt is created already, which would considered inside the function
4727: -- for credit point calculation
4728: l_dummy_bolean := igs_en_elgbl_program.eval_cross_validation ( p_person_id => p_person_id,
4729: p_load_cal_type => p_load_cal_type,
4730: p_load_ci_sequence_number => p_load_seq_number,
4731: p_uoo_id => p_destination_uoo_id,
4732: p_course_cd => p_course_cd,

Line 4792: l_dummy_bolean := igs_en_elgbl_program.eval_cross_validation ( p_person_id => p_person_id,

4788: l_message:= NULL;
4789: l_dummy_bolean:=NULL;
4790: -- passing 0 to p_upd_cp as the unit attempt is created already, which would considered inside the function
4791: -- for credit point calculation
4792: l_dummy_bolean := igs_en_elgbl_program.eval_cross_validation ( p_person_id => p_person_id,
4793: p_load_cal_type => p_load_cal_type,
4794: p_load_ci_sequence_number => p_load_seq_number,
4795: p_uoo_id => p_destination_uoo_id,
4796: p_course_cd => p_course_cd,

Line 4857: l_dummy_bolean := igs_en_elgbl_program.eval_cross_validation ( p_person_id => p_person_id,

4853: l_message:= NULL;
4854: l_dummy_bolean:=NULL;
4855: -- passing 0 to p_upd_cp as the unit attempt is created already, which would considered inside the function
4856: -- for credit point calculation
4857: l_dummy_bolean := igs_en_elgbl_program.eval_cross_validation ( p_person_id => p_person_id,
4858: p_load_cal_type => p_load_cal_type,
4859: p_load_ci_sequence_number => p_load_seq_number,
4860: p_uoo_id => p_destination_uoo_id,
4861: p_course_cd => p_course_cd,