DBA Data[Home] [Help]

APPS.QP_PREQ_GRP dependencies on QP_PRICE_REQUEST_CONTEXT

Line 32590: QP_Price_Request_Context.Set_Request_Id;

32586:
32587: --=====START: Set_Request_Id needed by both Java and PL/SQL engine
32588: -- Set the request id if called from plsql/path and not temp table insert path
32589: IF (G_TEMP_TABLE_INSERT_FLAG = G_YES) THEN
32590: QP_Price_Request_Context.Set_Request_Id;
32591: IF G_DEBUG_ENGINE = FND_API.G_TRUE THEN
32592: engine_debug('Request id in QP_PREQ_GRP : ' ||sys_context('qp_context','request_id'));
32593: END IF;
32594: END IF;

Line 33881: l_request_id := QP_Price_Request_Context.GET_REQUEST_ID;

33877: engine_debug('Before calling QP_JAVA_ENGINE.request_price..');
33878: l_begin_time := dbms_utility.get_time;
33879: END IF;
33880:
33881: l_request_id := QP_Price_Request_Context.GET_REQUEST_ID;
33882: IF G_DEBUG_ENGINE = FND_API.G_TRUE THEN
33883: engine_debug('Request Id:'||l_request_id);
33884: engine_debug('calc_flag:'||p_control_rec.calculate_flag);
33885: END IF;