DBA Data[Home] [Help]

APPS.IGF_AW_GEN_002 dependencies on APP_EXCEPTION

Line 1353: app_exception.raise_exception;

1349: --Raise an error as No such Field Defined
1350: fnd_message.set_name('IGF','IGF_AP_NO_SUCH_CHNG_CODE');
1351: fnd_message.set_token('CHANGE_CODE',p_field_name);
1352: igs_ge_msg_stack.add;
1353: app_exception.raise_exception;
1354: END IF;
1355:
1356: BEGIN
1357: --Insert this Change Code and Its changed value for tracking

Line 1414: APP_EXCEPTION.RAISE_EXCEPTION;

1410: WHEN OTHERS THEN
1411: FND_MESSAGE.SET_NAME('IGS','IGS_GE_UNHANDLED_EXP');
1412: FND_MESSAGE.SET_TOKEN('NAME','igf_ap_compare_fields');
1413: igs_ge_msg_stack.add;
1414: APP_EXCEPTION.RAISE_EXCEPTION;
1415: END comp_fields;
1416:
1417: BEGIN
1418: -- Get record record of Original ISIR

Line 1582: app_exception.raise_exception;

1578: WHEN OTHERS THEN
1579: fnd_message.set_name('IGS','IGS_GE_UNHANDLED_EXP');
1580: fnd_message.set_token('NAME','igf_ap_compare_isirs');
1581: igs_ge_msg_stack.add;
1582: app_exception.raise_exception;
1583:
1584: END compare_isirs;
1585:
1586: