DBA Data[Home] [Help]

APPS.OE_HEADER_ADJ_UTIL dependencies on OE_ORDER_PVT

Line 4833: oe_debug_pub.add('Before OE_Order_PVT.Process_order',3);

4829: l_control_rec.process := FALSE;
4830: l_control_rec.clear_api_cache := FALSE;
4831: l_control_rec.clear_api_requests := FALSE;
4832:
4833: oe_debug_pub.add('Before OE_Order_PVT.Process_order',3);
4834:
4835: -- OE_Globals.G_RECURSION_MODE := 'Y';
4836:
4837: -- Call OE_Order_PVT.Process_order

Line 4837: -- Call OE_Order_PVT.Process_order

4833: oe_debug_pub.add('Before OE_Order_PVT.Process_order',3);
4834:
4835: -- OE_Globals.G_RECURSION_MODE := 'Y';
4836:
4837: -- Call OE_Order_PVT.Process_order
4838: OE_Order_PVT.Process_order
4839: ( p_api_version_number => 1.0
4840: , x_return_status => x_return_status
4841: , x_msg_count => l_x_msg_count

Line 4838: OE_Order_PVT.Process_order

4834:
4835: -- OE_Globals.G_RECURSION_MODE := 'Y';
4836:
4837: -- Call OE_Order_PVT.Process_order
4838: OE_Order_PVT.Process_order
4839: ( p_api_version_number => 1.0
4840: , x_return_status => x_return_status
4841: , x_msg_count => l_x_msg_count
4842: , x_msg_data => l_x_msg_data

Line 5071: oe_debug_pub.add( 'BEFORE OE_ORDER_PVT.PROCESS_ORDER' , 3 ) ;

5067: l_control_rec.clear_api_cache := FALSE;
5068: l_control_rec.clear_api_requests := FALSE;
5069:
5070: IF l_debug_level > 0 THEN
5071: oe_debug_pub.add( 'BEFORE OE_ORDER_PVT.PROCESS_ORDER' , 3 ) ;
5072: END IF;
5073:
5074: -- OE_Globals.G_RECURSION_MODE := 'Y';
5075:

Line 5076: -- Call OE_Order_PVT.Process_order

5072: END IF;
5073:
5074: -- OE_Globals.G_RECURSION_MODE := 'Y';
5075:
5076: -- Call OE_Order_PVT.Process_order
5077: OE_Order_PVT.Process_order
5078: ( p_api_version_number => 1.0
5079: , x_return_status => x_return_status
5080: , x_msg_count => l_x_msg_count

Line 5077: OE_Order_PVT.Process_order

5073:
5074: -- OE_Globals.G_RECURSION_MODE := 'Y';
5075:
5076: -- Call OE_Order_PVT.Process_order
5077: OE_Order_PVT.Process_order
5078: ( p_api_version_number => 1.0
5079: , x_return_status => x_return_status
5080: , x_msg_count => l_x_msg_count
5081: , x_msg_data => l_x_msg_data