Search Results po_headers_archive_all
The PO_HEADERS_ARCHIVE_ALL
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 serves as a critical repository for archived purchase order (PO) header data. This table is part of the Purchasing module and is designed to store historical PO header information that has been purged from the primary PO_HEADERS_ALL
table, typically during data archival or cleanup processes. Below is a detailed examination of its structure, purpose, and integration within Oracle EBS.
Purpose and Functionality
ThePO_HEADERS_ARCHIVE_ALL
table acts as a safeguard for compliance, auditing, and reporting requirements by retaining historical PO header records. When POs are purged from the active PO_HEADERS_ALL
table—either manually or via automated archival scripts—their header data is transferred to this archive table. This ensures that organizations can meet regulatory retention policies while maintaining database performance by reducing the volume of active transactional data.
Key Columns and Structure
The table mirrors the structure ofPO_HEADERS_ALL
but may include additional metadata like archival timestamps. Key columns include:
- PO_HEADER_ID: Unique identifier for the PO header.
- AGENT_ID: Buyer responsible for the PO.
- TYPE_LOOKUP_CODE: PO type (e.g., Standard, Blanket).
- SEGMENT1: PO number visible to users.
- VENDOR_ID: Supplier associated with the PO.
- CREATION_DATE: Original PO creation date.
- ARCHIVE_DATE: Timestamp when the record was archived.
Integration with Oracle EBS Modules
The table integrates with several EBS modules:- Purchasing: Links to archived lines (
PO_LINES_ARCHIVE_ALL
) and distributions (PO_DISTRIBUTIONS_ARCHIVE_ALL
). - Payables: References archived POs for invoice matching.
- General Ledger: Supports financial reporting by retaining cost distribution data.
PO_HEADERS_ALL
and related archive tables ensure data integrity during archival and retrieval.
Data Archival Process
Archival is typically triggered by:- Manual Purge: Using Oracle's Purge utility or custom scripts.
- Automated Jobs: Scheduled concurrent programs like "Purge Documents."
PO_HEADERS_ARCHIVE_ALL
. The process may also archive related entities (lines, shipments) to maintain referential integrity.
Reporting and Compliance
The table enables:- Audit Trails: Tracking PO lifecycle changes post-archival.
- Historical Analysis: Trend reporting on supplier performance or spending.
- Legal Compliance: Adherence to data retention laws (e.g., SOX, GDPR).
Technical Considerations
- Indexing: Proper indexing on
PO_HEADER_ID
,SEGMENT1
, andARCHIVE_DATE
is critical for performance. - Partitioning: Large volumes may necessitate partitioning by date ranges.
- Access Controls: Restricted via Oracle's data security mechanisms (e.g., VPD).
Conclusion
ThePO_HEADERS_ARCHIVE_ALL
table is a cornerstone of Oracle EBS's data retention strategy for procurement. By preserving historical PO headers, it balances operational efficiency with compliance needs, ensuring seamless integration across financial and supply chain modules. Proper configuration and maintenance of this table are essential for organizations leveraging Oracle EBS 12.1.1 or 12.2.2.
-
Table: PO_HEADERS_ARCHIVE_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_HEADERS_ARCHIVE_ALL, object_name:PO_HEADERS_ARCHIVE_ALL, status:VALID, product: PO - Purchasing , description: Archived purchase orders , implementation_dba_data: PO.PO_HEADERS_ARCHIVE_ALL ,
-
Table: PO_HEADERS_ARCHIVE_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_HEADERS_ARCHIVE_ALL, object_name:PO_HEADERS_ARCHIVE_ALL, status:VALID, product: PO - Purchasing , description: Archived purchase orders , implementation_dba_data: PO.PO_HEADERS_ARCHIVE_ALL ,
-
View: PO_DOCUMENT_VERSIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_DOCUMENT_VERSIONS_V, object_name:PO_DOCUMENT_VERSIONS_V, status:VALID, product: PO - Purchasing , description: This view is required to provide version information on documents for contracts. , implementation_dba_data: APPS.PO_DOCUMENT_VERSIONS_V ,
-
View: PO_DOCUMENT_VERSIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_DOCUMENT_VERSIONS_V, object_name:PO_DOCUMENT_VERSIONS_V, status:VALID, product: PO - Purchasing , description: This view is required to provide version information on documents for contracts. , implementation_dba_data: APPS.PO_DOCUMENT_VERSIONS_V ,
-
Table: PO_AGENTS
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_AGENTS, object_name:PO_AGENTS, status:VALID, product: PO - Purchasing , description: Buyers table , implementation_dba_data: PO.PO_AGENTS ,
-
Table: PO_AGENTS
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_AGENTS, object_name:PO_AGENTS, status:VALID, product: PO - Purchasing , description: Buyers table , implementation_dba_data: PO.PO_AGENTS ,
-
Table: PO_VENDOR_CONTACTS
12.2.2
product: PO - Purchasing , description: Supplier contacts , implementation_dba_data: Not implemented in this database ,
-
Table: PO_VENDOR_CONTACTS
12.1.1
product: PO - Purchasing , description: Supplier contacts , implementation_dba_data: Not implemented in this database ,
-
View: PO_ITEM_HISTORY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_ITEM_HISTORY_V, object_name:PO_ITEM_HISTORY_V, status:VALID, product: PO - Purchasing , description: Replaces PO_ITEM_HISTORY table , implementation_dba_data: APPS.PO_ITEM_HISTORY_V ,
-
View: PO_ITEM_HISTORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_ITEM_HISTORY_V, object_name:PO_ITEM_HISTORY_V, status:VALID, product: PO - Purchasing , description: Replaces PO_ITEM_HISTORY table , implementation_dba_data: APPS.PO_ITEM_HISTORY_V ,
-
View: PO_CXML_HEADER_ARCH_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_CXML_HEADER_ARCH_V, object_name:PO_CXML_HEADER_ARCH_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_CXML_HEADER_ARCH_V ,
-
Table: PO_VENDOR_SITES_ALL
12.1.1
product: PO - Purchasing , description: Supplier sites , implementation_dba_data: Not implemented in this database ,
-
Table: PO_VENDOR_SITES_ALL
12.2.2
product: PO - Purchasing , description: Supplier sites , implementation_dba_data: Not implemented in this database ,
-
View: PO_CXML_HEADER_ARCH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_CXML_HEADER_ARCH_V, object_name:PO_CXML_HEADER_ARCH_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_CXML_HEADER_ARCH_V ,
-
View: POS_PO_HEADERS_ARCHIVE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_PO_HEADERS_ARCHIVE_V POS.POS_PO_HEADERS_ARCHIVE_V, object_name:POS_PO_HEADERS_ARCHIVE_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_PO_HEADERS_ARCHIVE_V ,
-
View: PO_ECX_HEADER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_ECX_HEADER_V, object_name:PO_ECX_HEADER_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_ECX_HEADER_V ,
-
View: PO_ECX_HEADER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_ECX_HEADER_V, object_name:PO_ECX_HEADER_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_ECX_HEADER_V ,
-
View: POS_PO_HEADERS_ARCHIVE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_PO_HEADERS_ARCHIVE_V, object_name:POS_PO_HEADERS_ARCHIVE_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_PO_HEADERS_ARCHIVE_V ,
-
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 ,
-
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 ,
-
View: PO_ECX_HEADER_ARCH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_ECX_HEADER_ARCH_V, object_name:PO_ECX_HEADER_ARCH_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_ECX_HEADER_ARCH_V ,
-
View: PO_ECX_HEADER_ARCH_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_ECX_HEADER_ARCH_V, object_name:PO_ECX_HEADER_ARCH_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_ECX_HEADER_ARCH_V ,
-
Table: PO_VENDORS
12.1.1
product: PO - Purchasing , description: Suppliers , implementation_dba_data: Not implemented in this database ,
-
Table: PO_VENDORS
12.2.2
product: PO - Purchasing , description: Suppliers , implementation_dba_data: Not implemented in this database ,
-
View: PO_HEADERS_PRINT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_HEADERS_PRINT, object_name:PO_HEADERS_PRINT, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_HEADERS_PRINT ,
-
View: PO_HEADERS_PRINT
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_HEADERS_PRINT, object_name:PO_HEADERS_PRINT, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_HEADERS_PRINT ,
-
View: POS_PO_LINES_ARCHIVE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_PO_LINES_ARCHIVE_V POS.POS_PO_LINES_ARCHIVE_V, object_name:POS_PO_LINES_ARCHIVE_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_PO_LINES_ARCHIVE_V ,
-
View: POS_PO_LINES_ARCHIVE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_PO_LINES_ARCHIVE_V, object_name:POS_PO_LINES_ARCHIVE_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_PO_LINES_ARCHIVE_V ,
-
View: PO_HEADERS_CHANGE_PRINT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_HEADERS_CHANGE_PRINT, object_name:PO_HEADERS_CHANGE_PRINT, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_HEADERS_CHANGE_PRINT ,
-
View: PO_HEADERS_CHANGE_PRINT
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_HEADERS_CHANGE_PRINT, object_name:PO_HEADERS_CHANGE_PRINT, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_HEADERS_CHANGE_PRINT ,
-
View: PO_HEADERS_ARCHIVE_XML
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_HEADERS_ARCHIVE_XML, object_name:PO_HEADERS_ARCHIVE_XML, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_HEADERS_ARCHIVE_XML ,
-
View: PO_HEADERS_ARCHIVE_XML
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_HEADERS_ARCHIVE_XML, object_name:PO_HEADERS_ARCHIVE_XML, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_HEADERS_ARCHIVE_XML ,