DBA Data[Home] [Help]

APPS.IGF_SL_GEN dependencies on APP_EXCEPTION

Line 866: app_exception.raise_exception;

862: END IF;
863: fnd_message.set_name('IGF','IGF_GE_UNHANDLED_EXP');
864: fnd_message.set_token('NAME','IGF_SL_GEN.CHECK_LEND_RELATION');
865: igs_ge_msg_stack.conc_exception_hndl;
866: app_exception.raise_exception;
867:
868: END check_lend_relation;
869:
870: PROCEDURE get_person_details ( p_person_id IN igf_sl_cl_pref_lenders.person_id%TYPE,

Line 1178: app_exception.raise_exception;

1174: END IF;
1175: fnd_message.set_name('IGF','IGF_GE_UNHANDLED_EXP');
1176: fnd_message.set_token('NAME','IGF_SL_GEN.GET_PERSON_DETAILS');
1177: igs_ge_msg_stack.conc_exception_hndl;
1178: app_exception.raise_exception;
1179:
1180: END get_person_details;
1181:
1182: PROCEDURE check_rel (

Line 1268: app_exception.raise_exception;

1264: END IF;
1265: fnd_message.set_name('IGF','IGF_GE_UNHANDLED_EXP');
1266: fnd_message.set_token('NAME','IGF_SL_GEN.CHECK_REL');
1267: igs_ge_msg_stack.conc_exception_hndl;
1268: app_exception.raise_exception;
1269:
1270: END check_rel;
1271:
1272: PROCEDURE get_associated_org (p_base_id IN igf_ap_fa_base_rec_all.base_id%TYPE,

Line 1487: app_exception.raise_exception;

1483: x_msg_data := 'IGF_AP_NO_PERSON_ORG';
1484: fnd_message.set_name('IGF', 'IGF_GE_UNHANDLED_EXP');
1485: fnd_message.set_token('NAME', 'IGF_GR_GEN.GET_ASSOCIATED_ORG'||' '||SQLERRM);
1486: igs_ge_msg_stack.add;
1487: app_exception.raise_exception;
1488: END get_associated_org;
1489:
1490:
1491: /* The following procedure obtains school code configured at Org Unit of the student's Key Program.

Line 1663: app_exception.raise_exception;

1659: END IF;
1660: fnd_message.set_name ('IGS', 'IGS_GE_UNHANDLED_EXP');
1661: fnd_message.set_token('NAME','igf_sl_gen.get_fed_fund_code');
1662: igs_ge_msg_stack.add;
1663: app_exception.raise_exception;
1664:
1665: END get_fed_fund_code;
1666:
1667: FUNCTION check_prc_chg (p_v_relationship_cd IN igf_sl_cl_setup_all.relationship_cd%TYPE,

Line 1731: app_exception.raise_exception;

1727: END IF;
1728: fnd_message.set_name ('IGS', 'IGS_GE_UNHANDLED_EXP');
1729: fnd_message.set_token('NAME','igf_sl_gen.check_prc_chg');
1730: igs_ge_msg_stack.add;
1731: app_exception.raise_exception;
1732: END check_prc_chg;
1733:
1734: FUNCTION check_prc_chgm (p_v_relationship_cd IN igf_sl_cl_setup_all.relationship_cd%TYPE,
1735: p_v_cal_type IN igf_aw_fund_mast_all.ci_cal_type%TYPE ,

Line 1796: app_exception.raise_exception;

1792: END IF;
1793: fnd_message.set_name ('IGS', 'IGS_GE_UNHANDLED_EXP');
1794: fnd_message.set_token('NAME','igf_sl_gen.check_prc_chgm');
1795: igs_ge_msg_stack.add;
1796: app_exception.raise_exception;
1797: END check_prc_chgm;
1798:
1799: PROCEDURE update_cl_chg_status(p_v_loan_number IN igf_sl_loans_all.loan_number%TYPE) IS
1800: ------------------------------------------------------------------