DBA Data[Home] [Help]

APPS.OE_DELAYED_REQUESTS_PVT dependencies on OE_ORDER_ADJ_PVT

Line 340: oe_order_adj_pvt.Price_Adjustments(

336: G_PRICE_ADJ request is now logged against LINE entity
337: */
338: If l_entity_code = OE_GLOBALS.G_ENTITY_LINE Then
339:
340: oe_order_adj_pvt.Price_Adjustments(
341: X_Return_Status => l_Return_Status
342: ,p_Header_id => Null
343: ,p_Line_id => l_request_rec.entity_id
344: ,p_request_type_code=> 'ONT'

Line 349: oe_order_adj_pvt.Price_Adjustments(

345: ,p_request_rec => l_request_rec
346: );
347:
348: Else
349: oe_order_adj_pvt.Price_Adjustments(
350: X_Return_Status => l_Return_Status
351: ,p_Header_id => l_request_rec.entity_id
352: ,p_Line_id => null
353: ,p_request_type_code=> 'ONT'

Line 1181: oe_order_adj_pvt.Price_line(

1177: --RT}
1178: IF l_debug_level > 0 THEN
1179: Oe_Debug_pub.Add('Before Line Price');
1180: END IF;
1181: oe_order_adj_pvt.Price_line(
1182: X_Return_Status => l_Return_Status
1183: ,p_Line_id => l_request_rec.entity_id
1184: ,p_Request_Type_code=> 'ONT'
1185: ,p_Control_rec => l_Price_Control_Rec

Line 1211: oe_order_adj_pvt.Price_line(

1207: l_price_control_rec.source_order_amount_flag := 'Y';
1208: End If;
1209:
1210: --Bug 2619506, Added p_action_code
1211: oe_order_adj_pvt.Price_line(
1212: X_Return_Status => l_Return_Status
1213: ,p_Header_id => l_request_rec.entity_id
1214: ,p_Request_Type_code=> 'ONT'
1215: ,p_Control_rec => l_Price_Control_Rec

Line 1763: oe_order_adj_pvt.Price_line(

1759:
1760: END LOOP; */
1761:
1762:
1763: oe_order_adj_pvt.Price_line(
1764: X_Return_Status => l_Return_Status
1765: ,p_Request_Type_code=> 'ONT'
1766: ,p_Control_rec => l_Price_Control_Rec
1767: ,p_Header_id => l_request_rec.entity_id

Line 4386: OE_ORDER_ADJ_PVT.price_action

4382: IF l_request_rec.entity_code = OE_GLOBALS.G_ENTITY_HEADER THEN
4383: IF l_debug_level > 0 THEN
4384: oe_debug_pub.add('Before calling Price Order for :' || l_request_rec.entity_id, 5);
4385: END IF;
4386: OE_ORDER_ADJ_PVT.price_action
4387: (
4388: p_header_count => 1,
4389: p_header_list => l_request_rec.entity_id,
4390: p_line_count => 0,

Line 4418: OE_ORDER_ADJ_PVT.price_action

4414:
4415: IF l_debug_level > 0 THEN
4416: oe_debug_pub.add('Before calling Price Line for count :' || l_lines_count || '; List : ' || l_lines_list, 5);
4417: END IF;
4418: OE_ORDER_ADJ_PVT.price_action
4419: (
4420: p_header_count => 0,
4421: p_header_list => null,
4422: p_line_count => l_lines_count,