APPS.XTR_AD_MIRROR_DDA_LIMIT_ROW_T dependencies on APP_EXCEPTIONS
Line 284: when app_exceptions.RECORD_LOCK_EXCEPTION then
280: end if;
281: end if;
282: end if;
283: exception 284: when app_exceptions.RECORD_LOCK_EXCEPTION then 285: if CHK_LOCK_MASTER_CURRENCIES%ISOPEN then
286: close CHK_LOCK_MASTER_CURRENCIES;
287: end if;
288:
Line 312: raise app_exceptions.RECORD_LOCK_EXCEPTION;
308:
309: if CHK_LOCK_GROUP_LIMITS%ISOPEN then
310: close CHK_LOCK_GROUP_LIMITS;
311: end if; 312: raise app_exceptions.RECORD_LOCK_EXCEPTION; 313:
314: --
315: end;