DBA Data[Home] [Help]

APPS.IGF_GR_PELL_CALC dependencies on IGS_EN_PRC_LOAD

Line 34: | Enrollment wrapper call igs_en_prc_load.enrp_get_inst_latt. |

30: | been changed to skip that term and award Pell by processing the remaining terms. |
31: | museshad 06-Mar-2006 Bug 5006587. Build FA 162. Adjust (+ or -) Term Start Date with Term Offset. |
32: | Changes made to get_pell_setup() and get_pell_attendance_type(). |
33: | museshad 08-Nov-2005 Bug 4624366. Added exception handler in get_pell_attendance_type, for the |
34: | Enrollment wrapper call igs_en_prc_load.enrp_get_inst_latt. |
35: | museshad 12-Sep-2005 Build FA 157. Added the procedure round_term_disbursements to implement Pell |
36: | disbursement rounding. |
37: | museshad 13-Jul-2005 Build FA 157. Added the proocedure 'get_key_prog_ver' and other related changes |
38: | relating to deriving anticipated data. |

Line 827: || The Enrollment wrapper igs_en_prc_load.enrp_get_inst_latt

823: || (reverse chronological order - newest change first)
824: || museshad 06-Mar-2006 Bug 5006587. Build FA 162.
825: || Adjust (+ or -) Term Start Date with Term Offset
826: || museshad 08-Nov-2005 Bug 4624366
827: || The Enrollment wrapper igs_en_prc_load.enrp_get_inst_latt
828: || throws an App exception when there is no Key program.
829: || Handled this.
830: || bkkumar 23-Mar-2004 Bug 3512319 Removed the hard coded base_id in the c_nominated cursor.
831: || CDCRUZ 19-NOV-2003 BUG# 3252832 FA-131 Cod updates

Line 1119: igs_en_prc_load.enrp_get_inst_latt( p_person_id => l_fabase_rec.person_id,

1115:
1116: IF (c_chk_enr%FOUND) THEN
1117: BEGIN
1118: -- Get the derived attendnce type for the Context Term
1119: igs_en_prc_load.enrp_get_inst_latt( p_person_id => l_fabase_rec.person_id,
1120: p_load_cal_type => cp_ld_cal_type,
1121: p_load_seq_number => cp_ld_sequence_number,
1122: p_attendance => l_attendance_type,
1123: p_credit_points => l_credit_pts,

Line 1142: fnd_log.string(fnd_log.level_statement,'igf.plsql.igf_gr_pell_calc.get_pell_attendance_type.debug','Attendance Type from the igs_en_prc_load.enrp_get_inst_latt api is '||NVL(l_attendance_type, ''));

1138: RAISE;
1139: END IF;
1140: END;
1141: IF fnd_log.level_statement >= fnd_log.g_current_runtime_level THEN
1142: fnd_log.string(fnd_log.level_statement,'igf.plsql.igf_gr_pell_calc.get_pell_attendance_type.debug','Attendance Type from the igs_en_prc_load.enrp_get_inst_latt api is '||NVL(l_attendance_type, ''));
1143: END IF;
1144:
1145: END IF;
1146: CLOSE c_chk_enr;