DBA Data[Home] [Help]

APPS.INL_CHARGE_PVT dependencies on QP_PRICE_REQUEST_CONTEXT

Line 633: l_debug_info := 'Call QP_PRICE_REQUEST_CONTEXT.set_request_id';

629: -- Init QP Cost and Charge Line type tables
630: l_qp_cost_table := qp_price_result_tbl();
631: x_charge_ln_tbl := charge_ln_tbl();
632:
633: l_debug_info := 'Call QP_PRICE_REQUEST_CONTEXT.set_request_id';
634: INL_LOGGING_PVT.Log_Statement (p_module_name => g_module_name,
635: p_procedure_name => l_proc_name,
636: p_debug_info => l_debug_info);
637:

Line 641: QP_PRICE_REQUEST_CONTEXT.set_request_id;

637:
638: -- Enable the price engine to identify the data in the
639: -- pricing temporary tables that belongs to the current
640: -- pricing engine call.
641: QP_PRICE_REQUEST_CONTEXT.set_request_id;
642:
643: l_debug_info := 'Initialize the Global HDR Structure and QP Context';
644: INL_LOGGING_PVT.Log_Statement (p_module_name => g_module_name,
645: p_procedure_name => l_proc_name,