DBA Data[Home] [Help]

APPS.IGS_UC_EXPORT_DECISION_REPLY dependencies on APP_EXCEPTION

Line 405: App_Exception.Raise_Exception;

401: WHEN OTHERS THEN
402: Fnd_Message.Set_name('IGS','IGS_GE_UNHANDLED_EXP');
403: fnd_message.set_token('NAME','IGS_UC_EXPORT_DECISION_REPLY.GET_BATCHID_LOC'||' - '||SQLERRM);
404: fnd_file.put_line(fnd_file.LOG,fnd_message.get());
405: App_Exception.Raise_Exception;
406:
407: END get_batchid_loc;
408:
409:

Line 1417: App_Exception.Raise_Exception;

1413:
1414: Fnd_Message.Set_name('IGS','IGS_GE_UNHANDLED_EXP');
1415: fnd_message.set_token('NAME','IGS_UC_EXPORT_DECISION_REPLY.EXPORT_DECISION'||' - '||SQLERRM);
1416: IGS_GE_MSG_STACK.ADD;
1417: App_Exception.Raise_Exception;
1418:
1419: END export_decision;
1420:
1421:

Line 2187: App_Exception.Raise_Exception;

2183: WHEN OTHERS THEN
2184: Fnd_Message.Set_name('IGS','IGS_GE_UNHANDLED_EXP');
2185: fnd_message.set_token('NAME','IGS_UC_EXPORT_DECISION_REPLY.EXPORT_REPLY'||' - '||SQLERRM);
2186: igs_ge_msg_stack.add;
2187: App_Exception.Raise_Exception;
2188:
2189: END export_reply ;
2190:
2191: END igs_uc_export_decision_reply ;