DBA Data[Home] [Help]

APPS.OE_DELAYED_REQUESTS_PVT dependencies on OE_ORDER_ADJ_PVT

Line 320: oe_order_adj_pvt.Price_Adjustments(

316: G_PRICE_ADJ request is now logged against LINE entity
317: */
318: If l_entity_code = OE_GLOBALS.G_ENTITY_LINE Then
319:
320: oe_order_adj_pvt.Price_Adjustments(
321: X_Return_Status => l_Return_Status
322: ,p_Header_id => Null
323: ,p_Line_id => l_request_rec.entity_id
324: ,p_request_type_code=> 'ONT'

Line 328: oe_order_adj_pvt.Price_Adjustments(

324: ,p_request_type_code=> 'ONT'
325: ,p_request_rec => l_request_rec
326: );
327: Else
328: oe_order_adj_pvt.Price_Adjustments(
329: X_Return_Status => l_Return_Status
330: ,p_Header_id => l_request_rec.entity_id
331: ,p_Line_id => null
332: ,p_request_type_code=> 'ONT'

Line 999: oe_order_adj_pvt.Price_line(

995: --RT}
996: IF l_debug_level > 0 THEN
997: Oe_Debug_pub.Add('Before Line Price');
998: END IF;
999: oe_order_adj_pvt.Price_line(
1000: X_Return_Status => l_Return_Status
1001: ,p_Line_id => l_request_rec.entity_id
1002: ,p_Request_Type_code=> 'ONT'
1003: ,p_Control_rec => l_Price_Control_Rec

Line 1029: oe_order_adj_pvt.Price_line(

1025: l_price_control_rec.source_order_amount_flag := 'Y';
1026: End If;
1027:
1028: --Bug 2619506, Added p_action_code
1029: oe_order_adj_pvt.Price_line(
1030: X_Return_Status => l_Return_Status
1031: ,p_Header_id => l_request_rec.entity_id
1032: ,p_Request_Type_code=> 'ONT'
1033: ,p_Control_rec => l_Price_Control_Rec

Line 1519: oe_order_adj_pvt.Price_line(

1515:
1516: END LOOP; */
1517:
1518:
1519: oe_order_adj_pvt.Price_line(
1520: X_Return_Status => l_Return_Status
1521: ,p_Request_Type_code=> 'ONT'
1522: ,p_Control_rec => l_Price_Control_Rec
1523: ,p_Header_id => l_request_rec.entity_id

Line 3948: OE_ORDER_ADJ_PVT.price_action

3944: IF l_request_rec.entity_code = OE_GLOBALS.G_ENTITY_HEADER THEN
3945: IF l_debug_level > 0 THEN
3946: oe_debug_pub.add('Before calling Price Order for :' || l_request_rec.entity_id, 5);
3947: END IF;
3948: OE_ORDER_ADJ_PVT.price_action
3949: (
3950: p_header_count => 1,
3951: p_header_list => l_request_rec.entity_id,
3952: p_line_count => 0,

Line 3980: OE_ORDER_ADJ_PVT.price_action

3976:
3977: IF l_debug_level > 0 THEN
3978: oe_debug_pub.add('Before calling Price Line for count :' || l_lines_count || '; List : ' || l_lines_list, 5);
3979: END IF;
3980: OE_ORDER_ADJ_PVT.price_action
3981: (
3982: p_header_count => 0,
3983: p_header_list => null,
3984: p_line_count => l_lines_count,