Search Results oe_order_header_history
The OE_ORDER_HEADER_HISTORY table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a critical repository for historical data related to order headers in the Order Management (OM) module. This table stores snapshots of changes made to order header records in the OE_ORDER_HEADERS_ALL table, enabling audit trails, compliance reporting, and historical analysis. Below is a detailed breakdown of its structure, functionality, and integration within Oracle EBS.
Purpose and Functionality
The OE_ORDER_HEADER_HISTORY table captures historical versions of order header records whenever modifications occur. This includes changes to attributes such as order status, pricing, customer details, or shipping information. The table serves as a log for tracking order evolution over time, supporting regulatory requirements (e.g., SOX compliance) and business process analysis. Unlike transactional tables, it retains immutable records, ensuring data integrity for historical reporting.Key Columns and Structure
The table's schema includes columns that mirror OE_ORDER_HEADERS_ALL, along with metadata for historical tracking:- HEADER_ID: Foreign key linking to the original order header.
- VERSION_NUMBER: Incremental version identifier for each change.
- CREATION_DATE/LAST_UPDATE_DATE: Timestamps for record creation/modification.
- CREATED_BY/LAST_UPDATED_BY: User IDs responsible for changes.
- CHANGE_REASON: Optional field documenting the reason for modifications.
- STATUS, CUSTOMER_ID, PRICE_LIST_ID: Snapshot of order attributes at the time of change.
Integration with Oracle EBS Modules
The table interacts with several EBS components:- Order Management (OM): Primary source of order header changes, triggering history records via APIs or workflows.
- Inventory (INV): Updates to shipping or fulfillment data may propagate to history.
- Receivables (AR): Links to invoicing and customer data changes.
- Advanced Pricing: Captures historical pricing adjustments.
Technical Considerations
- Partitioning: In high-volume environments, partitioning by CREATION_DATE improves query performance.
- Indexing: Common indexes include HEADER_ID and VERSION_NUMBER for retrieval efficiency.
- Purge Policies: Oracle provides archival utilities (e.g., FND_PURGE) to manage data growth.
Customization and Extensions
Organizations may extend functionality by:- Adding custom columns via AD_ZD patches for additional tracking.
- Creating triggers to capture non-standard attributes.
- Integrating with BI tools (e.g., Oracle BI Publisher) for historical trend analysis.
Performance Implications
Frequent writes to this table can impact system performance. Recommendations include:- Limiting history retention to required periods.
- Scheduling batch operations during off-peak hours.
- Monitoring table growth via DBA_SEGMENTS.
Conclusion
The OE_ORDER_HEADER_HISTORY table is a foundational element for auditability and historical reporting in Oracle EBS Order Management. Its design ensures traceability of order lifecycle changes while integrating seamlessly with core EBS modules. Proper configuration and maintenance are essential to balance compliance needs with system performance.-
Table: OE_ORDER_HEADER_HISTORY
12.1.1
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_ORDER_HEADER_HISTORY, object_name:OE_ORDER_HEADER_HISTORY, status:VALID, product: ONT - Order Management , description: Stores history of attribute change for Order Headers , implementation_dba_data: ONT.OE_ORDER_HEADER_HISTORY ,
-
Table: OE_ORDER_HEADER_HISTORY
12.2.2
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_ORDER_HEADER_HISTORY, object_name:OE_ORDER_HEADER_HISTORY, status:VALID, product: ONT - Order Management , description: Stores history of attribute change for Order Headers , implementation_dba_data: ONT.OE_ORDER_HEADER_HISTORY ,
-
APPS.OE_HEADER_UTIL dependencies on OE_ORDER_HEADER_HISTORY
12.1.1
-
APPS.OE_PAYMENT_DATA_MIGRATION_UTIL dependencies on OE_ORDER_HEADER_HISTORY
12.2.2
-
APPS.OE_HEADER_SECURITY dependencies on OE_ORDER_HEADER_HISTORY
12.1.1
-
APPS.OE_VERSIONING_UTIL dependencies on OE_ORDER_HEADER_HISTORY
12.2.2
-
APPS.OE_VERSION_HISTORY_UTIL dependencies on OE_ORDER_HEADER_HISTORY
12.2.2
-
APPS.OE_VERSION_COMP dependencies on OE_ORDER_HEADER_HISTORY
12.1.1
-
APPS.OE_VERSION_HISTORY_UTIL dependencies on OE_ORDER_HEADER_HISTORY
12.1.1
-
APPS.OE_ORDER_PURGE_PVT dependencies on OE_ORDER_HEADER_HISTORY
12.2.2
-
APPS.OE_AUDIT_HISTORY_PVT dependencies on OE_ORDER_HEADER_HISTORY
12.2.2
-
APPS.OE_VERSION_COMP dependencies on OE_ORDER_HEADER_HISTORY
12.2.2
-
APPS.OE_PAYMENT_DATA_MIGRATION_UTIL dependencies on OE_ORDER_HEADER_HISTORY
12.1.1
-
APPS.OE_CHG_ORDER_PVT dependencies on OE_ORDER_HEADER_HISTORY
12.1.1
-
APPS.OE_ORDER_PURGE_PVT dependencies on OE_ORDER_HEADER_HISTORY
12.1.1
-
APPS.OE_CHG_ORDER_PVT dependencies on OE_ORDER_HEADER_HISTORY
12.2.2
-
APPS.OE_VERSIONING_UTIL dependencies on OE_ORDER_HEADER_HISTORY
12.1.1
-
APPS.OE_AUDIT_HISTORY_PVT dependencies on OE_ORDER_HEADER_HISTORY
12.1.1
-
APPS.OE_CUST_MERGE dependencies on OE_ORDER_HEADER_HISTORY
12.1.1
-
APPS.OE_HEADER_SECURITY dependencies on OE_ORDER_HEADER_HISTORY
12.2.2
-
APPS.OE_HEADER_UTIL dependencies on OE_ORDER_HEADER_HISTORY
12.2.2
-
APPS.OE_CUST_MERGE dependencies on OE_ORDER_HEADER_HISTORY
12.2.2
-
APPS.OE_CUST_MERGE dependencies on OE_ORDER_HEADERS_ALL
12.2.2
-
Table: HZ_CUST_ACCOUNT_ROLES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CUST_ACCOUNT_ROLES, object_name:HZ_CUST_ACCOUNT_ROLES, status:VALID, product: AR - Receivables , description: Roles that parties perform in customer accounts , implementation_dba_data: AR.HZ_CUST_ACCOUNT_ROLES ,
-
Table: HZ_CUST_ACCOUNT_ROLES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CUST_ACCOUNT_ROLES, object_name:HZ_CUST_ACCOUNT_ROLES, status:VALID, product: AR - Receivables , description: Roles that parties perform in customer accounts , implementation_dba_data: AR.HZ_CUST_ACCOUNT_ROLES ,
-
APPS.OE_CUST_MERGE dependencies on OE_ORDER_HEADERS
12.2.2
-
SYNONYM: APPS.OE_ORDER_HEADER_HISTORY
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OE_ORDER_HEADER_HISTORY, status:VALID,
-
SYNONYM: APPS.OE_ORDER_HEADER_HISTORY
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OE_ORDER_HEADER_HISTORY, status:VALID,
-
VIEW: APPS.OE_ORDER_VERSIONS_V
12.1.1
-
VIEW: APPS.OE_ORDER_VERSIONS_V
12.2.2
-
APPS.OE_PAYMENT_DATA_MIGRATION_UTIL dependencies on FND_FILE
12.1.1
-
APPS.OE_PAYMENT_DATA_MIGRATION_UTIL dependencies on FND_FILE
12.2.2
-
APPS.OE_CUST_MERGE dependencies on OE_CUST_MERGES_GTT
12.2.2
-
APPS.OE_PAYMENT_DATA_MIGRATION_UTIL dependencies on OE_DEBUG_PUB
12.2.2
-
APPS.OE_PAYMENT_DATA_MIGRATION_UTIL dependencies on OE_DEBUG_PUB
12.1.1
-
APPS.OE_VERSION_HISTORY_UTIL dependencies on OE_VERSION_HISTORY_UTIL
12.1.1
-
View: OE_ORDER_VERSIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_ORDER_VERSIONS_V, object_name:OE_ORDER_VERSIONS_V, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.OE_ORDER_VERSIONS_V ,
-
View: OE_ORDER_VERSIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_ORDER_VERSIONS_V, object_name:OE_ORDER_VERSIONS_V, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.OE_ORDER_VERSIONS_V ,
-
APPS.OE_VERSION_HISTORY_UTIL dependencies on OE_VERSION_HISTORY_UTIL
12.2.2
-
Table: IBE_MSITES_B
12.1.1
owner:IBE, object_type:TABLE, fnd_design_data:IBE.IBE_MSITES_B, object_name:IBE_MSITES_B, status:VALID, product: IBE - iStore , description: Stores Mini Site (Specialty Stores) Information. , implementation_dba_data: IBE.IBE_MSITES_B ,
-
APPS.OE_CUST_MERGE dependencies on ARP_MESSAGE
12.1.1
-
APPS.OE_CUST_MERGE dependencies on ARP_MESSAGE
12.2.2
-
Table: HZ_CONTACT_POINTS
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CONTACT_POINTS, object_name:HZ_CONTACT_POINTS, status:VALID, product: AR - Receivables , description: Electronic methods of communicating with parties , implementation_dba_data: AR.HZ_CONTACT_POINTS ,
-
PACKAGE BODY: APPS.OE_VERSION_COMP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OE_VERSION_COMP, status:VALID,
-
Table: HZ_CONTACT_POINTS
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CONTACT_POINTS, object_name:HZ_CONTACT_POINTS, status:VALID, product: AR - Receivables , description: Electronic methods of communicating with parties , implementation_dba_data: AR.HZ_CONTACT_POINTS ,
-
Table: IBE_MSITES_B
12.2.2
owner:IBE, object_type:TABLE, fnd_design_data:IBE.IBE_MSITES_B, object_name:IBE_MSITES_B, status:VALID, product: IBE - iStore , description: Stores Mini Site (Specialty Stores) Information. , implementation_dba_data: IBE.IBE_MSITES_B ,
-
PACKAGE BODY: APPS.OE_VERSION_COMP
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OE_VERSION_COMP, status:VALID,
-
VIEW: APPS.OE_ORDER_VERSIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_ORDER_VERSIONS_V, object_name:OE_ORDER_VERSIONS_V, status:VALID,
-
PACKAGE BODY: APPS.OE_AUDIT_HISTORY_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OE_AUDIT_HISTORY_PVT, status:VALID,
-
PACKAGE BODY: APPS.OE_PAYMENT_DATA_MIGRATION_UTIL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OE_PAYMENT_DATA_MIGRATION_UTIL, status:VALID,