DBA Data[Home] [Help]

APPS.IGS_FI_POSTING_PROCESS dependencies on IGS_GE_MSG_STACK

Line 1199: igs_ge_msg_stack.conc_exception_hndl;

1195: EXCEPTION
1196: WHEN OTHERS THEN
1197: retcode := 2;
1198: errbuf := fnd_message.get_string('IGS','IGS_GE_UNHANDLED_EXCEPTION')||SQLERRM;
1199: igs_ge_msg_stack.conc_exception_hndl;
1200:
1201: END transfer_posting;
1202:
1203:

Line 1385: igs_ge_msg_stack.conc_exception_hndl;

1381: WHEN OTHERS THEN
1382: ROLLBACK;
1383: retcode := 2;
1384: errbuf := fnd_message.get_string('IGS','IGS_GE_UNHANDLED_EXCEPTION')||sqlerrm;
1385: igs_ge_msg_stack.conc_exception_hndl;
1386: END posting_interface;
1387:
1388:
1389: END igs_fi_posting_process;