DBA Data[Home] [Help]

APPS.IGS_UC_EXPORT_DECISION_REPLY dependencies on IGS_UC_EXPORT_DECISION_REPLY

Line 1: PACKAGE BODY igs_uc_export_decision_reply AS

1: PACKAGE BODY igs_uc_export_decision_reply AS
2: /* $Header: IGSUC65B.pls 120.6 2006/06/19 06:04:03 anwest ship $ */
3:
4: PROCEDURE export_decision( p_app_no igs_uc_app_choices.app_no%TYPE,
5: p_choice_number igs_uc_app_choices.choice_no%TYPE ) AS

Line 403: fnd_message.set_token('NAME','IGS_UC_EXPORT_DECISION_REPLY.GET_BATCHID_LOC'||' - '||SQLERRM);

399:
400: 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;

Line 1415: fnd_message.set_token('NAME','IGS_UC_EXPORT_DECISION_REPLY.EXPORT_DECISION'||' - '||SQLERRM);

1411: EXCEPTION
1412: WHEN OTHERS THEN
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;

Line 2185: fnd_message.set_token('NAME','IGS_UC_EXPORT_DECISION_REPLY.EXPORT_REPLY'||' - '||SQLERRM);

2181:
2182: 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 ;

Line 2191: END igs_uc_export_decision_reply ;

2187: App_Exception.Raise_Exception;
2188:
2189: END export_reply ;
2190:
2191: END igs_uc_export_decision_reply ;