DBA Data[Home] [Help]

APPS.IGS_UC_MV_IMP_ERRCD dependencies on APP_EXCEPTION

Line 161: WHEN app_exception.record_lock_exception THEN

157: FND_FILE.PUT_LINE( FND_FILE.LOG, ' ');
158:
159: EXCEPTION
160:
161: WHEN app_exception.record_lock_exception THEN
162: ROLLBACK;
163: retcode := 2;
164: errbuf := fnd_message.get_string('IGF','IGF_GE_LOCK_ERROR');
165: IGS_GE_MSG_STACK.CONC_EXCEPTION_HNDL;