DBA Data[Home] [Help]

APPS.OE_HEADER_ADJ_UTIL dependencies on OE_ORDER_PVT

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

4673: l_control_rec.process := FALSE;
4674: l_control_rec.clear_api_cache := FALSE;
4675: l_control_rec.clear_api_requests := FALSE;
4676:
4677: oe_debug_pub.add('Before OE_Order_PVT.Process_order',3);
4678:
4679: -- OE_Globals.G_RECURSION_MODE := 'Y';
4680:
4681: -- Call OE_Order_PVT.Process_order

Line 4681: -- Call OE_Order_PVT.Process_order

4677: oe_debug_pub.add('Before OE_Order_PVT.Process_order',3);
4678:
4679: -- OE_Globals.G_RECURSION_MODE := 'Y';
4680:
4681: -- Call OE_Order_PVT.Process_order
4682: OE_Order_PVT.Process_order
4683: ( p_api_version_number => 1.0
4684: , x_return_status => x_return_status
4685: , x_msg_count => l_x_msg_count

Line 4682: OE_Order_PVT.Process_order

4678:
4679: -- OE_Globals.G_RECURSION_MODE := 'Y';
4680:
4681: -- Call OE_Order_PVT.Process_order
4682: OE_Order_PVT.Process_order
4683: ( p_api_version_number => 1.0
4684: , x_return_status => x_return_status
4685: , x_msg_count => l_x_msg_count
4686: , x_msg_data => l_x_msg_data

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

4911: l_control_rec.clear_api_cache := FALSE;
4912: l_control_rec.clear_api_requests := FALSE;
4913:
4914: IF l_debug_level > 0 THEN
4915: oe_debug_pub.add( 'BEFORE OE_ORDER_PVT.PROCESS_ORDER' , 3 ) ;
4916: END IF;
4917:
4918: -- OE_Globals.G_RECURSION_MODE := 'Y';
4919:

Line 4920: -- Call OE_Order_PVT.Process_order

4916: END IF;
4917:
4918: -- OE_Globals.G_RECURSION_MODE := 'Y';
4919:
4920: -- Call OE_Order_PVT.Process_order
4921: OE_Order_PVT.Process_order
4922: ( p_api_version_number => 1.0
4923: , x_return_status => x_return_status
4924: , x_msg_count => l_x_msg_count

Line 4921: OE_Order_PVT.Process_order

4917:
4918: -- OE_Globals.G_RECURSION_MODE := 'Y';
4919:
4920: -- Call OE_Order_PVT.Process_order
4921: OE_Order_PVT.Process_order
4922: ( p_api_version_number => 1.0
4923: , x_return_status => x_return_status
4924: , x_msg_count => l_x_msg_count
4925: , x_msg_data => l_x_msg_data