DBA Data[Home] [Help]

APPS.IGF_SL_AWARD dependencies on APP_EXCEPTION

Line 162: app_exception.raise_exception;

158: END IF;
159: fnd_message.set_name('IGF','IGF_GE_UNHANDLED_EXP');
160: fnd_message.set_token('NAME','IGF_SL_AWARD.GET_CL_HOLD_REL_IND');
161: igs_ge_msg_stack.conc_exception_hndl;
162: app_exception.raise_exception;
163:
164: END get_cl_hold_rel_ind;
165:
166: -- Created as part of FA 122 Loans Enhancements

Line 240: app_exception.raise_exception;

236: END IF;
237: fnd_message.set_name('IGF','IGF_GE_UNHANDLED_EXP');
238: fnd_message.set_token('NAME','IGF_SL_AWARD.GET_CL_AUTO_LATE_IND');
239: igs_ge_msg_stack.conc_exception_hndl;
240: app_exception.raise_exception;
241:
242: END get_cl_auto_late_ind;
243:
244: FUNCTION get_loan_fee1(p_fed_fund_code igf_aw_fund_cat.fed_fund_code%TYPE,

Line 373: app_exception.raise_exception;

369: END IF;
370: fnd_message.set_name('IGF','IGF_GE_UNHANDLED_EXP');
371: fnd_message.set_token('NAME','IGF_SL_AWARD.GET_LOAN_FEE1');
372: igs_ge_msg_stack.conc_exception_hndl;
373: app_exception.raise_exception;
374:
375: END get_loan_fee1;
376:
377:

Line 477: app_exception.raise_exception;

473: END IF;
474: fnd_message.set_name('IGF','IGF_GE_UNHANDLED_EXP');
475: fnd_message.set_token('NAME','IGF_SL_AWARD.GET_LOAN_FEE2');
476: igs_ge_msg_stack.conc_exception_hndl;
477: app_exception.raise_exception;
478: END get_loan_fee2;
479:
480:
481: FUNCTION chk_disb_date(p_award_id igf_sl_loans.award_id%TYPE,

Line 533: app_exception.raise_exception;

529: END IF;
530: fnd_message.set_name('IGF','IGF_GE_UNHANDLED_EXP');
531: fnd_message.set_token('NAME','IGF_SL_AWARD.CHK_DISB_DATE');
532: igs_ge_msg_stack.conc_exception_hndl;
533: app_exception.raise_exception;
534:
535: END chk_disb_date;
536:
537: -- FACR116 This function returns the alt_rel_code for the passed fund_Code.

Line 564: app_exception.raise_exception;

560: END IF;
561: fnd_message.set_name('IGF','IGF_GE_UNHANDLED_EXP');
562: fnd_message.set_token('NAME','IGF_SL_AWARD.get_alt_rel_code');
563: igs_ge_msg_stack.conc_exception_hndl;
564: app_exception.raise_exception;
565:
566: END get_alt_rel_code;
567:
568: FUNCTION chk_loan_upd_lock(p_award_id igf_sl_loans.award_id%TYPE)

Line 658: app_exception.raise_exception;

654: END IF;
655: fnd_message.set_name('IGF','IGF_GE_UNHANDLED_EXP');
656: fnd_message.set_token('NAME','IGF_SL_AWARD.CHK_LOAN_UPD_LOCK');
657: igs_ge_msg_stack.conc_exception_hndl;
658: app_exception.raise_exception;
659:
660: END chk_loan_upd_lock;
661:
662: PROCEDURE get_loan_amts(p_ci_cal_type IN igs_ca_inst_all.cal_type%TYPE,

Line 719: app_exception.raise_exception;

715: END IF;
716: fnd_message.set_name('IGF','IGF_GE_UNHANDLED_EXP');
717: fnd_message.set_token('NAME','IGF_SL_AWARD.GET_LOAN_AMTS');
718: igs_ge_msg_stack.conc_exception_hndl;
719: app_exception.raise_exception;
720:
721:
722: END get_loan_amts;
723:

Line 916: app_exception.raise_exception;

912: END IF;
913: fnd_message.set_name('IGF','IGF_GE_UNHANDLED_EXP');
914: fnd_message.set_token('NAME','IGF_SL_AWARD.RECALC_FEES');
915: igs_ge_msg_stack.conc_exception_hndl;
916: app_exception.raise_exception;
917:
918: END recalc_fees;
919:
920: PROCEDURE pick_setup(

Line 1216: app_exception.raise_exception;

1212: END IF;
1213: fnd_message.set_name('IGF','IGF_GE_UNHANDLED_EXP');
1214: fnd_message.set_token('NAME','IGF_SL_AWARD.PICK_SETUP');
1215: igs_ge_msg_stack.conc_exception_hndl;
1216: app_exception.raise_exception;
1217:
1218: END pick_setup;
1219:
1220: FUNCTION chk_chg_enable (p_n_award_id igf_aw_award_all.award_id%TYPE)

Line 1276: app_exception.raise_exception;

1272: END IF;
1273: fnd_message.set_name ('IGS', 'IGS_GE_UNHANDLED_EXP');
1274: fnd_message.set_token('NAME','igf_sl_award.chk_chg_enable');
1275: igs_ge_msg_stack.add;
1276: app_exception.raise_exception;
1277: END chk_chg_enable;
1278:
1279:
1280: FUNCTION chk_add_new_disb (p_n_award_id igf_aw_award_all.award_id%TYPE)

Line 1350: app_exception.raise_exception;

1346: END IF;
1347: fnd_message.set_name ('IGS', 'IGS_GE_UNHANDLED_EXP');
1348: fnd_message.set_token('NAME','igf_sl_award.chk_add_new_disb');
1349: igs_ge_msg_stack.add;
1350: app_exception.raise_exception;
1351: END chk_add_new_disb;
1352:
1353:
1354: FUNCTION chk_loan_increase (p_n_award_id igf_aw_award_all.award_id%TYPE)

Line 1455: app_exception.raise_exception;

1451: END IF;
1452: fnd_message.set_name ('IGS', 'IGS_GE_UNHANDLED_EXP');
1453: fnd_message.set_token('NAME','igf_sl_award.chk_loan_increase');
1454: igs_ge_msg_stack.add;
1455: app_exception.raise_exception;
1456: END chk_loan_increase;
1457:
1458: FUNCTION get_loan_cl_version (p_n_award_id igf_aw_award_all.award_id%TYPE)
1459: RETURN igf_sl_cl_setup_all.cl_version%TYPE AS

Line 1533: app_exception.raise_exception;

1529: END IF;
1530: fnd_message.set_name ('IGS', 'IGS_GE_UNHANDLED_EXP');
1531: fnd_message.set_token('NAME','igf_sl_award.get_loan_cl_version');
1532: igs_ge_msg_stack.add;
1533: app_exception.raise_exception;
1534: END get_loan_cl_version;
1535:
1536: FUNCTION chk_fund_st_chg ( p_n_award_id IN igf_aw_award_all.award_id%TYPE,
1537: p_n_disb_num IN igf_aw_awd_disb_all.disb_num%TYPE

Line 1616: app_exception.raise_exception;

1612: END IF;
1613: fnd_message.set_name ('IGS', 'IGS_GE_UNHANDLED_EXP');
1614: fnd_message.set_token('NAME','igf_sl_award.chk_fund_st_chg');
1615: igs_ge_msg_stack.add;
1616: app_exception.raise_exception;
1617: END chk_fund_st_chg;
1618:
1619: END igf_sl_award;