DBA Data[Home] [Help]

APPS.XTR_AI_DEALS_T dependencies on XTR_DEBUG_PKG

Line 37: xtr_debug_pkg.debug('Before XTR_AI_DEALS_T on:'||to_char(sysdate,'MM:DD:HH24:MI:SS'));

33: l_first_trans_flag VARCHAR2(1) := NULL;
34: --
35: --
36: begin
37: xtr_debug_pkg.debug('Before XTR_AI_DEALS_T on:'||to_char(sysdate,'MM:DD:HH24:MI:SS'));
38:
39: IF :NEW.DEAL_TYPE = 'FX' and NVL(:NEW.QUICK_INPUT, 'N') = 'Y' THEN
40: NULL; -- Confirmation and DDA should not be done for incomplete quick deals bug 1577055
41: ELSE

Line 283: xtr_debug_pkg.debug('After XTR_AI_DEALS_T on:'||to_char(sysdate,'MM:DD:HH24:MI:SS'));

279: P_FIRST_TRANS_FLAG => L_FIRST_TRANS_FLAG
280: );
281: end if;
282:
283: xtr_debug_pkg.debug('After XTR_AI_DEALS_T on:'||to_char(sysdate,'MM:DD:HH24:MI:SS'));
284: end;