DBA Data[Home] [Help]

APPS.XTR_AI_MIRROR_DDA_TMP_T dependencies on APP_EXCEPTIONS

Line 295: when app_exceptions.RECORD_LOCK_EXCEPTION then

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

Line 324: raise app_exceptions.RECORD_LOCK_EXCEPTION;

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