DBA Data[Home] [Help]

APPS.IGS_FI_PRC_WAIVERS dependencies on IGS_GE_MSG_STACK

Line 1908: igs_ge_msg_stack.conc_exception_hndl;

1904: WHEN OTHERS THEN
1905: ROLLBACK TO sp_process_waivers;
1906: retcode := 2;
1907: errbuf := fnd_message.get_string('IGS','IGS_GE_UNHANDLED_EXCEPTION') || ' : ' || SQLERRM;
1908: igs_ge_msg_stack.conc_exception_hndl;
1909:
1910: END process_waivers;
1911: END igs_fi_prc_waivers;