DBA Data[Home] [Help]

APPS.QP_PREQ_PUB dependencies on QP_DEBUG_UTIL

Line 13056: qp_debug_util.tstart(x_Marker=>'ENGINE_CALL_QPXPPREB',x_Desc=>'QPXPPREB Price Request for Event : '||p_control_rec.PRICING_EVENT,x_PutLine=>true);

13052: --perf fix for bug 7309551 smbalara
13053: l_dynamic_sampling_level NUMBER :=0;
13054: l_old_dynamic_sampling_level NUMBER :=0;
13055: BEGIN
13056: qp_debug_util.tstart(x_Marker=>'ENGINE_CALL_QPXPPREB',x_Desc=>'QPXPPREB Price Request for Event : '||p_control_rec.PRICING_EVENT,x_PutLine=>true);
13057:
13058: --===============START: Pre-pricing process needed by JAVA and PL/SQL engine====
13059: -- Set the debug variable G_DEBUG_ENGINE in QP_PREQ_GRP
13060: QP_PREQ_GRP.Set_QP_Debug;

Line 14298: qp_debug_util.tstop('ENGINE_CALL_QPXPPREB');

14294:
14295: END IF;
14296: --============END: Post-pricing process needed by JAVA and PL/SQL Engine======
14297:
14298: qp_debug_util.tstop('ENGINE_CALL_QPXPPREB');
14299: qp_debug_util.tdump;
14300: qp_debug_util.tflush;
14301:
14302: EXCEPTION

Line 14299: qp_debug_util.tdump;

14295: END IF;
14296: --============END: Post-pricing process needed by JAVA and PL/SQL Engine======
14297:
14298: qp_debug_util.tstop('ENGINE_CALL_QPXPPREB');
14299: qp_debug_util.tdump;
14300: qp_debug_util.tflush;
14301:
14302: EXCEPTION
14303: WHEN E_BYPASS_PRICING THEN

Line 14300: qp_debug_util.tflush;

14296: --============END: Post-pricing process needed by JAVA and PL/SQL Engine======
14297:
14298: qp_debug_util.tstop('ENGINE_CALL_QPXPPREB');
14299: qp_debug_util.tdump;
14300: qp_debug_util.tflush;
14301:
14302: EXCEPTION
14303: WHEN E_BYPASS_PRICING THEN
14304: IF l_debug = FND_API.G_TRUE THEN