Search Results po_headers_all'
The PO_HEADERS_ALL
table is a fundamental entity in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2, serving as the primary repository for purchase order (PO) header-level information within the Purchasing module. This table stores metadata and transactional data for purchase orders, blanket agreements, and contracts, playing a pivotal role in procurement processes. Below is a detailed analysis of its structure, relationships, and functional significance.
Table Structure and Key Columns
ThePO_HEADERS_ALL
table contains critical columns that define PO attributes:
- PO_HEADER_ID: Primary key, uniquely identifying each PO.
- AGENT_ID: References the buyer (employee) responsible for the PO, linked to
PER_ALL_PEOPLE_F
. - TYPE_LOOKUP_CODE: Classifies the document type (e.g., STANDARD, BLANKET, CONTRACT).
- SEGMENT1: Human-readable PO number, often displayed in UIs.
- VENDOR_ID: Foreign key to
AP_SUPPLIERS
, identifying the supplier. - STATUS: Tracks PO lifecycle (e.g., APPROVED, CLOSED, CANCELLED).
- CURRENCY_CODE: Specifies the transaction currency, tied to
FND_CURRENCIES
. - RATE_TYPE and RATE_DATE: Used for foreign currency conversion.
- ORG_ID: Multi-org identifier, linking to
HR_OPERATING_UNITS
.
Functional Role in Procurement
The table acts as the anchor for procurement workflows:- Document Creation: Captures header details during PO creation, including terms, dates (e.g.,
CREATION_DATE
,APPROVED_DATE
), and shipping controls. - Approval Hierarchy: Stores approval routing via
WF_ITEM_KEY
, integrating with Oracle Workflow. - Global Procurement: Supports multi-org and multi-currency operations through
ORG_ID
and currency-related fields. - Integration: Serves as a source for downstream modules like Accounts Payable (
AP_INVOICES_ALL
) and Inventory (MTL_SYSTEM_ITEMS_B
).
Relationships with Other Tables
PO_HEADERS_ALL
has key relationships:
- PO_LINES_ALL: Child table linked via
PO_HEADER_ID
, storing line-level details. - PO_DISTRIBUTIONS_ALL: Further breaks down lines into accounting distributions.
- AP_SUPPLIERS: References supplier master data.
- HR_OPERATING_UNITS: Ties POs to organizational units for multi-org compliance.
Technical Considerations
- Indexing: Key indexes include
PO_HEADERS_ALL_N1
(PO_HEADER_ID
) andPO_HEADERS_ALL_N2
(VENDOR_ID
) for performance. - Partitioning: In large implementations, partitioning by
ORG_ID
or date ranges may be employed. - Audit Columns:
CREATION_DATE
,CREATED_BY
,LAST_UPDATE_DATE
, andLAST_UPDATED_BY
track changes.
Customization and Extensions
The table supports extensibility via:- Descriptive Flexfields (DFFs): Custom attributes stored in
PO_HEADERS_DFF
. - API Integration: Oracle's Purchasing APIs (
PO_PO_APIS
) enforce business rules during data manipulation.
Conclusion
ThePO_HEADERS_ALL
table is central to Oracle EBS Purchasing, enabling end-to-end procurement processes while maintaining data integrity across modules. Its design accommodates complex requirements like multi-org operations, global currencies, and approval workflows, making it indispensable for enterprises leveraging Oracle EBS 12.1.1 or 12.2.2.
-
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_GA_COMMON_GRP dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.IGC_CC_REVAL_FIX_PROCESS_PKG dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.WIP_VALIDATE dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.PO_CHORD_WF6 dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.CST_PERENDACCRUALS_PVT dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.PO_MASS_UPDATE_PO_PVT dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.AP_WORKFLOW_PKG dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.JAI_CMN_MTAX_PKG dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.PO_DOCUMENT_ARCHIVE_GRP dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.PA_FUNDS_CONTROL_PKG dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.MRP_PO_RESCHEDULE 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.PO_HEADERS_PKG_S2 dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.PO_CATALOG_INDEX_PVT dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.PO_MASS_UPDATE dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.AP_XML_TAX_DERIVATION_PKG dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.PO_DOC_STYLE_PVT dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.ICX_CAT_FPI_UPGRADE dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.PO_DOCUMENT_ACTION_CLOSE 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_INTERFACE dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.PO_REQ_DIST_SV dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.JAI_CMN_ST_FORMS_PKG dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.PA_CI_SUPPLIER_UTILS dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.PO_CHORD_WF3 dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.GMS_FUNDS_CONTROL_PKG dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.INV_CONSUMPTION_TXN_PVT dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.RCV_FTE_CALL_PVT dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.POS_AP_INVOICES_PKG dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.WMS_PACKING_WORKBENCH_PVT dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.JAI_PO_LA_TRIGGER_PKG dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.POA_GA_UTIL_PKG dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.AP_XML_INVOICE_INBOUND_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.PER_QH_FIND_QUERY dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.PO_HEADERS_SV3 dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.PO_PDOI_ITEM_PROCESS_PVT dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.PO_SUPPLY dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.CSTPAPPR dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.PA_CONTROL_API_PVT dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.POA_EDW_ALINES_F_SIZE dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.GMD_QC_ERES_UTILS dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.PO_DOCUMENT_ACTION_AUTH dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.WIP_OSP_SHP_I_WF dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.POA_GA_UTIL_PKG dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.GML_PO_HEADER_ARCHIVE dependencies on PO_HEADERS_ALL
12.1.1
-
APPS.AHL_OSP_RCV_PVT dependencies on PO_HEADERS_ALL
12.1.1