DBA Data[Home] [Help]

APPS.IGS_UC_MV_IMP_INST dependencies on APP_EXCEPTION

Line 200: WHEN app_exception.record_lock_exception THEN

196: COMMIT;
197: FND_FILE.PUT_LINE( FND_FILE.LOG, ' ');
198:
199: EXCEPTION
200: WHEN app_exception.record_lock_exception THEN
201: ROLLBACK;
202: retcode := 2;
203: errbuf := fnd_message.get_string('IGF','IGF_GE_LOCK_ERROR');
204: IGS_GE_MSG_STACK.CONC_EXCEPTION_HNDL;