DBA Data[Home] [Help]

APPS.OE_PURCHASE_RELEASE_PVT dependencies on OE_ORDER_PVT

Line 503: OE_ORDER_PVT.Lines

499: IF l_debug_level > 0 THEN
500: oe_debug_pub.add('Now calling Process Order from OEXVDSPB',1);
501: END IF;
502:
503: OE_ORDER_PVT.Lines
504: (p_validation_level => FND_API.G_VALID_LEVEL_NONE
505: ,p_control_rec => l_control_rec
506: ,p_x_line_tbl => l_line_tbl
507: ,p_x_old_line_tbl => l_old_line_tbl

Line 529: OE_ORDER_PVT.Process_Requests_And_notify

525: IF l_debug_level > 0 THEN
526: OE_DEBUG_PUB.add('Calling Process Request and Notify',1);
527: END IF;
528:
529: OE_ORDER_PVT.Process_Requests_And_notify
530: ( p_process_requests => l_control_rec.process
531: ,p_notify => TRUE
532: ,x_return_status => l_return_status
533: ,p_line_tbl => l_line_tbl