Search Results so_headers_all
Overview
The SO_HEADERS_ALL table is the central repository for order header information within the Oracle E-Business Suite Order Entry (OE) module. It serves as the master record for every sales order, capturing the overarching transactional metadata that defines the business agreement between the customer and the organization. This table is fundamental to the order management lifecycle, from entry through fulfillment and invoicing. As a multi-organization table, denoted by the "_ALL" suffix, it contains data for all operating units, with access typically governed by the MOAC (Multi-Org Access Control) security profile. Its integrity is maintained through a complex network of foreign key relationships with core trading community, pricing, and sales force entities.
Key Information Stored
The table's primary key is the system-generated HEADER_ID, which uniquely identifies each order header. A significant alternate unique key combines ORDER_NUMBER and ORDER_TYPE_ID, enforcing business-level uniqueness for an order type. Critical foreign key columns define the order's context: CUSTOMER_ID links to RA_CUSTOMERS, ORDER_TYPE_ID to SO_ORDER_TYPES, and SALESREP_ID to RA_SALESREPS_ALL. Financial and pricing attributes are stored in columns such as CURRENCY_CODE, PRICE_LIST_ID, and TERMS_ID. The table also holds key site-use identifiers (INVOICE_TO_SITE_USE_ID, SHIP_TO_SITE_USE_ID) for customer locations and contact IDs for various roles. Operational status, dates (ordered, booked), and sourcing information (SOURCE_HEADER_ID for copied orders) are also core data elements within this structure.
Common Use Cases and Queries
This table is essential for operational reporting, data validation, and integration tasks. Common queries involve joining with the SO_LINES_ALL table to create a complete order snapshot. A fundamental pattern is retrieving order headers with their associated lines: SELECT h.header_id, h.order_number, h.ordered_date, l.line_id, l.ordered_item FROM oe.so_headers_all h JOIN oe.so_lines_all l ON h.header_id = l.header_id WHERE h.org_id = :p_org_id;. Another critical use case is analyzing order sources or copying relationships via the SOURCE_HEADER_ID. The table is also central to customer order history reports, often joined to customer and site tables. As indicated by the user's search term "icx_panel_summary", the HEADER_ID is referenced by the ICX_PANEL_SUMMARY table (LAST_ORDER_HEADER_ID), linking order data to iProcurement requisition summary information.
Related Objects
SO_HEADERS_ALL has extensive relationships across the EBS suite. Its most direct child is the SO_LINES_ALL table, which stores the detailed line items for each header. It is referenced by numerous transactional and control tables, including SO_ORDER_HOLDS_ALL, SO_ORDER_CANCELLATIONS, SO_PICKING_BATCHES_ALL, and SO_NOTE_REFERENCES. Key parent tables, as per the provided metadata, include RA_CUSTOMERS, SO_ORDER_TYPES_115_ALL, RA_SITE_USES_ALL (for ship-to and invoice-to addresses), SO_PRICE_LISTS_B, and FND_CURRENCIES. Beyond the OE module, it is referenced by objects in other products, such as CST_MARGIN_BUILD in Cost Management and, notably, ICX_PANEL_SUMMARY in iProcurement, demonstrating its integration into broader supply chain and procurement processes.
-
Table: SO_HEADERS_ALL
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_HEADERS_ALL, object_name:SO_HEADERS_ALL, status:VALID, product: OE - Order Entry , description: Order header information , implementation_dba_data: OE.SO_HEADERS_ALL ,
-
Table: SO_HEADERS_ALL
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_HEADERS_ALL, object_name:SO_HEADERS_ALL, status:VALID, product: OE - Order Entry , description: Order header information , implementation_dba_data: OE.SO_HEADERS_ALL ,
-
Table: SO_ORDER_HOLDS_ALL
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_ORDER_HOLDS_ALL, object_name:SO_ORDER_HOLDS_ALL, status:VALID, product: OE - Order Entry , description: Order and order lines on hold , implementation_dba_data: OE.SO_ORDER_HOLDS_ALL ,
-
Table: SO_HOLD_RELEASES
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_HOLD_RELEASES, object_name:SO_HOLD_RELEASES, status:VALID, product: OE - Order Entry , description: Hold release reasons , implementation_dba_data: OE.SO_HOLD_RELEASES ,
-
Table: SO_ORDER_CANCELLATIONS
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_ORDER_CANCELLATIONS, object_name:SO_ORDER_CANCELLATIONS, status:VALID, product: OE - Order Entry , description: Order and order line cancellations , implementation_dba_data: OE.SO_ORDER_CANCELLATIONS ,
-
Table: SO_PRICE_ADJUSTMENTS
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_PRICE_ADJUSTMENTS, object_name:SO_PRICE_ADJUSTMENTS, status:VALID, product: OE - Order Entry , description: Order and order line price adjustments , implementation_dba_data: OE.SO_PRICE_ADJUSTMENTS ,
-
Table: SO_SALES_CREDITS
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_SALES_CREDITS, object_name:SO_SALES_CREDITS, status:VALID, product: OE - Order Entry , description: Order and order line sales credits , implementation_dba_data: OE.SO_SALES_CREDITS ,
-
Table: SO_NOTE_REFERENCES
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_NOTE_REFERENCES, object_name:SO_NOTE_REFERENCES, status:VALID, product: OE - Order Entry , description: Notes attached to orders and order lines , implementation_dba_data: OE.SO_NOTE_REFERENCES ,
-
Table: SO_ORDER_APPROVALS
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_ORDER_APPROVALS, object_name:SO_ORDER_APPROVALS, status:VALID, product: OE - Order Entry , description: Order-level approvals , implementation_dba_data: OE.SO_ORDER_APPROVALS ,
-
Table: SO_ORDER_APPROVALS
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_ORDER_APPROVALS, object_name:SO_ORDER_APPROVALS, status:VALID, product: OE - Order Entry , description: Order-level approvals , implementation_dba_data: OE.SO_ORDER_APPROVALS ,
-
Table: SO_ORDER_TYPES_115_ALL
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_ORDER_TYPES_115_ALL, object_name:SO_ORDER_TYPES_115_ALL, status:VALID, product: OE - Order Entry , description: Order types , implementation_dba_data: OE.SO_ORDER_TYPES_115_ALL ,
-
Table: SO_PICKING_BATCHES_ALL
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_PICKING_BATCHES_ALL, object_name:SO_PICKING_BATCHES_ALL, status:VALID, product: OE - Order Entry , description: Released order batches , implementation_dba_data: OE.SO_PICKING_BATCHES_ALL ,
-
Table: SO_PRICE_ADJUSTMENTS
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_PRICE_ADJUSTMENTS, object_name:SO_PRICE_ADJUSTMENTS, status:VALID, product: OE - Order Entry , description: Order and order line price adjustments , implementation_dba_data: OE.SO_PRICE_ADJUSTMENTS ,
-
Table: SO_ORDER_HOLDS_ALL
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_ORDER_HOLDS_ALL, object_name:SO_ORDER_HOLDS_ALL, status:VALID, product: OE - Order Entry , description: Order and order lines on hold , implementation_dba_data: OE.SO_ORDER_HOLDS_ALL ,
-
View: OEFV_SALES_ORDERS
12.1.1
product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
Table: SO_LINE_APPROVALS
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_LINE_APPROVALS, object_name:SO_LINE_APPROVALS, status:VALID, product: OE - Order Entry , description: Order line-level approvals , implementation_dba_data: OE.SO_LINE_APPROVALS ,
-
Table: SO_LINE_APPROVALS
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_LINE_APPROVALS, object_name:SO_LINE_APPROVALS, status:VALID, product: OE - Order Entry , description: Order line-level approvals , implementation_dba_data: OE.SO_LINE_APPROVALS ,
-
Table: SO_ORDER_CANCELLATIONS
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_ORDER_CANCELLATIONS, object_name:SO_ORDER_CANCELLATIONS, status:VALID, product: OE - Order Entry , description: Order and order line cancellations , implementation_dba_data: OE.SO_ORDER_CANCELLATIONS ,
-
Table: SO_HOLD_RELEASES
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_HOLD_RELEASES, object_name:SO_HOLD_RELEASES, status:VALID, product: OE - Order Entry , description: Hold release reasons , implementation_dba_data: OE.SO_HOLD_RELEASES ,
-
View: OE_BIS_CUSTOMER_RETURNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.OE_BIS_CUSTOMER_RETURNS_V, object_name:OE_BIS_CUSTOMER_RETURNS_V, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.OE_BIS_CUSTOMER_RETURNS_V ,
-
Table: SO_SALES_CREDITS
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_SALES_CREDITS, object_name:SO_SALES_CREDITS, status:VALID, product: OE - Order Entry , description: Order and order line sales credits , implementation_dba_data: OE.SO_SALES_CREDITS ,
-
View: OEFV_SALES_ORDERS
12.2.2
product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
Table: SO_HOLD_SOURCES_ALL
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_HOLD_SOURCES_ALL, object_name:SO_HOLD_SOURCES_ALL, status:VALID, product: OE - Order Entry , description: Applied holds , implementation_dba_data: OE.SO_HOLD_SOURCES_ALL ,
-
Table: SO_NOTE_REFERENCES
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_NOTE_REFERENCES, object_name:SO_NOTE_REFERENCES, status:VALID, product: OE - Order Entry , description: Notes attached to orders and order lines , implementation_dba_data: OE.SO_NOTE_REFERENCES ,
-
Table: SO_HOLD_SOURCES_ALL
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_HOLD_SOURCES_ALL, object_name:SO_HOLD_SOURCES_ALL, status:VALID, product: OE - Order Entry , description: Applied holds , implementation_dba_data: OE.SO_HOLD_SOURCES_ALL ,
-
View: WSH_ORDER_VALUESET_V
12.2.2
product: OE - Order Entry , implementation_dba_data: Not implemented in this database ,
-
Table: SO_PICKING_RULES
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_PICKING_RULES, object_name:SO_PICKING_RULES, status:VALID, product: OE - Order Entry , description: Frequently used picking parameters (pick release rules) , implementation_dba_data: OE.SO_PICKING_RULES ,
-
Table: SO_PRICE_LISTS_B
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_PRICE_LISTS_B, object_name:SO_PRICE_LISTS_B, status:VALID, product: OE - Order Entry , description: Price lists , implementation_dba_data: OE.SO_PRICE_LISTS_B ,
-
View: WSH_ORDER_VALUESET_V
12.1.1
product: OE - Order Entry , implementation_dba_data: Not implemented in this database ,
-
Table: SO_CYCLES
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_CYCLES, object_name:SO_CYCLES, status:VALID, product: OE - Order Entry , description: Order cycles for processing orders and returns , implementation_dba_data: OE.SO_CYCLES ,
-
Table: SO_CYCLES
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_CYCLES, object_name:SO_CYCLES, status:VALID, product: OE - Order Entry , description: Order cycles for processing orders and returns , implementation_dba_data: OE.SO_CYCLES ,
-
View: WSH_CONTAINER_CONTENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSH_CONTAINER_CONTENTS_V, object_name:WSH_CONTAINER_CONTENTS_V, status:VALID, product: OE - Order Entry , description: Container contents , implementation_dba_data: APPS.WSH_CONTAINER_CONTENTS_V ,
-
Table: SO_PRICE_LISTS_B
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_PRICE_LISTS_B, object_name:SO_PRICE_LISTS_B, status:VALID, product: OE - Order Entry , description: Price lists , implementation_dba_data: OE.SO_PRICE_LISTS_B ,
-
Table: SO_PICKING_RULES
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_PICKING_RULES, object_name:SO_PICKING_RULES, status:VALID, product: OE - Order Entry , description: Frequently used picking parameters (pick release rules) , implementation_dba_data: OE.SO_PICKING_RULES ,
-
Table: SO_PICKING_HEADERS_ALL
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_PICKING_HEADERS_ALL, object_name:SO_PICKING_HEADERS_ALL, status:VALID, product: OE - Order Entry , description: Batch picking headers , implementation_dba_data: OE.SO_PICKING_HEADERS_ALL ,
-
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: OE - Order Entry , description: - Retrofitted , 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: OE - Order Entry , description: - Retrofitted , implementation_dba_data: APPS.OEFV_ORDER_CANCELLATIONS ,
-
Table: SO_ORDER_TYPES_115_ALL
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_ORDER_TYPES_115_ALL, object_name:SO_ORDER_TYPES_115_ALL, status:VALID, product: OE - Order Entry , description: Order types , implementation_dba_data: OE.SO_ORDER_TYPES_115_ALL ,
-
View: OEFV_ORDER_APPROVALS
12.2.2
product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
Table: SO_AGREEMENTS_B
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_AGREEMENTS_B, object_name:SO_AGREEMENTS_B, status:VALID, product: OE - Order Entry , description: Customer agreements , implementation_dba_data: OE.SO_AGREEMENTS_B ,
-
Table: SO_AGREEMENTS_B
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_AGREEMENTS_B, object_name:SO_AGREEMENTS_B, status:VALID, product: OE - Order Entry , description: Customer agreements , implementation_dba_data: OE.SO_AGREEMENTS_B ,
-
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: OE - Order Entry , description: - Retrofitted , implementation_dba_data: APPS.OEFV_PRICE_ADJUSTMENTS ,
-
View: SO_HEADERS_IOP_115_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.SO_HEADERS_IOP_115_V, object_name:SO_HEADERS_IOP_115_V, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.SO_HEADERS_IOP_115_V ,
-
Table: SO_PICKING_HEADERS_ALL
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_PICKING_HEADERS_ALL, object_name:SO_PICKING_HEADERS_ALL, status:VALID, product: OE - Order Entry , description: Batch picking headers , implementation_dba_data: OE.SO_PICKING_HEADERS_ALL ,
-
Table: SO_PICKING_BATCHES_ALL
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_PICKING_BATCHES_ALL, object_name:SO_PICKING_BATCHES_ALL, status:VALID, product: OE - Order Entry , description: Released order batches , implementation_dba_data: OE.SO_PICKING_BATCHES_ALL ,
-
View: WSHFV_CONTAINER_CONTENT
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSHFV_CONTAINER_CONTENT, object_name:WSHFV_CONTAINER_CONTENT, status:VALID, product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: APPS.WSHFV_CONTAINER_CONTENT ,
-
View: OEFV_ORDER_APPROVALS
12.1.1
product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: WSHFV_CONTAINER_CONTENT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSHFV_CONTAINER_CONTENT, object_name:WSHFV_CONTAINER_CONTENT, status:VALID, product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: APPS.WSHFV_CONTAINER_CONTENT ,
-
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: OE - Order Entry , description: - Retrofitted , implementation_dba_data: APPS.OEFV_ORDER_HOLDS ,
-
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: OE - Order Entry , description: - Retrofitted , implementation_dba_data: APPS.OEFV_ORDER_HOLDS ,