DBA Data[Home] [Help]

APPS.XTR_AI_MIRROR_DDA_TMP_T dependencies on APP_EXCEPTIONS

Line 294: when app_exceptions.RECORD_LOCK_EXCEPTION then

290: end if;
291: end if;
292: xtr_debug_pkg.debug('After XTR_AI_XTR_MIRROR_DDA_TMP_T on:'||to_char(sysdate,'MM:DD:HH24:MI:SS'));
293: exception
294: when app_exceptions.RECORD_LOCK_EXCEPTION then
295: if CHK_LOCK_MASTER_CURRENCIES%ISOPEN then
296: close CHK_LOCK_MASTER_CURRENCIES;
297: end if;
298:

Line 323: raise app_exceptions.RECORD_LOCK_EXCEPTION;

319: if CHK_LOCK_GROUP_LIMITS%ISOPEN then
320: close CHK_LOCK_GROUP_LIMITS;
321: end if;
322:
323: raise app_exceptions.RECORD_LOCK_EXCEPTION;
324: --
325: end;