DBA Data[Home] [Help]

APPS.IGS_FI_CC_PMT dependencies on IGS_GE_MSG_STACK

Line 343: igs_ge_msg_stack.add;

339: WHEN OTHERS THEN
340: ROLLBACK;
341: retcode := 2;
342: errbuf := fnd_message.get_string('IGS','IGS_GE_UNHANDLED_EXCEPTION')||' - '||SUBSTR(SQLERRM,1,40);
343: igs_ge_msg_stack.add;
344: igs_ge_msg_stack.conc_exception_hndl;
345:
346: END upd_status;
347:

Line 344: igs_ge_msg_stack.conc_exception_hndl;

340: ROLLBACK;
341: retcode := 2;
342: errbuf := fnd_message.get_string('IGS','IGS_GE_UNHANDLED_EXCEPTION')||' - '||SUBSTR(SQLERRM,1,40);
343: igs_ge_msg_stack.add;
344: igs_ge_msg_stack.conc_exception_hndl;
345:
346: END upd_status;
347:
348: END igs_fi_cc_pmt;