DBA Data[Home] [Help]

APPS.IGF_GR_PELL_CALC dependencies on APP_EXCEPTION

Line 203: app_exception.raise_exception;

199: IF fnd_log.level_exception >= fnd_log.g_current_runtime_level THEN
200: fnd_log.string(fnd_log.level_exception,'igf.plsql.igf_gr_pell_calc.get_pm_3_acad_term_wks.exception',
201: 'sql error message: '||SQLERRM);
202: END IF;
203: app_exception.raise_exception;
204:
205: END get_pm_3_acad_term_wks;
206:
207: PROCEDURE get_key_prog_ver_frm_adm(

Line 678: app_exception.raise_exception;

674: 'igf.plsql.igf_gr_pell_calc.get_pell_setup.exception',
675: 'sql error message: ' || SQLERRM
676: );
677: END IF;
678: app_exception.raise_exception;
679: END get_pell_setup;
680:
681:
682: PROCEDURE get_pell_coa_efc (cp_base_id IN igf_ap_fa_base_rec_all.base_id%TYPE,

Line 798: app_exception.raise_exception;

794: igs_ge_msg_stack.add;
795: IF fnd_log.level_exception >= fnd_log.g_current_runtime_level THEN
796: fnd_log.string(fnd_log.level_exception,'igf.plsql.igf_gr_pell_calc.get_pell_coa_efc.exception','sql error message: '||SQLERRM);
797: END IF;
798: app_exception.raise_exception;
799:
800: END get_pell_coa_efc;
801:
802: PROCEDURE get_pell_attendance_type (

Line 828: || throws an App exception when there is no Key program.

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
832: */

Line 1126: /*The above Enrollment wrapper can return an App exception (or)

1122: p_attendance => l_attendance_type,
1123: p_credit_points => l_credit_pts,
1124: p_fte => l_fte);
1125: EXCEPTION
1126: /*The above Enrollment wrapper can return an App exception (or)
1127: any unhandled exception.*/
1128: WHEN OTHERS THEN
1129: cp_message := fnd_message.get;
1130: IF cp_message IS NOT NULL THEN

Line 1131: -- App Exception from Enrollment wrapper.

1127: any unhandled exception.*/
1128: WHEN OTHERS THEN
1129: cp_message := fnd_message.get;
1130: IF cp_message IS NOT NULL THEN
1131: -- App Exception from Enrollment wrapper.
1132: -- We know how this needs to be handled.
1133: cp_return_status := 'E';
1134: RETURN;
1135: ELSE

Line 1189: app_exception.raise_exception;

1185: igs_ge_msg_stack.add;
1186: IF fnd_log.level_exception >= fnd_log.g_current_runtime_level THEN
1187: fnd_log.string(fnd_log.level_exception,'igf.plsql.igf_gr_pell_calc.get_pell_attendance_type.exception','sql error message: '||SQLERRM);
1188: END IF;
1189: app_exception.raise_exception;
1190:
1191: END get_pell_attendance_type;
1192:
1193: PROCEDURE get_pell_matrix_amt(

Line 1361: app_exception.raise_exception;

1357: igs_ge_msg_stack.add;
1358: IF fnd_log.level_exception >= fnd_log.g_current_runtime_level THEN
1359: fnd_log.string(fnd_log.level_exception,'igf.plsql.igf_gr_pell_calc.get_pell_matrix_amt.exception','sql error message: '||SQLERRM);
1360: END IF;
1361: app_exception.raise_exception;
1362:
1363: END get_pell_matrix_amt ;
1364:
1365: FUNCTION num_disb(

Line 1646: app_exception.raise_exception;

1642: IF fnd_log.level_exception >= fnd_log.g_current_runtime_level THEN
1643: fnd_log.string(fnd_log.level_exception,'igf.plsql.igf_gr_pell_calc.round_term_disbursements.exception','sql error message: '||SQLERRM);
1644: END IF;
1645:
1646: app_exception.raise_exception;
1647: END round_term_disbursements;
1648:
1649:
1650: PROCEDURE round_all_disbursements(

Line 1867: app_exception.raise_exception;

1863: igs_ge_msg_stack.add;
1864: IF fnd_log.level_exception >= fnd_log.g_current_runtime_level THEN
1865: fnd_log.string(fnd_log.level_exception,'igf.plsql.igf_gr_pell_calc.round_all_disbursements.exception','sql error message: '||SQLERRM);
1866: END IF;
1867: app_exception.raise_exception;
1868: END round_all_disbursements;
1869:
1870: PROCEDURE calc_pell(
1871: cp_fund_id IN igf_aw_fund_mast_all.fund_id%TYPE,

Line 3018: app_exception.raise_exception;

3014: igs_ge_msg_stack.add;
3015: IF fnd_log.level_exception >= fnd_log.g_current_runtime_level THEN
3016: fnd_log.string(fnd_log.level_exception,'igf.plsql.igf_gr_pell_calc.calc_pell.exception','sql error message: '||SQLERRM);
3017: END IF;
3018: app_exception.raise_exception;
3019:
3020: END calc_pell;
3021:
3022: PROCEDURE pell_elig( cp_base_id IN igf_ap_fa_base_rec.base_id%TYPE,

Line 3169: app_exception.raise_exception;

3165: igs_ge_msg_stack.add;
3166: IF fnd_log.level_exception >= fnd_log.g_current_runtime_level THEN
3167: fnd_log.string(fnd_log.level_exception,'igf.plsql.igf_gr_pell_calc.pell_elig.exception','sql error message: '||SQLERRM);
3168: END IF;
3169: app_exception.raise_exception;
3170:
3171: END pell_elig;
3172:
3173: PROCEDURE calc_term_pell(

Line 3458: app_exception.raise_exception;

3454: igs_ge_msg_stack.add;
3455: IF fnd_log.level_exception >= fnd_log.g_current_runtime_level THEN
3456: fnd_log.string(fnd_log.level_exception,'igf.plsql.igf_gr_pell_calc.calc_term_pell.exception','sql error message: '||SQLERRM);
3457: END IF;
3458: app_exception.raise_exception;
3459:
3460: END calc_term_pell;
3461:
3462: PROCEDURE calc_ft_max_pell(

Line 3733: app_exception.raise_exception;

3729: igs_ge_msg_stack.add;
3730: IF fnd_log.level_exception >= fnd_log.g_current_runtime_level THEN
3731: fnd_log.string(fnd_log.level_exception,'igf.plsql.igf_gr_pell_calc.calc_ft_max_pell.exception','sql error message: '||SQLERRM);
3732: END IF;
3733: app_exception.raise_exception;
3734:
3735:
3736: END calc_ft_max_pell;
3737: