DBA Data[Home] [Help]

APPS.IGF_AW_GEN dependencies on APP_EXCEPTION

Line 197: app_exception.raise_exception;

193: WHEN OTHERS THEN
194: fnd_message.set_name('IGS','IGS_GE_UNHANDLED_EXP');
195: fnd_message.set_token('NAME','IGF_AW_GEN.GET_VER_NUM' ||' ' || SQLERRM);
196: igs_ge_msg_stack.add;
197: app_exception.raise_exception;
198:
199: END get_ver_num;
200:
201:

Line 813: app_exception.raise_exception;

809: THEN
810: fnd_message.set_name('IGS', 'IGS_GE_UNHANDLED_EXP');
811: fnd_message.set_token('NAME', 'IGF_AW_GEN.UPDATE_DISB' || ' ' || SQLERRM);
812: igs_ge_msg_stack.ADD;
813: app_exception.raise_exception;
814: END update_disb;
815:
816:
817: PROCEDURE update_fabase_awds(

Line 1040: app_exception.raise_exception ;

1036: WHEN OTHERS THEN
1037: fnd_message.set_name('IGS','IGS_GE_UNHANDLED_EXP');
1038: fnd_message.set_token('NAME','IGF_AW_GEN.UPDATE_FA_BASE_AWD' ||' ' || SQLERRM);
1039: igs_ge_msg_stack.add;
1040: app_exception.raise_exception ;
1041: END update_fabase_awds;
1042:
1043:
1044: FUNCTION get_org_id RETURN NUMBER AS

Line 1067: app_exception.raise_exception;

1063: WHEN OTHERS THEN
1064: fnd_message.set_name('IGS','IGS_GE_UNHANDLED_EXP');
1065: fnd_message.set_token('NAME','IGF_AW_GEN.GET_ORG_ID' ||' ' || SQLERRM);
1066: igs_ge_msg_stack.add;
1067: app_exception.raise_exception;
1068:
1069: END get_org_id;
1070:
1071: /*

Line 1426: app_exception.raise_exception;

1422: WHEN OTHERS THEN
1423: fnd_message.set_name('IGS','IGS_GE_UNHANDLED_EXP');
1424: fnd_message.set_token('NAME','IGF_AW_GEN.UPDATE_FMAST' ||' ' || SQLERRM);
1425: igs_ge_msg_stack.add;
1426: app_exception.raise_exception;
1427:
1428: END update_fmast;
1429:
1430: PROCEDURE update_award( p_award_id IN igf_aw_award_all.award_id%TYPE,

Line 1728: app_exception.raise_exception ;

1724: 'IGF_AW_LOAN_LMT_NOT_FND_WNG'
1725: ) THEN
1726: fnd_message.set_name(SUBSTR(l_name,1,3),l_name);
1727: igs_ge_msg_stack.add;
1728: app_exception.raise_exception ;
1729: ELSE
1730: fnd_message.set_name('IGS','IGS_GE_UNHANDLED_EXP');
1731: fnd_message.set_token('NAME','IGF_AW_GEN.UPDATE_AWARD' || ' ' || SQLERRM);
1732: igs_ge_msg_stack.add;

Line 1733: app_exception.raise_exception ;

1729: ELSE
1730: fnd_message.set_name('IGS','IGS_GE_UNHANDLED_EXP');
1731: fnd_message.set_token('NAME','IGF_AW_GEN.UPDATE_AWARD' || ' ' || SQLERRM);
1732: igs_ge_msg_stack.add;
1733: app_exception.raise_exception ;
1734: END IF;
1735: END update_award;
1736:
1737:

Line 1799: app_exception.raise_exception;

1795: WHEN OTHERS THEN
1796: fnd_message.set_name('IGS','IGS_GE_UNHANDLED_EXP');
1797: fnd_message.set_token('NAME','IGF_AW_GEN.CHECK_LD_CAL_TPS' ||' ' || SQLERRM);
1798: igs_ge_msg_stack.add;
1799: app_exception.raise_exception;
1800:
1801: END check_ld_cal_tps;
1802:
1803: PROCEDURE check_number_format(str varchar2,ret out NOCOPY number) IS

Line 1832: app_exception.raise_exception;

1828: WHEN OTHERS THEN
1829: fnd_message.set_name('IGS','IGS_GE_UNHANDLED_EXP');
1830: fnd_message.set_token('NAME','IGF_AW_GEN.CHECK_NUMBER_FORMAT' ||' ' || SQLERRM);
1831: igs_ge_msg_stack.add;
1832: app_exception.raise_exception;
1833:
1834: END check_number_format;
1835:
1836: PROCEDURE depend_stat_2001

Line 1871: app_exception.raise_exception;

1867: WHEN OTHERS THEN
1868: fnd_message.set_name('IGS','IGS_GE_UNHANDLED_EXP');
1869: fnd_message.set_token('NAME','IGF_AW_GEN.DEPEND_STAT_2001' ||' ' || SQLERRM);
1870: igs_ge_msg_stack.add;
1871: app_exception.raise_exception;
1872:
1873: END depend_stat_2001;
1874:
1875: /*

Line 1965: app_exception.raise_exception;

1961: WHEN OTHERS THEN
1962: fnd_message.set_name('IGS','IGS_GE_UNHANDLED_EXP');
1963: fnd_message.set_token('NAME','IGF_AW_GEN.GET_NOTIFICATION_STATUS ' || SQLERRM);
1964: igs_ge_msg_stack.add;
1965: app_exception.raise_exception;
1966: END get_notification_status;
1967:
1968: /*
1969: || Created By : mnade

Line 2049: app_exception.raise_exception;

2045: WHEN OTHERS THEN
2046: fnd_message.set_name('IGS','IGS_GE_UNHANDLED_EXP');
2047: fnd_message.set_token('NAME','IGF_AW_GEN.UPDATE_NOTIFICATION_STATUS ' || SQLERRM);
2048: igs_ge_msg_stack.add;
2049: app_exception.raise_exception;
2050: END update_notification_status;
2051:
2052: /*
2053: || Created By : mnade

Line 2147: app_exception.raise_exception;

2143: WHEN OTHERS THEN
2144: fnd_message.set_name('IGS','IGS_GE_UNHANDLED_EXP');
2145: fnd_message.set_token('NAME','IGF_AW_GEN.UPDATE_AWD_NOTIFICATION_STATUS ' || SQLERRM);
2146: igs_ge_msg_stack.add;
2147: app_exception.raise_exception;
2148: END update_awd_notification_status;
2149:
2150:
2151: /*