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 ,
-
Lookup Type: MRC_UPGRADE
12.2.2
product: PO - Purchasing , meaning: NODESCRIPTION47 ,
-
Lookup Type: MRC_UPGRADE
12.1.1
product: PO - Purchasing , meaning: NODESCRIPTION47 ,
-
View: PO_LINES_CHANGE_PRINT
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_LINES_CHANGE_PRINT, object_name:PO_LINES_CHANGE_PRINT, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_LINES_CHANGE_PRINT ,
-
View: PO_LINES_CHANGE_PRINT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_LINES_CHANGE_PRINT, object_name:PO_LINES_CHANGE_PRINT, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_LINES_CHANGE_PRINT ,
-
Table: PO_MASSCANCEL_INTERIM
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_MASSCANCEL_INTERIM, object_name:PO_MASSCANCEL_INTERIM, status:VALID, product: PO - Purchasing , description: MassCancel temporary table , implementation_dba_data: PO.PO_MASSCANCEL_INTERIM ,
-
Table: PO_MASSCANCEL_INTERIM
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_MASSCANCEL_INTERIM, object_name:PO_MASSCANCEL_INTERIM, status:VALID, product: PO - Purchasing , description: MassCancel temporary table , implementation_dba_data: PO.PO_MASSCANCEL_INTERIM ,
-
Table: PO_LINES_ARCHIVE_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_LINES_ARCHIVE_ALL, object_name:PO_LINES_ARCHIVE_ALL, status:VALID, product: PO - Purchasing , description: Archived purchase order lines , implementation_dba_data: PO.PO_LINES_ARCHIVE_ALL ,
-
Table: PO_LINES_ARCHIVE_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_LINES_ARCHIVE_ALL, object_name:PO_LINES_ARCHIVE_ALL, status:VALID, product: PO - Purchasing , description: Archived purchase order lines , implementation_dba_data: PO.PO_LINES_ARCHIVE_ALL ,
-
Table: PO_LINE_LOCATIONS_DRAFT_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_LINE_LOCATIONS_DRAFT_ALL, object_name:PO_LINE_LOCATIONS_DRAFT_ALL, status:VALID, product: PO - Purchasing , description: Draft table for PO_LINE_LOCATIONS_ALL , implementation_dba_data: PO.PO_LINE_LOCATIONS_DRAFT_ALL ,
-
Table: PO_LINE_LOCATIONS_ARCHIVE_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_LINE_LOCATIONS_ARCHIVE_ALL, object_name:PO_LINE_LOCATIONS_ARCHIVE_ALL, status:VALID, product: PO - Purchasing , description: Archived purchase order shipments , implementation_dba_data: PO.PO_LINE_LOCATIONS_ARCHIVE_ALL ,
-
Table: PO_LINE_LOCATIONS_ARCHIVE_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_LINE_LOCATIONS_ARCHIVE_ALL, object_name:PO_LINE_LOCATIONS_ARCHIVE_ALL, status:VALID, product: PO - Purchasing , description: Archived purchase order shipments , implementation_dba_data: PO.PO_LINE_LOCATIONS_ARCHIVE_ALL ,
-
View: PO_LINES_PRINT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_LINES_PRINT, object_name:PO_LINES_PRINT, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_LINES_PRINT ,
-
View: PO_LINES_PRINT
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_LINES_PRINT, object_name:PO_LINES_PRINT, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_LINES_PRINT ,
-
View: PO_SOURCE_VENDORS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_SOURCE_VENDORS_V, object_name:PO_SOURCE_VENDORS_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_SOURCE_VENDORS_V ,
-
View: PO_SOURCE_VENDORS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_SOURCE_VENDORS_V, object_name:PO_SOURCE_VENDORS_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_SOURCE_VENDORS_V ,
-
View: POFV_QUOTATION_SHIPMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_QUOTATION_SHIPMENTS, object_name:POFV_QUOTATION_SHIPMENTS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_QUOTATION_SHIPMENTS ,
-
View: POFV_QUOTATION_SHIPMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_QUOTATION_SHIPMENTS, object_name:POFV_QUOTATION_SHIPMENTS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_QUOTATION_SHIPMENTS ,
-
View: POFV_STD_PO_LINES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_STD_PO_LINES, object_name:POFV_STD_PO_LINES, status:VALID, product: PO - Purchasing , description: Referenced Contract Number , implementation_dba_data: APPS.POFV_STD_PO_LINES ,
-
View: POFV_STD_PO_LINES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_STD_PO_LINES, object_name:POFV_STD_PO_LINES, status:VALID, product: PO - Purchasing , description: Referenced Contract Number , implementation_dba_data: APPS.POFV_STD_PO_LINES ,
-
Table: PO_LINE_LOCATIONS_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_LINE_LOCATIONS_ALL, object_name:PO_LINE_LOCATIONS_ALL, status:VALID, product: PO - Purchasing , description: Document shipment schedules (for purchase orders, purchase agreements, quotations, RFQs) , implementation_dba_data: PO.PO_LINE_LOCATIONS_ALL ,
-
Table: PO_LINE_LOCATIONS_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_LINE_LOCATIONS_ALL, object_name:PO_LINE_LOCATIONS_ALL, status:VALID, product: PO - Purchasing , description: Document shipment schedules (for purchase orders, purchase agreements, quotations, RFQs) , implementation_dba_data: PO.PO_LINE_LOCATIONS_ALL ,
-
View: POFV_PO_LINES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_PO_LINES, object_name:POFV_PO_LINES, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POFV_PO_LINES ,
-
View: POFV_QUOTATION_LINES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_QUOTATION_LINES, object_name:POFV_QUOTATION_LINES, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_QUOTATION_LINES ,
-
View: PO_ECX_LINE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_ECX_LINE_V, object_name:PO_ECX_LINE_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_ECX_LINE_V ,
-
View: PO_ECX_LINE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_ECX_LINE_V, object_name:PO_ECX_LINE_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_ECX_LINE_V ,
-
View: POFV_PO_LINES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_PO_LINES, object_name:POFV_PO_LINES, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POFV_PO_LINES ,
-
View: POFV_QUOTATION_LINES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_QUOTATION_LINES, object_name:POFV_QUOTATION_LINES, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_QUOTATION_LINES ,
-
View: POFV_QUOTATION_PRICE_BREAKS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_QUOTATION_PRICE_BREAKS, object_name:POFV_QUOTATION_PRICE_BREAKS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_QUOTATION_PRICE_BREAKS ,
-
View: PO_TEMP_LABOR_RATES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_TEMP_LABOR_RATES_V, object_name:PO_TEMP_LABOR_RATES_V, status:VALID, product: PO - Purchasing , description: Retrieves rate information for Temp Labor lines and their price differentials on Standard POs. , implementation_dba_data: APPS.PO_TEMP_LABOR_RATES_V ,
-
View: PO_TEMP_LABOR_RATES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_TEMP_LABOR_RATES_V, object_name:PO_TEMP_LABOR_RATES_V, status:VALID, product: PO - Purchasing , description: Retrieves rate information for Temp Labor lines and their price differentials on Standard POs. , implementation_dba_data: APPS.PO_TEMP_LABOR_RATES_V ,
-
View: POFV_QUOTATION_PRICE_BREAKS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_QUOTATION_PRICE_BREAKS, object_name:POFV_QUOTATION_PRICE_BREAKS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_QUOTATION_PRICE_BREAKS ,
-
Table: PO_PURGE_PO_LIST
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_PURGE_PO_LIST, object_name:PO_PURGE_PO_LIST, status:VALID, product: PO - Purchasing , description: Purchase order candidates for purging , implementation_dba_data: PO.PO_PURGE_PO_LIST ,
-
Table: PO_PURGE_PO_LIST
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_PURGE_PO_LIST, object_name:PO_PURGE_PO_LIST, status:VALID, product: PO - Purchasing , description: Purchase order candidates for purging , implementation_dba_data: PO.PO_PURGE_PO_LIST ,
-
View: PO_EDA_CLM_DOC_NBR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_EDA_CLM_DOC_NBR_V, object_name:PO_EDA_CLM_DOC_NBR_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_EDA_CLM_DOC_NBR_V ,
-
Table: PO_ACCEPTANCES
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_ACCEPTANCES, object_name:PO_ACCEPTANCES, status:VALID, product: PO - Purchasing , description: Purchase order acceptances , implementation_dba_data: PO.PO_ACCEPTANCES ,
-
Table: PO_NOTIFICATION_CONTROLS
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_NOTIFICATION_CONTROLS, object_name:PO_NOTIFICATION_CONTROLS, status:VALID, product: PO - Purchasing , description: Blanket agreement and planned purchase order notification controls , implementation_dba_data: PO.PO_NOTIFICATION_CONTROLS ,
-
Table: PO_NOTIFICATION_CONTROLS
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_NOTIFICATION_CONTROLS, object_name:PO_NOTIFICATION_CONTROLS, status:VALID, product: PO - Purchasing , description: Blanket agreement and planned purchase order notification controls , implementation_dba_data: PO.PO_NOTIFICATION_CONTROLS ,
-
Table: PO_HEADERS_GT1
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_HEADERS_GT1, object_name:PO_HEADERS_GT1, status:VALID, product: PO - Purchasing , description: For Internal Use Only: This table is global temporary table based on po_headers_all table. It is used for internal processing of data for PO Approval Submission Checks. , implementation_dba_data: PO.PO_HEADERS_GT1 ,
-
Table: PO_ACCEPTANCES
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_ACCEPTANCES, object_name:PO_ACCEPTANCES, status:VALID, product: PO - Purchasing , description: Purchase order acceptances , implementation_dba_data: PO.PO_ACCEPTANCES ,
-
Table: PO_NOTIFICATIONS_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_NOTIFICATIONS_ALL, object_name:PO_NOTIFICATIONS_ALL, status:VALID, product: PO - Purchasing , description: Notifications , implementation_dba_data: PO.PO_NOTIFICATIONS_ALL ,
-
Table: PO_NOTIFICATIONS_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_NOTIFICATIONS_ALL, object_name:PO_NOTIFICATIONS_ALL, status:VALID, product: PO - Purchasing , description: Notifications , implementation_dba_data: PO.PO_NOTIFICATIONS_ALL ,
-
Table: PO_AUTOSOURCE_DOCUMENTS_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_AUTOSOURCE_DOCUMENTS_ALL, object_name:PO_AUTOSOURCE_DOCUMENTS_ALL, status:VALID, product: PO - Purchasing , description: No longer used , implementation_dba_data: PO.PO_AUTOSOURCE_DOCUMENTS_ALL ,
-
Table: PO_HEADERS_GT
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_HEADERS_GT, object_name:PO_HEADERS_GT, status:VALID, product: PO - Purchasing , description: For Internal Use Only: This table is global temporary table based on po_headers_all table. It is used for internal processing of data for PO Approval Submission Checks. , implementation_dba_data: PO.PO_HEADERS_GT ,
-
Table: PO_RFQ_VENDORS
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_RFQ_VENDORS, object_name:PO_RFQ_VENDORS, status:VALID, product: PO - Purchasing , description: Suppliers on an RFQ , implementation_dba_data: PO.PO_RFQ_VENDORS ,
-
Table: PO_AUTOSOURCE_DOCUMENTS_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_AUTOSOURCE_DOCUMENTS_ALL, object_name:PO_AUTOSOURCE_DOCUMENTS_ALL, status:VALID, product: PO - Purchasing , description: No longer used , implementation_dba_data: PO.PO_AUTOSOURCE_DOCUMENTS_ALL ,
-
Table: PO_HEADERS_GT
12.2.2
product: PO - Purchasing , description: For Internal Use Only: This table is global temporary table based on po_headers_all table. It is used for internal processing of data for PO Approval Submission Checks. , implementation_dba_data: Not implemented in this database ,
-
View: PO_LINES_SUPPLIER_ITEMS_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_LINES_SUPPLIER_ITEMS_ALL_V, object_name:PO_LINES_SUPPLIER_ITEMS_ALL_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY , implementation_dba_data: APPS.PO_LINES_SUPPLIER_ITEMS_ALL_V ,
-
Table: PO_RFQ_VENDORS
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_RFQ_VENDORS, object_name:PO_RFQ_VENDORS, status:VALID, product: PO - Purchasing , description: Suppliers on an RFQ , implementation_dba_data: PO.PO_RFQ_VENDORS ,