DBA Data[Home] [Help]

APPS.OZF_TP_ACCRUAL_PVT dependencies on QP_PRICE_REQUEST_CONTEXT

Line 1987: QP_Price_Request_Context.Set_Request_Id;

1983: LOOP
1984:
1985: IF l_header_id_tbl(i).resale_header_id is not NULL THEN
1986:
1987: QP_Price_Request_Context.Set_Request_Id;
1988:
1989: IF OZF_DEBUG_LOW_ON THEN
1990: ozf_utility_PVT.debug_message('/*--- Processing order for order NUMBER:'||l_header_id_tbl(i).resale_header_id||'---*/');
1991: END IF;

Line 2116: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).qp_context_request_id := QP_Price_Request_Context.Get_Request_Id;

2112: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).pricing_date := l_order_set_tbl(j).date_ordered;
2113:
2114: -- R12 Populate Global Resale Structure (+)
2115: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).batch_type := 'TP_ACCRUAL';
2116: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).qp_context_request_id := QP_Price_Request_Context.Get_Request_Id;
2117: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_index := l_line_tbl(j).line_index;
2118: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).resale_table_type := 'RESALE';
2119: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_id := l_order_set_tbl(j).resale_line_id;
2120: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).resale_transfer_type := l_order_set_tbl(j).resale_transfer_type;

Line 3211: QP_Price_Request_Context.Set_Request_Id;

3207: AND date_ordered = l_order_num_tbl(i).date_ordered
3208: AND tracing_flag = 'T'
3209: AND resale_batch_id = p_resale_batch_id; -- bug 5222273
3210:
3211: QP_Price_Request_Context.Set_Request_Id;
3212:
3213: IF OZF_DEBUG_LOW_ON THEN
3214: ozf_utility_PVT.debug_message(l_api_name||'>> order_number = '||l_order_num_tbl(i).order_number||' (+)');
3215: ozf_utility_PVT.debug_message(l_api_name||'>> bill_to_cust_account_id = '||l_order_num_tbl(i).bill_to_cust_account_id);

Line 3345: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).qp_context_request_id := QP_Price_Request_Context.Get_Request_Id;

3341: OZF_ORDER_PRICE_PVT.G_LINE_REC_TBL(j).pricing_date := l_order_set_tbl(j).date_ordered;
3342:
3343: -- R12 Populate Global Resale Structure (+)
3344: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).batch_type := 'TP_ACCRUAL';
3345: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).qp_context_request_id := QP_Price_Request_Context.Get_Request_Id;
3346: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_index := l_line_tbl(j).line_index;
3347: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).resale_table_type := 'IFACE';
3348: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).line_id := l_order_set_tbl(j).resale_line_int_id;
3349: OZF_ORDER_PRICE_PVT.G_RESALE_LINE_TBL(j).resale_transfer_type := l_order_set_tbl(j).resale_transfer_type;