Search Results PO_HEADERS_ALL
Overview
The PO_HEADERS_ALL table is the central repository for header-level information of all purchasing documents within Oracle E-Business Suite Purchasing (PO) module. It serves as the master record for purchase orders, purchase agreements, quotations, and requests for quotation (RFQs). As a multi-organization table, denoted by the "_ALL" suffix, it stores data for all operating units, with access typically controlled by the MOAC (Multi-Org Access Control) security profile. Its primary role is to define the overarching contractual and business terms for a procurement transaction, which are then detailed in associated line and shipment tables.
Key Information Stored
The table's structure captures the essential attributes of a purchasing document header. The primary key is PO_HEADER_ID, a unique system-generated identifier. A significant business key is SEGMENT1, which stores the human-readable document number. Critical foreign key relationships define the business context: VENDOR_ID and VENDOR_SITE_ID link to the supplier and their site; AGENT_ID identifies the buyer; SHIP_TO_LOCATION_ID and BILL_TO_LOCATION_ID define delivery and invoicing addresses. Other vital columns include TYPE_LOOKUP_CODE to distinguish between document types (e.g., STANDARD PO, BLANKET AGREEMENT), CURRENCY_CODE, RATE_TYPE for currency conversion, AUTHORIZATION_STATUS to track approval workflow, and CREATION_DATE. The FROM_HEADER_ID column supports document copying and blanket agreement releases by referencing the source agreement.
Common Use Cases and Queries
This table is fundamental for procurement reporting, data validation, and integration. Common scenarios include tracking the status of documents across operating units, analyzing buyer and supplier activity, and validating document integrity. A typical query to retrieve standard purchase orders for a specific vendor would join to related supplier and lookup tables.
- Sample Query: SELECT pha.segment1 AS po_number, pha.type_lookup_code, pha.authorization_status, pv.vendor_name, pvsa.vendor_site_code FROM po_headers_all pha JOIN po_vendors pv ON pha.vendor_id = pv.vendor_id JOIN po_vendor_sites_all pvsa ON pha.vendor_site_id = pvsa.vendor_site_id WHERE pha.type_lookup_code = 'STANDARD' AND pv.vendor_name LIKE 'ACME%';
- Reporting Use Case: Generating a report of all purchase agreements (BLANKET or CONTRACT) that are currently active, including their effective date ranges and total agreement amounts, often requires filtering on TYPE_LOOKUP_CODE and START_DATE/END_DATE columns.
- Data Validation: Identifying documents where header-level data (like currency) conflicts with line-level data by joining to PO_LINES_ALL.
Related Objects
PO_HEADERS_ALL has extensive relationships within and beyond the Purchasing module, as evidenced by its foreign key constraints. Core related Purchasing tables include PO_LINES_ALL (for document lines), PO_DISTRIBUTIONS_ALL (for accounting distributions), and PO_VENDORS. Crucially, it is referenced by AP_INVOICES_ALL for invoice matching and payment processing. Other significant dependencies include AHL_OSP_ORDERS_B (for service procurement), IGC_CC_HEADERS (for budgetary control), and various JAI (Java APIs for India) tables for localized tax and excise functionality. The table is also the base for key views like PO_HEADERS (a single-organization view filtered by ORG_ID).
-
Table: PO_HEADERS_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_HEADERS_ALL, object_name:PO_HEADERS_ALL, status:VALID, product: PO - Purchasing , description: Document headers (for purchase orders, purchase agreements, quotations, RFQs) , implementation_dba_data: PO.PO_HEADERS_ALL ,
-
Table: PO_HEADERS_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_HEADERS_ALL, object_name:PO_HEADERS_ALL, status:VALID, product: PO - Purchasing , description: Document headers (for purchase orders, purchase agreements, quotations, RFQs) , implementation_dba_data: PO.PO_HEADERS_ALL ,
-
APPS.PO_SUP_CHG_REQUEST_WF_GRP dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.INV_THIRD_PARTY_STOCK_PVT dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.CSE_ASSET_CREATION_PKG dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.PO_MASS_UPDATE_PO_PVT dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.ICX_CAT_FPI_UPGRADE dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.JAI_PO_LA_TRIGGER_PKG dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.GMD_QC_ERES_UTILS dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.CST_PERENDACCRUALS_PVT dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.PO_CATALOG_INDEX_PVT dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.PO_GA_COMMON_GRP dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.JMF_SHIKYU_RPT_CFR_PVT dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.IGC_CBC_PO_YEAR_END_PKG dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.GML_PO_HEADER_ARCHIVE dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.PER_QH_MAINTAIN_QUERY dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.GMS_FUNDS_CONTROL_PKG dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.AHL_OSP_RCV_PVT dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.AP_WFAPPROVAL_PKG dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.RCV_FTE_CALL_PVT dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.WMS_PACKING_WORKBENCH_PVT dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.PO_DOCUMENT_ARCHIVE_GRP dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.PO_PDOI_ATTR_PROCESS_PVT dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.HR_PROCESS_ASSIGNMENT_SS dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.PO_VENDOR_CONTACTS_SV dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.POS_ASN_NOTIF dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.JMF_SHIKYU_RECONCILIAITON_PVT dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.PO_WF_PO_NOTIFICATION dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.WIP_VALIDATE dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.WIP_STD_WF dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.PA_FUNDS_CONTROL_PKG dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.PO_CHANGE_RESPONSE_PVT dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.GMS_RES_MAP dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.GMF_RCV_ACCOUNTING_PKG dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.PO_R12_CAT_UPG_FINAL_GRP dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.INV_LABEL_PVT4 dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.PO_HEADERS_DRAFT_PKG dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.AP_PO_AMT_MATCH_PKG dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.CSTPMECS dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.GMD_SPEC_VRS_GRP dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.PO_VENDOR_SITES_SV dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.ITG_SYNCPOINBOUND_PVT dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.POS_ACK_SEARCH dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.PO_DOCUMENT_CANCEL_PVT dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.RCV_GET_DELIVERED_QTY dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.ICX_CAT_POPULATE_REQTMPL_PVT dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.POA_GA_UTIL_PKG dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.PER_QH_FIND_QUERY dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.PO_REQ_DIST_SV dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.PO_CHORD_WF6 dependencies on PO_HEADERS_ALL
12.1.1