DBA Data[Home] [Help]

APPS.OE_LINE_PATTR_UTIL dependencies on OE_ORDER_PVT

Line 4502: -- Call OE_Order_PVT.Process_order

4498: l_control_rec.clear_api_cache := FALSE;
4499: l_control_rec.clear_api_requests := FALSE;
4500:
4501:
4502: -- Call OE_Order_PVT.Process_order
4503:
4504: oe_debug_pub.add('Before OE_Order_PVT.Process_order',1);
4505:
4506: -- OE_Globals.G_RECURSION_MODE := 'Y';

Line 4504: oe_debug_pub.add('Before OE_Order_PVT.Process_order',1);

4500:
4501:
4502: -- Call OE_Order_PVT.Process_order
4503:
4504: oe_debug_pub.add('Before OE_Order_PVT.Process_order',1);
4505:
4506: -- OE_Globals.G_RECURSION_MODE := 'Y';
4507:
4508:

Line 4509: OE_Order_PVT.Process_order

4505:
4506: -- OE_Globals.G_RECURSION_MODE := 'Y';
4507:
4508:
4509: OE_Order_PVT.Process_order
4510: ( p_api_version_number => 1.0
4511: , x_return_status => x_return_status
4512: , x_msg_count => l_x_msg_count
4513: , x_msg_data => l_x_msg_data