DBA Data[Home] [Help]

APPS.MRP_PO_RESCHEDULE dependencies on PO_HEADERS_ALL

Line 658: from po_headers_all

654: SAVEPOINT before_change;
655:
656: select org_id
657: into l_po_operating_unit
658: from po_headers_all
659: where PO_HEADER_ID= l_po_header_id;
660:
661: change_operating_unit( l_po_operating_unit );
662: