DBA Data[Home] [Help]

APPS.QP_PREQ_GRP dependencies on QP_PRICE_REQUEST_CONTEXT

Line 41400: QP_Price_Request_Context.Set_Request_Id;

41396:
41397: --=====START: Set_Request_Id needed by both Java and PL/SQL engine
41398: -- Set the request id if called from plsql/path and not temp table insert path
41399: IF (G_TEMP_TABLE_INSERT_FLAG = G_YES) THEN
41400: QP_Price_Request_Context.Set_Request_Id;
41401: IF G_DEBUG_ENGINE = FND_API.G_TRUE THEN
41402: engine_debug('Request id in QP_PREQ_GRP : ' ||sys_context('qp_context','request_id'));
41403: END IF;
41404: END IF;

Line 42904: l_request_id := QP_Price_Request_Context.GET_REQUEST_ID;

42900: engine_debug('Before calling QP_JAVA_ENGINE.request_price..');
42901: l_begin_time := dbms_utility.get_time;
42902: END IF;
42903:
42904: l_request_id := QP_Price_Request_Context.GET_REQUEST_ID;
42905: IF G_DEBUG_ENGINE = FND_API.G_TRUE THEN
42906: engine_debug('Request Id:'||l_request_id);
42907: engine_debug('calc_flag:'||p_control_rec.calculate_flag);
42908: END IF;