DBA Data[Home] [Help]

APPS.QP_PREQ_PUB dependencies on QP_DEBUG_UTIL

Line 13226: qp_debug_util.addSummaryTimeLog('Total time taken in Fetching Input Attributes :' || qp_debug_util.getAttribute('BLD_CNTXT_ACCUM_TIME') || 'ms',0,1,1);

13222:
13223: l_total_engine_time NUMBER;
13224: BEGIN
13225:
13226: qp_debug_util.addSummaryTimeLog('Total time taken in Fetching Input Attributes :' || qp_debug_util.getAttribute('BLD_CNTXT_ACCUM_TIME') || 'ms',0,1,1);
13227: qp_debug_util.tstart(x_Marker=>'ENGINE_CALL_QPXPPREB',x_Desc=>'QPXPPREB Price Request for Event : '||p_control_rec.PRICING_EVENT,x_PutLine=>true);
13228:
13229: --===============START: Pre-pricing process needed by JAVA and PL/SQL engine====
13230: -- Set the debug variable G_DEBUG_ENGINE in QP_PREQ_GRP

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

13223: l_total_engine_time NUMBER;
13224: BEGIN
13225:
13226: qp_debug_util.addSummaryTimeLog('Total time taken in Fetching Input Attributes :' || qp_debug_util.getAttribute('BLD_CNTXT_ACCUM_TIME') || 'ms',0,1,1);
13227: qp_debug_util.tstart(x_Marker=>'ENGINE_CALL_QPXPPREB',x_Desc=>'QPXPPREB Price Request for Event : '||p_control_rec.PRICING_EVENT,x_PutLine=>true);
13228:
13229: --===============START: Pre-pricing process needed by JAVA and PL/SQL engine====
13230: -- Set the debug variable G_DEBUG_ENGINE in QP_PREQ_GRP
13231: QP_PREQ_GRP.Set_QP_Debug;

Line 13235: qp_debug_util.setCurrentEvent(p_control_rec.PRICING_EVENT);

13231: QP_PREQ_GRP.Set_QP_Debug;
13232: G_QP_DEBUG := FND_PROFILE.VALUE(l_debug_switch); --3085171
13233:
13234: --Setting current event in debug util
13235: qp_debug_util.setCurrentEvent(p_control_rec.PRICING_EVENT);
13236: --QP_PREQ_GRP.G_CURR_PRICE_EVENT := p_control_rec.PRICING_EVENT;
13237:
13238: l_debug := QP_PREQ_GRP.G_DEBUG_ENGINE;
13239: l_pricing_start_time := dbms_utility.get_time;

Line 13323: qp_debug_util.print_support_csv('START');

13319: -- for QP-PO integration
13320:
13321: IF l_debug = FND_API.G_TRUE THEN
13322: QP_PREQ_GRP.engine_debug('G_REQUEST_TYPE_CODE = ' || G_REQUEST_TYPE_CODE);
13323: qp_debug_util.print_support_csv('START');
13324: END IF;
13325:
13326:
13327: IF G_REQUEST_TYPE_CODE IN ('PO', 'ICX') THEN

Line 14480: qp_debug_util.print_support_csv('END');

14476: END;
14477: END IF;
14478: IF l_debug = FND_API.G_TRUE THEN
14479: QP_PREQ_GRP.ENGINE_DEBUG('End Price Request');
14480: qp_debug_util.print_support_csv('END');
14481: END IF;
14482: --============END: Post-pricing process needed by JAVA and PL/SQL Engine======
14483:
14484: qp_debug_util.tstop('ENGINE_CALL_QPXPPREB',l_total_engine_time);

Line 14484: qp_debug_util.tstop('ENGINE_CALL_QPXPPREB',l_total_engine_time);

14480: qp_debug_util.print_support_csv('END');
14481: END IF;
14482: --============END: Post-pricing process needed by JAVA and PL/SQL Engine======
14483:
14484: qp_debug_util.tstop('ENGINE_CALL_QPXPPREB',l_total_engine_time);
14485: qp_debug_util.addSummaryTimeLog('Total Pricing Engine time (search and calculation included): '||l_total_engine_time||'ms',1,1,0);
14486: qp_debug_util.dumpSummaryTimeLog;
14487: qp_debug_util.tdump;
14488: qp_debug_util.tflush;

Line 14485: qp_debug_util.addSummaryTimeLog('Total Pricing Engine time (search and calculation included): '||l_total_engine_time||'ms',1,1,0);

14481: END IF;
14482: --============END: Post-pricing process needed by JAVA and PL/SQL Engine======
14483:
14484: qp_debug_util.tstop('ENGINE_CALL_QPXPPREB',l_total_engine_time);
14485: qp_debug_util.addSummaryTimeLog('Total Pricing Engine time (search and calculation included): '||l_total_engine_time||'ms',1,1,0);
14486: qp_debug_util.dumpSummaryTimeLog;
14487: qp_debug_util.tdump;
14488: qp_debug_util.tflush;
14489:

Line 14486: qp_debug_util.dumpSummaryTimeLog;

14482: --============END: Post-pricing process needed by JAVA and PL/SQL Engine======
14483:
14484: qp_debug_util.tstop('ENGINE_CALL_QPXPPREB',l_total_engine_time);
14485: qp_debug_util.addSummaryTimeLog('Total Pricing Engine time (search and calculation included): '||l_total_engine_time||'ms',1,1,0);
14486: qp_debug_util.dumpSummaryTimeLog;
14487: qp_debug_util.tdump;
14488: qp_debug_util.tflush;
14489:
14490: EXCEPTION

Line 14487: qp_debug_util.tdump;

14483:
14484: qp_debug_util.tstop('ENGINE_CALL_QPXPPREB',l_total_engine_time);
14485: qp_debug_util.addSummaryTimeLog('Total Pricing Engine time (search and calculation included): '||l_total_engine_time||'ms',1,1,0);
14486: qp_debug_util.dumpSummaryTimeLog;
14487: qp_debug_util.tdump;
14488: qp_debug_util.tflush;
14489:
14490: EXCEPTION
14491: WHEN E_BYPASS_PRICING THEN

Line 14488: qp_debug_util.tflush;

14484: qp_debug_util.tstop('ENGINE_CALL_QPXPPREB',l_total_engine_time);
14485: qp_debug_util.addSummaryTimeLog('Total Pricing Engine time (search and calculation included): '||l_total_engine_time||'ms',1,1,0);
14486: qp_debug_util.dumpSummaryTimeLog;
14487: qp_debug_util.tdump;
14488: qp_debug_util.tflush;
14489:
14490: EXCEPTION
14491: WHEN E_BYPASS_PRICING THEN
14492: IF l_debug = FND_API.G_TRUE THEN