Search Results oe_header_acks
Overview
The OE_HEADER_ACKS table is a core data repository within the Oracle E-Business Suite (EBS) Order Management (ONT) module. It serves the critical function of storing transactional snapshots of order header information specifically for the purpose of customer acknowledgements. When an order is acknowledged, key header-level data is persisted in this table, creating a historical record of the terms, pricing, and parties as they were at the moment of acknowledgement. This is essential for audit trails, dispute resolution, and maintaining the integrity of the agreed-upon order details, independent of subsequent changes to the original order in the OE_ORDER_HEADERS_ALL table.
Key Information Stored
The table captures a comprehensive set of header attributes from the original sales order. While the specific column list is not detailed in the provided metadata, the extensive foreign key relationships reveal the categories of data stored. Key stored information includes references to the original order header (HEADER_ID), customer and site details (e.g., SHIP_TO_CUSTOMER_ID, SOLD_TO_ADDRESS_ID, INVOICE_CUSTOMER_ID), financial terms (PAYMENT_TERM_ID, CUSTOMER_PAYMENT_TERM_ID), pricing and revenue rules (ACCOUNTING_RULE_ID, INVOICING_RULE_ID), sales representative (SALESREP_ID), currency (TRANSACTIONAL_CURR_CODE), and operational details like the sold-from and ship-from organizations. This denormalized snapshot ensures the acknowledgement document reflects a precise point-in-time state.
Common Use Cases and Queries
Primary use cases involve auditing and reporting on acknowledged orders. Common queries include retrieving the acknowledgement snapshot for a specific order, comparing acknowledged terms to current order terms to identify changes, and generating reports for customer service on what was formally communicated to the customer. A typical SQL pattern joins this table to its related master data tables to produce a human-readable acknowledgement record.
SELECT oh.order_number, oha.acknowledgement_date,
hca_sold.customer_name sold_to_customer,
hz_party_sold.party_name sold_to_party_name,
rt.name payment_terms
FROM ont.oe_header_acks oha,
ont.oe_order_headers_all oh,
hz_cust_accounts hca_sold,
hz_parties hz_party_sold,
ra_terms_b rt
WHERE oha.header_id = oh.header_id
AND oha.ship_to_customer_id = hca_sold.cust_account_id(+)
AND hca_sold.party_id = hz_party_sold.party_id(+)
AND oha.payment_term_id = rt.term_id(+)
AND oh.order_number = '<ORDER_NUMBER>';
Related Objects
OE_HEADER_ACKS maintains numerous foreign key relationships, integrating it deeply with the EBS data model. The most critical relationship is to the source order header via OE_ORDER_HEADERS_ALL (HEADER_ID). Other significant relationships include:
- Customer Data: HZ_CUST_ACCOUNTS (for SHIP_TO, INVOICE, DELIVER_TO, and END customer IDs), HZ_CUST_ACCT_SITES_ALL (for address IDs), HZ_CUST_SITE_USES_ALL (for site use IDs).
- Financials & Pricing: RA_TERMS_B (PAYMENT_TERM_ID, CUSTOMER_PAYMENT_TERM_ID), RA_RULES (ACCOUNTING_RULE_ID, INVOICING_RULE_ID), FND_CURRENCIES (TRANSACTIONAL_CURR_CODE).
- Sales & Operations: RA_SALESREPS_ALL (SALESREP_ID), HR_ALL_ORGANIZATION_UNITS (SHIP_FROM_ORG_ID, SOLD_FROM_ORG_ID).
- Order Capture: OE_ORDER_SOURCES (ORDER_SOURCE_ID), OE_AGREEMENTS_B (AGREEMENT_ID).
These relationships are essential for constructing complete acknowledgement reports by joining to these master tables.
-
Table: OE_HEADER_ACKS
12.1.1
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_HEADER_ACKS, object_name:OE_HEADER_ACKS, status:VALID, product: ONT - Order Management , description: This tables stores information about the acknowledgements for Order Headers. , implementation_dba_data: ONT.OE_HEADER_ACKS ,
-
Table: OE_HEADER_ACKS
12.2.2
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_HEADER_ACKS, object_name:OE_HEADER_ACKS, status:VALID, product: ONT - Order Management , description: This tables stores information about the acknowledgements for Order Headers. , implementation_dba_data: ONT.OE_HEADER_ACKS ,
-
View: OE_EM_PURGE_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_EM_PURGE_LOV_V, object_name:OE_EM_PURGE_LOV_V, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.OE_EM_PURGE_LOV_V ,
-
View: OE_EM_PURGE_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_EM_PURGE_LOV_V, object_name:OE_EM_PURGE_LOV_V, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.OE_EM_PURGE_LOV_V ,
-
Lookup Type: ONT_ELECMSGS_VIEWS
12.2.2
product: ONT - Order Management , meaning: Electronic Messaging Views , description: Views which are used by EDI, XML, Order Import ,
-
Lookup Type: ONT_ELECMSGS_VIEWS
12.1.1
product: ONT - Order Management , meaning: Electronic Messaging Views , description: Views which are used by EDI, XML, Order Import ,
-
Table: OE_ORDER_SOURCES
12.2.2
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_ORDER_SOURCES, object_name:OE_ORDER_SOURCES, status:VALID, product: ONT - Order Management , description: Feeder System Names that create orders in Order Management tables. , implementation_dba_data: ONT.OE_ORDER_SOURCES ,
-
Table: OE_ORDER_SOURCES
12.1.1
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_ORDER_SOURCES, object_name:OE_ORDER_SOURCES, status:VALID, product: ONT - Order Management , description: Feeder System Names that create orders in Order Management tables. , implementation_dba_data: ONT.OE_ORDER_SOURCES ,
-
Table: OE_ORDER_HEADERS_ALL
12.2.2
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_ORDER_HEADERS_ALL, object_name:OE_ORDER_HEADERS_ALL, status:VALID, product: ONT - Order Management , description: OE_ORDER_HEADERS_ALL stores header information for orders in Order Management. , implementation_dba_data: ONT.OE_ORDER_HEADERS_ALL ,
-
Table: OE_ORDER_HEADERS_ALL
12.1.1
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_ORDER_HEADERS_ALL, object_name:OE_ORDER_HEADERS_ALL, status:VALID, product: ONT - Order Management , description: OE_ORDER_HEADERS_ALL stores header information for orders in Order Management. , implementation_dba_data: ONT.OE_ORDER_HEADERS_ALL ,
-
View: OE_HEADER_ACKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_HEADER_ACKS_V, object_name:OE_HEADER_ACKS_V, status:VALID, product: ONT - Order Management , description: Information about the acknowledgements for Order Headers. , implementation_dba_data: APPS.OE_HEADER_ACKS_V ,
-
View: OE_HEADER_ACKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_HEADER_ACKS_V, object_name:OE_HEADER_ACKS_V, status:VALID, product: ONT - Order Management , description: Information about the acknowledgements for Order Headers. , implementation_dba_data: APPS.OE_HEADER_ACKS_V ,