Search Results table: oe_order_headers_all
The OE_ORDER_HEADERS_ALL table is a fundamental entity within Oracle E-Business Suite (EBS) Release 12.1.1 or 12.2.2, specifically in the Order Management (OM) module. It serves as the primary repository for storing header-level information for sales orders, quotations, and returns. This table is part of the Oracle Trading Community Architecture (TCA) and integrates with other key modules such as Inventory, Receivables, and Shipping Execution. Below is a detailed technical and functional analysis of this critical table.
Table Structure and Key Columns
The OE_ORDER_HEADERS_ALL table contains metadata and transactional data for order headers. Key columns include:
- HEADER_ID: Primary key, uniquely identifying each order header.
- ORDER_NUMBER: User-friendly identifier for the order.
- ORDER_TYPE_ID: References OE_TRANSACTION_TYPES to classify orders (e.g., Standard, Return).
- ORDERED_DATE: Timestamp of order creation.
- ORG_ID: Multi-org identifier, linking to HR_OPERATING_UNITS.
- SOLD_TO_ORG_ID, SHIP_TO_ORG_ID, BILL_TO_ORG_ID: TCA party/site references.
- PRICE_LIST_ID: Links to QP_PRICE_LISTS for pricing.
- FLOW_STATUS_CODE: Tracks order lifecycle (e.g., ENTERED, BOOKED, CANCELLED).
- CANCELLED_FLAG, OPEN_FLAG: Boolean indicators for order status.
Functional Role in Order Management
The table acts as the anchor for order processing:
- Order Creation: Header data is inserted during order entry, with defaults from profile options and transaction types.
- Pricing: The PRICE_LIST_ID triggers price calculations via Oracle Pricing.
- Workflow Integration: Status changes (FLOW_STATUS_CODE) invoke OM workflows for approvals or exceptions.
- Multi-Org Support: The ORG_ID enables data partitioning per operating unit.
Integration Points
OE_ORDER_HEADERS_ALL integrates with:
- OE_ORDER_LINES_ALL: Child table storing line details (1:N relationship via HEADER_ID).
- WSH_DELIVERY_DETAILS: Shipping Execution links deliveries to orders.
- RA_CUSTOMER_TRX: Order-to-cash flow in Receivables.
- INV_MATERIAL_TRANSACTIONS: Inventory updates post-order fulfillment.
Technical Considerations
Key technical aspects include:
- Indexing: Indexes on HEADER_ID, ORDER_NUMBER, and ORG_ID optimize queries.
- Partitioning: Large implementations may partition by ORG_ID or date ranges.
- Concurrent Programs: Standard OM reports (e.g., Order Summary) query this table.
- APIs: OE_ORDER_PUB and OE_HEADER_UTIL enforce business logic during CRUD operations.
Customization and Extensions
Common extensions include:
- Descriptive Flexfields (DFFs): Custom attributes stored in OE_ORDER_HEADERS_ALL.
- Triggers/Validations: Enhancements to enforce industry-specific rules.
- Views: Custom joins with TCA tables for reporting.
Conclusion
The OE_ORDER_HEADERS_ALL table is a cornerstone of Oracle Order Management, encapsulating critical order metadata and enabling end-to-end order processing. Its design supports scalability, integration, and customization, making it indispensable in Oracle EBS 12.1.1 and 12.2.2 implementations. Understanding its structure and relationships is essential for functional configurations, technical extensions, and performance tuning.
-
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 ,
-
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 ,
-
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 ,
-
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_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_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_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_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 ,
-
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 ,
-
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_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_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_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_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 ,
-
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_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 ,
-
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 ,
-
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 ,
-
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 ,
-
Table: OE_PRICE_ATTS_IFACE_ALL
12.1.1
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_PRICE_ATTS_IFACE_ALL, object_name:OE_PRICE_ATTS_IFACE_ALL, status:VALID, product: ONT - Order Management , description: This is a multi-org Interface table to populate OE_ORDER_PRICE_ATTRIBS. , implementation_dba_data: ONT.OE_PRICE_ATTS_IFACE_ALL ,
-
Table: OE_HOLD_RELEASES
12.1.1
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_HOLD_RELEASES, object_name:OE_HOLD_RELEASES, status:VALID, product: ONT - Order Management , description: This tables stores information about all the holds that has been released. , implementation_dba_data: ONT.OE_HOLD_RELEASES ,
-
Table: OE_PROCESSING_MSGS_TL
12.1.1
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_PROCESSING_MSGS_TL, object_name:OE_PROCESSING_MSGS_TL, status:VALID, product: ONT - Order Management , description: This table stores the processing messages which will be generated during Order Entry concurrent program execution or UI process. This is a multi-lingual table. , implementation_dba_data: ONT.OE_PROCESSING_MSGS_TL ,
-
Table: OE_FOLDER_EXTENSIONS
12.1.1
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_FOLDER_EXTENSIONS, object_name:OE_FOLDER_EXTENSIONS, status:VALID, product: ONT - Order Management , description: This table stores the information about Folder Extensions. , implementation_dba_data: ONT.OE_FOLDER_EXTENSIONS ,
-
Table: OE_PC_CONDITIONS_TL
12.1.1
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_PC_CONDITIONS_TL, object_name:OE_PC_CONDITIONS_TL, status:VALID, product: ONT - Order Management , description: This table stores the translated conditions associated with the constraints identified by constraint_id. , implementation_dba_data: ONT.OE_PC_CONDITIONS_TL ,
-
Table: OE_PC_CONDITIONS
12.1.1
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_PC_CONDITIONS, object_name:OE_PC_CONDITIONS, status:VALID, product: ONT - Order Management , description: This table stores the conditions associated with the constraints identified by constraint_id. , implementation_dba_data: ONT.OE_PC_CONDITIONS ,
-
Table: OE_PC_VTMPLTS_TL
12.1.1
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_PC_VTMPLTS_TL, object_name:OE_PC_VTMPLTS_TL, status:VALID, product: ONT - Order Management , description: OE_PC_VTMPLTS_TL stores the translated columns for validation templates for constraints. , implementation_dba_data: ONT.OE_PC_VTMPLTS_TL ,
-
Table: OE_SALES_CREDIT_TYPES
12.1.1
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_SALES_CREDIT_TYPES, object_name:OE_SALES_CREDIT_TYPES, status:VALID, product: ONT - Order Management , description: This table stores information about sales credit types. , implementation_dba_data: ONT.OE_SALES_CREDIT_TYPES ,
-
Table: OE_UPGRADE_DISTRIBUTION
12.1.1
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_UPGRADE_DISTRIBUTION, object_name:OE_UPGRADE_DISTRIBUTION, status:VALID, product: ONT - Order Management , description: Stores the Slabs or from and to header ids for parallel upgrade processing. , implementation_dba_data: ONT.OE_UPGRADE_DISTRIBUTION ,
-
Table: OE_AK_OBJ_ATTR_EXT
12.1.1
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_AK_OBJ_ATTR_EXT, object_name:OE_AK_OBJ_ATTR_EXT, status:VALID, product: ONT - Order Management , description: Extension table to AK Object Attributes that is used to store additional data , implementation_dba_data: ONT.OE_AK_OBJ_ATTR_EXT ,
-
Table: OE_SYSTEM_PARAMS_UPG
12.1.1
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_SYSTEM_PARAMS_UPG, object_name:OE_SYSTEM_PARAMS_UPG, status:VALID, product: ONT - Order Management , description: OE_SYSTEM_PARAMS_UPG is an intermediate table used during upgrade to 11 , implementation_dba_data: ONT.OE_SYSTEM_PARAMS_UPG ,
-
Table: OE_ATTACHMENT_OBJECT_REFS
12.1.1
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_ATTACHMENT_OBJECT_REFS, object_name:OE_ATTACHMENT_OBJECT_REFS, status:VALID, product: ONT - Order Management , description: No longer used , implementation_dba_data: ONT.OE_ATTACHMENT_OBJECT_REFS ,
-
Table: OE_BLANKET_HEADERS_EXT
12.1.1
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_BLANKET_HEADERS_EXT, object_name:OE_BLANKET_HEADERS_EXT, status:VALID, product: ONT - Order Management , description: Table to capture sales agreement header details, specific to sales agreement functionality , implementation_dba_data: ONT.OE_BLANKET_HEADERS_EXT ,
-
Table: OE_UPGRADE_PC_TEMP
12.1.1
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_UPGRADE_PC_TEMP, object_name:OE_UPGRADE_PC_TEMP, status:VALID, product: ONT - Order Management , description: Processing constraints upgrade table. , implementation_dba_data: ONT.OE_UPGRADE_PC_TEMP ,
-
Table: OE_PROCESSING_MSGS
12.1.1
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_PROCESSING_MSGS, object_name:OE_PROCESSING_MSGS, status:VALID, product: ONT - Order Management , description: This table stores the context information of the processing messages that will be generated during Order Entry concurrent program execution or UI process. , implementation_dba_data: ONT.OE_PROCESSING_MSGS ,
-
Table: OE_UPGRADE_PC_CONDNS
12.1.1
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_UPGRADE_PC_CONDNS, object_name:OE_UPGRADE_PC_CONDNS, status:VALID, product: ONT - Order Management , description: Stores the Conditions to be upgraded to 11i. , implementation_dba_data: ONT.OE_UPGRADE_PC_CONDNS ,
-
Table: OE_CUST_ITEM_SETTINGS
12.1.1
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_CUST_ITEM_SETTINGS, object_name:OE_CUST_ITEM_SETTINGS, status:VALID, product: ONT - Order Management , description: OE_CUST_ITEM_SETTINGS stores the shipment and return tolerances for customer-item, item-site and item combinations , implementation_dba_data: ONT.OE_CUST_ITEM_SETTINGS ,
-
Table: OE_SYSTEM_PARAMETERS_ALL
12.1.1
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_SYSTEM_PARAMETERS_ALL, object_name:OE_SYSTEM_PARAMETERS_ALL, status:VALID, product: ONT - Order Management , description: This table is used for storing all system parameter information. , implementation_dba_data: ONT.OE_SYSTEM_PARAMETERS_ALL ,
-
Table: OE_INIT_CREDIT_SUMM_GTT
12.1.1
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_INIT_CREDIT_SUMM_GTT, object_name:OE_INIT_CREDIT_SUMM_GTT, status:VALID, product: ONT - Order Management , implementation_dba_data: ONT.OE_INIT_CREDIT_SUMM_GTT ,
-
Table: OE_LOTSERIALS_IFACE_ALL
12.1.1
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_LOTSERIALS_IFACE_ALL, object_name:OE_LOTSERIALS_IFACE_ALL, status:VALID, product: ONT - Order Management , description: This is a multi-org table for return line lot serials open interface. , implementation_dba_data: ONT.OE_LOTSERIALS_IFACE_ALL ,