DBA Data[Home] [Help]

APPS.IGS_FI_UPG_RETENTION dependencies on IGS_GE_MSG_STACK

Line 793: igs_ge_msg_stack.conc_exception_hndl;

789: WHEN OTHERS THEN
790: ROLLBACK;
791: retcode := 2;
792: errbuf := fnd_message.get_string('IGS','IGS_GE_UNHANDLED_EXCEPTION')||sqlerrm;
793: igs_ge_msg_stack.conc_exception_hndl;
794:
795: END upg_accts;
796:
797: END igs_fi_upg_retention;