DBA Data[Home] [Help]

APPS.INL_CHARGE_PVT dependencies on QP_PRICE_REQUEST_CONTEXT

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

977: FND_MSG_PUB.ADD;
978: RAISE L_FND_EXC_ERROR;
979: END IF;
980:
981: l_debug_info := 'Call QP_PRICE_REQUEST_CONTEXT.set_request_id';
982: INL_LOGGING_PVT.Log_Statement (
983: p_module_name => g_module_name,
984: p_procedure_name => l_proc_name,
985: p_debug_info => l_debug_info);

Line 990: QP_PRICE_REQUEST_CONTEXT.set_request_id;

986:
987: -- Enable the price engine to identify the data in the
988: -- pricing temporary tables that belongs to the current
989: -- pricing engine call.
990: QP_PRICE_REQUEST_CONTEXT.set_request_id;
991:
992: l_debug_info := 'Initialize the Global HDR Structure and QP Context';
993: INL_LOGGING_PVT.Log_Statement (
994: p_module_name => g_module_name,