DBA Data[Home] [Help]

APPS.OE_PURCHASE_RELEASE_PVT dependencies on OE_ORDER_PVT

Line 538: OE_ORDER_PVT.Lines

534: IF l_debug_level > 0 THEN
535: oe_debug_pub.add('Now calling Process Order from OEXVDSPB',1);
536: END IF;
537:
538: OE_ORDER_PVT.Lines
539: (p_validation_level => FND_API.G_VALID_LEVEL_NONE
540: ,p_control_rec => l_control_rec
541: ,p_x_line_tbl => l_line_tbl
542: ,p_x_old_line_tbl => l_old_line_tbl

Line 564: OE_ORDER_PVT.Process_Requests_And_notify

560: IF l_debug_level > 0 THEN
561: OE_DEBUG_PUB.add('Calling Process Request and Notify',1);
562: END IF;
563:
564: OE_ORDER_PVT.Process_Requests_And_notify
565: ( p_process_requests => l_control_rec.process
566: ,p_notify => TRUE
567: ,x_return_status => l_return_status
568: ,p_line_tbl => l_line_tbl