DBA Data[Home] [Help]

APPS.MRP_CANCEL_PO dependencies on PO_HEADERS_ALL

Line 37: FROM po_headers_all

33: -- Before calling the PO Cancel API (which uses org-striped views),
34: -- We need to retrieve and set the org context to the document's operating unit.
35: SELECT org_id
36: INTO l_document_org_id
37: FROM po_headers_all
38: WHERE po_header_id = p_po_header_id;
39:
40: l_access_mode := mo_global.Get_access_mode();
41: l_current_org_id := mo_global.get_current_org_id();