Search Results oe_line_acks
Overview
The OE_LINE_ACKS table is a core transactional entity within the Oracle E-Business Suite (EBS) Order Management module (ONT). It serves the critical function of storing detailed information related to customer acknowledgements for specific sales order lines. In the order-to-cash cycle, an acknowledgement is a formal confirmation sent to the customer, detailing the acceptance and terms of their order. This table acts as a historical and transactional ledger for these acknowledgements, enabling businesses to track what was confirmed to the customer, including pricing, shipping, and payment terms, which may differ from the original order entry. Its role is essential for audit trails, customer service inquiries, and reconciliation processes between the initially booked order and the confirmed fulfillment terms.
Key Information Stored
While the specific column list is not detailed in the provided metadata, the extensive foreign key relationships define the critical data domains stored. Key information includes the linkage to the parent order header (HEADER_ID) and the specific order line being acknowledged. The table captures organizational context through SHIP_FROM_ORG_ID and SOLD_FROM_ORG_ID. Crucially, it stores the confirmed commercial terms at the time of acknowledgement, such as PAYMENT_TERM_ID, INVOICING_RULE_ID, and ACCOUNTING_RULE_ID. Customer and site details for shipping (SHIP_TO_CUSTOMER_ID, SHIP_TO_ADDRESS_ID) and invoicing (INVOICE_TO_CUSTOMER_ID) are also recorded, along with sales representative (SALESREP_ID) and order source (ORDER_SOURCE_ID) information. For drop-ship or complex scenarios, it can store end-customer details (END_CUSTOMER_ID, END_CUSTOMER_SITE_USE_ID).
Common Use Cases and Queries
A primary use case is auditing the difference between an original order line and its acknowledged terms. Analysts may run queries to identify lines where acknowledged pricing or terms deviate from the original quote. Customer service utilizes this table to verify exactly what was confirmed to the customer regarding ship dates or costs. A typical reporting query would join this table to the main order lines and headers to present a consolidated view of order status.
- Sample Query Pattern:
SELECT ola.line_number, ola.ordered_item, ola.unit_selling_price AS original_price, ola.schedule_ship_date AS original_date, ola.acknowledgement_flag, ack.* FROM oe_order_lines_all ola, oe_line_acks ack WHERE ola.line_id = ack.line_id AND ola.header_id = :p_header_id; - Use Case: Identifying all acknowledged lines for a given order to generate an acknowledgement document or for internal reconciliation.
Related Objects
The OE_LINE_ACKS table is centrally connected to the primary Order Management transactional tables. Its most significant relationships are with OE_ORDER_HEADERS_ALL (via HEADER_ID) and OE_ORDER_LINES_ALL (implied via a LINE_ID foreign key, though not explicitly listed, and via TOP_MODEL_LINE_ID). As evidenced by the metadata, it has numerous foreign key dependencies that integrate it with other EBS modules: customer data from HZ_CUST_ACCOUNTS, HR organization structures from HR_ALL_ORGANIZATION_UNITS, Receivables rules from RA_RULES and RA_TERMS_B, and sales force data from RA_SALESREPS_ALL. It is typically accessed via the standard Order Management forms and reports, and any custom interfaces creating or updating acknowledgements must interact with this table, preferably through public Oracle APIs.
-
Table: OE_LINE_ACKS
12.1.1
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_LINE_ACKS, object_name:OE_LINE_ACKS, status:VALID, product: ONT - Order Management , description: This table stores information about the acknowledgements for Order Lines. , implementation_dba_data: ONT.OE_LINE_ACKS ,
-
Table: OE_LINE_ACKS
12.2.2
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_LINE_ACKS, object_name:OE_LINE_ACKS, status:VALID, product: ONT - Order Management , description: This table stores information about the acknowledgements for Order Lines. , implementation_dba_data: ONT.OE_LINE_ACKS ,
-
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 ,
-
Table: OE_ORDER_LINES_ALL
12.1.1
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_ORDER_LINES_ALL, object_name:OE_ORDER_LINES_ALL, status:VALID, product: ONT - Order Management , description: OE_ORDER_LINES_ALL stores information for all order lines in Oracle Order Management. , implementation_dba_data: ONT.OE_ORDER_LINES_ALL ,
-
Table: OE_ORDER_LINES_ALL
12.2.2
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_ORDER_LINES_ALL, object_name:OE_ORDER_LINES_ALL, status:VALID, product: ONT - Order Management , description: OE_ORDER_LINES_ALL stores information for all order lines in Oracle Order Management. , implementation_dba_data: ONT.OE_ORDER_LINES_ALL ,
-
View: OE_LINE_ACKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_LINE_ACKS_V, object_name:OE_LINE_ACKS_V, status:VALID, product: ONT - Order Management , description: Information about the acknowledgements for Order Lines , implementation_dba_data: APPS.OE_LINE_ACKS_V ,
-
View: OE_LINE_ACKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_LINE_ACKS_V, object_name:OE_LINE_ACKS_V, status:VALID, product: ONT - Order Management , description: Information about the acknowledgements for Order Lines , implementation_dba_data: APPS.OE_LINE_ACKS_V ,