DBA Data[Home] [Help]

APPS.XTR_AI_MIRROR_DDA_LIMIT_ROW_T dependencies on XTR_DEBUG_PKG

Line 111: xtr_debug_pkg.debug('Before XTR_AI_XTR_MIRROR_DDA_LIMIT_ROW_T on:'||

107: or (LIMIT_TYPE='XI' and nvl(l_lim_type,'X') in('X','I')))
108: and CPARTY_CODE = l_grp_party
109: for update of UTILISED_AMOUNT NOWAIT;
110: begin
111: xtr_debug_pkg.debug('Before XTR_AI_XTR_MIRROR_DDA_LIMIT_ROW_T on:'||
112: to_char(sysdate,'MM:DD:HH24:MI:SS'));
113: if :NEW.LIMIT_CODE is NOT NULL then
114: open GET_HOMECCY;
115: fetch GET_HOMECCY INTO l_home_ccy;

Line 299: xtr_debug_pkg.debug('After XTR_AI_XTR_MIRROR_DDA_LIMIT_ROW_T on:'||

295: close CHK_LOCK_GROUP_LIMITS;
296: end if;
297: end if;
298: end if;
299: xtr_debug_pkg.debug('After XTR_AI_XTR_MIRROR_DDA_LIMIT_ROW_T on:'||
300: to_char(sysdate,'MM:DD:HH24:MI:SS'));
301: exception
302: when app_exceptions.RECORD_LOCK_EXCEPTION then
303: if CHK_LOCK_MASTER_CURRENCIES%ISOPEN then