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 ,
-
APPS.RCV_TRANSACTIONS_SV dependencies on OE_ORDER_HEADERS_ALL
12.2.2
-
APPS.OE_HEADER_ADJ_UTIL dependencies on OE_ORDER_HEADERS_ALL
12.2.2
-
APPS.OKC_XPRT_OM_INT_PVT dependencies on OE_ORDER_HEADERS_ALL
12.2.2
-
APPS.INV_MGD_MVT_STATS_PROC dependencies on OE_ORDER_HEADERS_ALL
12.2.2
-
APPS.CSTPLVCP dependencies on OE_ORDER_HEADERS_ALL
12.2.2
-
APPS.JAI_OE_OLA_TRIGGER_PKG dependencies on OE_ORDER_HEADERS_ALL
12.2.2
-
APPS.PORCPTWF dependencies on OE_ORDER_HEADERS_ALL
12.2.2
-
APPS.INV_RCV_TXN_MATCH dependencies on OE_ORDER_HEADERS_ALL
12.2.2
-
APPS.ISC_EDW_BACKLOGS_F_C dependencies on OE_ORDER_HEADERS_ALL
12.1.1
-
APPS.CSD_ESTIMATE_UTILS_PVT dependencies on OE_ORDER_HEADERS_ALL
12.1.1
-
APPS.OE_BULK_LINE_UTIL dependencies on OE_ORDER_HEADERS_ALL
12.1.1
-
APPS.INV_RCV_TXN_MATCH dependencies on OE_ORDER_HEADERS_ALL
12.1.1
-
APPS.RCV_INSPECTION_GRP dependencies on OE_ORDER_HEADERS_ALL
12.1.1
-
APPS.OE_CONTRACTS_UTIL dependencies on OE_ORDER_HEADERS_ALL
12.1.1
-
APPS.BIM_LEAD_FACTS_PKG dependencies on OE_ORDER_HEADERS_ALL
12.1.1
-
APPS.MTL_QP_PRICE dependencies on OE_ORDER_HEADERS_ALL
12.1.1
-
APPS.JA_JAINARE1_XMLP_PKG dependencies on OE_ORDER_HEADERS_ALL
12.1.1
-
APPS.IBU_ORDER_CAPTURE dependencies on OE_ORDER_HEADERS_ALL
12.2.2
-
APPS.OE_PROFILE dependencies on OE_ORDER_HEADERS_ALL
12.2.2
-
APPS.CTO_SUBASSEMBLY_SUP_PK dependencies on OE_ORDER_HEADERS_ALL
12.2.2
-
APPS.OE_CREDIT_CHECK_LINES_PVT dependencies on OE_ORDER_HEADERS_ALL
12.2.2
-
APPS.OE_LINE_ADJ_SECURITY dependencies on OE_ORDER_HEADERS_ALL
12.2.2
-
APPS.CTO_WIP_WRAPPER dependencies on OE_ORDER_HEADERS_ALL
12.2.2
-
APPS.OE_ORDER_PURGE_PVT dependencies on OE_ORDER_HEADERS_ALL
12.1.1
-
APPS.INV_MGD_MVT_STATS_PROC dependencies on OE_ORDER_HEADERS_ALL
12.1.1
-
APPS.PJM_SCHED_INT_WF dependencies on OE_ORDER_HEADERS_ALL
12.1.1
-
APPS.POR_RCV_TRANSACTION_SV dependencies on OE_ORDER_HEADERS_ALL
12.1.1
-
APPS.GMF_GMFLCHST_XMLP_PKG dependencies on OE_ORDER_HEADERS_ALL
12.1.1
-
APPS.OE_UPG_SO dependencies on OE_ORDER_HEADERS_ALL
12.1.1
-
APPS.CST_REVENUECOGSMATCH_PVT dependencies on OE_ORDER_HEADERS_ALL
12.1.1
-
APPS.CSD_MIGRATE_FROM_115X_PKG dependencies on OE_ORDER_HEADERS_ALL
12.1.1
-
APPS.ASO_BI_LINE_FACT_PVT dependencies on OE_ORDER_HEADERS_ALL
12.1.1
-
APPS.OKC_REP_UTIL_PVT dependencies on OE_ORDER_HEADERS_ALL
12.1.1
-
APPS.OE_ORDER_ADJ_PVT dependencies on OE_ORDER_HEADERS_ALL
12.1.1
-
APPS.OE_UPG_SO_NEW dependencies on OE_ORDER_HEADERS_ALL
12.1.1
-
APPS.OPI_DBI_COGS_PKG dependencies on OE_ORDER_HEADERS_ALL
12.1.1
-
APPS.OE_ITORD_UTIL dependencies on OE_ORDER_HEADERS_ALL
12.2.2
-
APPS.CSP_REPAIR_PO_PVT dependencies on OE_ORDER_HEADERS_ALL
12.2.2
-
APPS.XDPCORE_OM dependencies on OE_ORDER_HEADERS_ALL
12.1.1
-
APPS.OKS_OCINT_PUB dependencies on OE_ORDER_HEADERS_ALL
12.1.1
-
APPS.OE_CUST_MERGE dependencies on OE_ORDER_HEADERS_ALL
12.1.1
-
APPS.WIP_SO_RESERVATIONS dependencies on OE_ORDER_HEADERS_ALL
12.1.1
-
APPS.CSI_ORDER_FULFILL_PUB dependencies on OE_ORDER_HEADERS_ALL
12.1.1
-
APPS.CS_CHARGE_DETAILS_PVT dependencies on OE_ORDER_HEADERS_ALL
12.2.2
-
APPS.CSTPAPBR dependencies on OE_ORDER_HEADERS_ALL
12.2.2
-
APPS.OTA_OM_UPD_API dependencies on OE_ORDER_HEADERS_ALL
12.2.2
-
APPS.INV_MOVE_ORDER_PUB dependencies on OE_ORDER_HEADERS_ALL
12.2.2
-
APPS.PV_REFERRAL_COMP_PUB dependencies on OE_ORDER_HEADERS_ALL
12.2.2