DBA Data[Home] [Help]

APPS.MRP_PO_RESCHEDULE dependencies on PO_HEADERS_ALL

Line 718: FROM po_headers_all

714: -- Before calling the PO Cancel API (which uses org-striped views),
715: -- We need to retrieve and set the org context to the document's operating unit.
716: SELECT org_id
717: INTO l_po_operating_unit
718: FROM po_headers_all
719: WHERE po_header_id = v_po_header_id(i);
720:
721: mo_global.set_policy_context('S',l_po_operating_unit); -- MOAC Change
722:

Line 859: from po_headers_all

855: SAVEPOINT before_change;
856:
857: select org_id
858: into l_po_operating_unit
859: from po_headers_all
860: where PO_HEADER_ID= l_po_header_id;
861:
862: change_operating_unit( l_po_operating_unit );
863: