Search Results OE_ORDER_HEADERS_ALL
Overview
The OE_ORDER_HEADERS_ALL table is a fundamental data structure within the Oracle E-Business Suite (EBS) Order Management (ONT) module. It serves as the primary repository for header-level information for sales orders, quotations, and returns. As a multi-organization table, denoted by the "_ALL" suffix, it stores data for all operating units, with access typically controlled by the MOAC (Multi-Org Access Control) security profile. This table is central to the order lifecycle, establishing the foundational business context—such as customer, terms, and transaction type—for the detailed line items stored in related tables like OE_ORDER_LINES_ALL.
Key Information Stored
The table's primary key is the HEADER_ID, a unique system-generated identifier for each order header. Critical foreign key columns define the order's relationships and attributes. These include ORDER_TYPE_ID (linking to OE_TRANSACTION_TYPES_ALL), SOLD_TO_ORG_ID (linking to HZ_PARTIES for the customer), and PRICE_LIST_ID (linking to QP_LIST_HEADERS_B). Other significant columns track the order source (ORDER_SOURCE_ID), sales representative (SALESREP_ID), invoicing and accounting rules (INVOICING_RULE_ID, ACCOUNTING_RULE_ID), payment terms (PAYMENT_TERM_ID), and the sold-from and ship-from organizations (SOLD_FROM_ORG_ID, SHIP_FROM_ORG_ID). The table also captures key dates, flow status codes, and order number identifiers.
Common Use Cases and Queries
This table is essential for order inquiry, reporting, and integration. Common operational reports, such as order summaries by customer or sales rep, originate from this table. A typical query to retrieve basic order header information for a specific operating unit would join to related reference tables:
SELECT ooha.header_id, ooha.order_number, ooha.ordered_date, hzp.party_name customer_name, ott.name order_type FROM ont.oe_order_headers_all ooha, hz_cust_accounts hca, hz_parties hzp, ont.oe_transaction_types_tl ott WHERE ooha.sold_to_org_id = hca.cust_account_id AND hca.party_id = hzp.party_id AND ooha.order_type_id = ott.transaction_type_id AND ooha.org_id = :p_org_id;
Data fixes, audits, and integrations with external systems (like CRM or BI tools) frequently query or update records in this table, though direct DML should be approached with caution and typically performed via standard Order Management APIs.
Related Objects
OE_ORDER_HEADERS_ALL has extensive relationships within the EBS schema. It is the parent table for OE_ORDER_LINES_ALL, which holds all line details. As indicated by the foreign keys, it references numerous control and setup tables, including OE_TRANSACTION_TYPES_ALL, RA_TERMS_B, QP_LIST_HEADERS_B, and RA_RULES. It is also referenced by several other module-specific tables, such as AHL_OSP_ORDERS_B (Service) and AMS_EVENT_REGISTRATIONS (Marketing). The primary transactional view for users is OE_ORDER_HEADERS, which applies a security filter on ORG_ID. Key APIs for manipulating data in this table include OE_ORDER_PUB.PROCESS_ORDER for order processing and OE_HEADER_UTIL for utility operations.
-
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_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_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_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 ,
-
View: OE_AK_ORDER_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_AK_ORDER_HEADERS_V, object_name:OE_AK_ORDER_HEADERS_V, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.OE_AK_ORDER_HEADERS_V ,
-
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_AK_ORDER_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_AK_ORDER_HEADERS_V, object_name:OE_AK_ORDER_HEADERS_V, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.OE_AK_ORDER_HEADERS_V ,
-
Table: OE_ORDER_HEADERS_ALL_EXT_B
12.2.2
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_ORDER_HEADERS_ALL_EXT_B, object_name:OE_ORDER_HEADERS_ALL_EXT_B, status:VALID, product: ONT - Order Management , description: Base table to store user defined attributes of oe_order_headers_all , implementation_dba_data: ONT.OE_ORDER_HEADERS_ALL_EXT_B ,
-
Table: OE_ORDER_HEADERS_ALL_EXT_TL
12.2.2
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_ORDER_HEADERS_ALL_EXT_TL, object_name:OE_ORDER_HEADERS_ALL_EXT_TL, status:VALID, product: ONT - Order Management , description: TL table to store user defined attributes of oe_order_headers_all , implementation_dba_data: ONT.OE_ORDER_HEADERS_ALL_EXT_TL ,
-
Table: OE_SALES_CREDITS
12.1.1
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_SALES_CREDITS, object_name:OE_SALES_CREDITS, status:VALID, product: ONT - Order Management , description: This table stores information about sales credits. , implementation_dba_data: ONT.OE_SALES_CREDITS ,
-
View: OE_PRN_CHG_PERIODICITY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_PRN_CHG_PERIODICITY_V, object_name:OE_PRN_CHG_PERIODICITY_V, status:VALID, product: ONT - Order Management , description: The view is for obtaining recurring charges while printing a Sales Order , implementation_dba_data: APPS.OE_PRN_CHG_PERIODICITY_V ,
-
Table: OE_SALES_CREDITS
12.2.2
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_SALES_CREDITS, object_name:OE_SALES_CREDITS, status:VALID, product: ONT - Order Management , description: This table stores information about sales credits. , implementation_dba_data: ONT.OE_SALES_CREDITS ,
-
Table: OE_HOLD_SOURCES_ALL
12.2.2
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_HOLD_SOURCES_ALL, object_name:OE_HOLD_SOURCES_ALL, status:VALID, product: ONT - Order Management , description: This table stores information of the hold source criteria. , implementation_dba_data: ONT.OE_HOLD_SOURCES_ALL ,
-
Table: OE_SETS
12.1.1
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_SETS, object_name:OE_SETS, status:VALID, product: ONT - Order Management , description: OE_SETS stores information on line sets. , implementation_dba_data: ONT.OE_SETS ,
-
Table: OE_ORDER_PRICE_ATTRIBS
12.1.1
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_ORDER_PRICE_ATTRIBS, object_name:OE_ORDER_PRICE_ATTRIBS, status:VALID, product: ONT - Order Management , description: This table stores pricing attributes and asked for promotions, deals, and coupon number entered by the user. , implementation_dba_data: ONT.OE_ORDER_PRICE_ATTRIBS ,
-
Table: OE_SETS
12.2.2
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_SETS, object_name:OE_SETS, status:VALID, product: ONT - Order Management , description: OE_SETS stores information on line sets. , implementation_dba_data: ONT.OE_SETS ,
-
Table: OE_ORDER_PRICE_ATTRIBS
12.2.2
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_ORDER_PRICE_ATTRIBS, object_name:OE_ORDER_PRICE_ATTRIBS, status:VALID, product: ONT - Order Management , description: This table stores pricing attributes and asked for promotions, deals, and coupon number entered by the user. , implementation_dba_data: ONT.OE_ORDER_PRICE_ATTRIBS ,
-
View: OE_PRN_CHG_PERIODICITY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_PRN_CHG_PERIODICITY_V, object_name:OE_PRN_CHG_PERIODICITY_V, status:VALID, product: ONT - Order Management , description: The view is for obtaining recurring charges while printing a Sales Order , implementation_dba_data: APPS.OE_PRN_CHG_PERIODICITY_V ,
-
Table: OE_HOLD_SOURCES_ALL
12.1.1
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_HOLD_SOURCES_ALL, object_name:OE_HOLD_SOURCES_ALL, status:VALID, product: ONT - Order Management , description: This table stores information of the hold source criteria. , implementation_dba_data: ONT.OE_HOLD_SOURCES_ALL ,
-
Table: OE_ORDER_HOLDS_ALL
12.1.1
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_ORDER_HOLDS_ALL, object_name:OE_ORDER_HOLDS_ALL, status:VALID, product: ONT - Order Management , description: This table stores information of all the orders and lines that are on hold and the link to hold sources and hold releases. , implementation_dba_data: ONT.OE_ORDER_HOLDS_ALL ,
-
Table: OE_ORDER_HOLDS_ALL
12.2.2
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_ORDER_HOLDS_ALL, object_name:OE_ORDER_HOLDS_ALL, status:VALID, product: ONT - Order Management , description: This table stores information of all the orders and lines that are on hold and the link to hold sources and hold releases. , implementation_dba_data: ONT.OE_ORDER_HOLDS_ALL ,
-
Table: OE_DROP_SHIP_SOURCES
12.1.1
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_DROP_SHIP_SOURCES, object_name:OE_DROP_SHIP_SOURCES, status:VALID, product: ONT - Order Management , description: This table stores relationship between order lines in oe_order_lines_all table and associated oracle purchasing requisitions in PO_REQUISITIONS_ALL and Oracle purchasing purchase orders in PO_LINES_ALL. , implementation_dba_data: ONT.OE_DROP_SHIP_SOURCES ,
-
Table: OE_DROP_SHIP_SOURCES
12.2.2
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_DROP_SHIP_SOURCES, object_name:OE_DROP_SHIP_SOURCES, status:VALID, product: ONT - Order Management , description: This table stores relationship between order lines in oe_order_lines_all table and associated oracle purchasing requisitions in PO_REQUISITIONS_ALL and Oracle purchasing purchase orders in PO_LINES_ALL. , implementation_dba_data: ONT.OE_DROP_SHIP_SOURCES ,
-
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: OEFV_ORDER_CANCELLATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.OEFV_ORDER_CANCELLATIONS ONT.OEFV_ORDER_CANCELLATIONS, object_name:OEFV_ORDER_CANCELLATIONS, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.OEFV_ORDER_CANCELLATIONS ,
-
View: OEFV_ORDER_CANCELLATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.OEFV_ORDER_CANCELLATIONS ONT.OEFV_ORDER_CANCELLATIONS, object_name:OEFV_ORDER_CANCELLATIONS, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.OEFV_ORDER_CANCELLATIONS ,
-
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 ,
-
View: OEFV_ORDER_HOLDS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.OEFV_ORDER_HOLDS ONT.OEFV_ORDER_HOLDS, object_name:OEFV_ORDER_HOLDS, status:VALID, product: ONT - Order Management , description: Full BIS Business View for Order Holds. , implementation_dba_data: APPS.OEFV_ORDER_HOLDS ,
-
View: OE_ORD_SAL_CRDT_HIST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_ORD_SAL_CRDT_HIST_V, object_name:OE_ORD_SAL_CRDT_HIST_V, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.OE_ORD_SAL_CRDT_HIST_V ,
-
View: OE_ORD_SAL_CRDT_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_ORD_SAL_CRDT_HIST_V, object_name:OE_ORD_SAL_CRDT_HIST_V, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.OE_ORD_SAL_CRDT_HIST_V ,
-
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 ,
-
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 ,
-
View: OEFV_PRICE_ADJUSTMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.OEFV_PRICE_ADJUSTMENTS ONT.OEFV_PRICE_ADJUSTMENTS, object_name:OEFV_PRICE_ADJUSTMENTS, status:VALID, product: ONT - Order Management , description: Full BIS Business View for Price Adjustments. , implementation_dba_data: APPS.OEFV_PRICE_ADJUSTMENTS ,
-
View: OEFV_PRICE_ADJUSTMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.OEFV_PRICE_ADJUSTMENTS ONT.OEFV_PRICE_ADJUSTMENTS, object_name:OEFV_PRICE_ADJUSTMENTS, status:VALID, product: ONT - Order Management , description: Full BIS Business View for Price Adjustments. , implementation_dba_data: APPS.OEFV_PRICE_ADJUSTMENTS ,
-
View: OEFV_ORDER_HOLDS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.OEFV_ORDER_HOLDS ONT.OEFV_ORDER_HOLDS, object_name:OEFV_ORDER_HOLDS, status:VALID, product: ONT - Order Management , description: Full BIS Business View for Order Holds. , implementation_dba_data: APPS.OEFV_ORDER_HOLDS ,
-
View: OE_LINE_SAL_CRDT_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_LINE_SAL_CRDT_HIST_V, object_name:OE_LINE_SAL_CRDT_HIST_V, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.OE_LINE_SAL_CRDT_HIST_V ,
-
View: OE_LINE_SAL_CRDT_HIST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_LINE_SAL_CRDT_HIST_V, object_name:OE_LINE_SAL_CRDT_HIST_V, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.OE_LINE_SAL_CRDT_HIST_V ,
-
Table: OE_PRICE_ADJUSTMENTS
12.1.1
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_PRICE_ADJUSTMENTS, object_name:OE_PRICE_ADJUSTMENTS, status:VALID, product: ONT - Order Management , description: This table is used to store price adjustments that have been applied to an order or a line. It is also used to store the freight and special charges, Tax on order line, and Shipping Costs captured at ship confirmation. For Tax records the , implementation_dba_data: ONT.OE_PRICE_ADJUSTMENTS ,
-
Table: OE_PRICE_ADJUSTMENTS
12.2.2
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_PRICE_ADJUSTMENTS, object_name:OE_PRICE_ADJUSTMENTS, status:VALID, product: ONT - Order Management , description: This table is used to store price adjustments that have been applied to an order or a line. It is also used to store the freight and special charges, Tax on order line, and Shipping Costs captured at ship confirmation. For Tax records the , implementation_dba_data: ONT.OE_PRICE_ADJUSTMENTS ,
-
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_ORDER_HEADERS_RM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_ORDER_HEADERS_RM_V, object_name:OE_ORDER_HEADERS_RM_V, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.OE_ORDER_HEADERS_RM_V ,
-
Table: OE_HEADERS_IFACE_ALL
12.2.2
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_HEADERS_IFACE_ALL, object_name:OE_HEADERS_IFACE_ALL, status:VALID, product: ONT - Order Management , description: This is a multi-org table for sales order headers open interface. , implementation_dba_data: ONT.OE_HEADERS_IFACE_ALL ,
-
View: OE_WIP_OPEN_DEMANDS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_WIP_OPEN_DEMANDS_V, object_name:OE_WIP_OPEN_DEMANDS_V, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.OE_WIP_OPEN_DEMANDS_V ,
-
Table: OE_HEADERS_IFACE_ALL
12.1.1
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_HEADERS_IFACE_ALL, object_name:OE_HEADERS_IFACE_ALL, status:VALID, product: ONT - Order Management , description: This is a multi-org table for sales order headers open interface. , implementation_dba_data: ONT.OE_HEADERS_IFACE_ALL ,
-
View: OE_WIP_OPEN_DEMANDS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_WIP_OPEN_DEMANDS_V, object_name:OE_WIP_OPEN_DEMANDS_V, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.OE_WIP_OPEN_DEMANDS_V ,
-
Table: OE_TRANSACTION_TYPES_ALL
12.2.2
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_TRANSACTION_TYPES_ALL, object_name:OE_TRANSACTION_TYPES_ALL, status:VALID, product: ONT - Order Management , description: This table stores information about the order and line transaction types , implementation_dba_data: ONT.OE_TRANSACTION_TYPES_ALL ,
-
Table: OE_TRANSACTION_TYPES_ALL
12.1.1
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_TRANSACTION_TYPES_ALL, object_name:OE_TRANSACTION_TYPES_ALL, status:VALID, product: ONT - Order Management , description: This table stores information about the order and line transaction types , implementation_dba_data: ONT.OE_TRANSACTION_TYPES_ALL ,
-
View: OE_PRN_ORDER_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_PRN_ORDER_HEADERS_V, object_name:OE_PRN_ORDER_HEADERS_V, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.OE_PRN_ORDER_HEADERS_V ,