Search Results so_lines_all
Overview
The SO_LINES_ALL table is a core transactional data store within the Oracle E-Business Suite (EBS) Order Entry (OE) module. It represents the individual line items that constitute a sales order. Every record in this table corresponds to a specific product or service requested on an order, capturing the detailed transactional data for that item. As a multi-organization enabled table (indicated by the "_ALL" suffix), it contains data for all operating units, with access typically controlled by the MOAC (Multi-Org Access Control) security profile. The table's primary key, LINE_ID, uniquely identifies each order line across the system. Its fundamental role is to store the granular details of what is being sold, forming the basis for downstream processes like shipping, invoicing, and fulfillment.
Key Information Stored
The table's structure is defined by its primary and foreign key relationships, which reveal the critical data entities it connects to. The primary column is LINE_ID. The most significant foreign key is HEADER_ID, which links every line to its parent sales order header in the SO_HEADERS_ALL table. Other essential foreign key columns define the line's business context, including PRICE_LIST_ID (SO_PRICE_LISTS_B), SHIP_TO_SITE_USE_ID (RA_SITE_USES_ALL), and TERMS_ID (RA_TERMS_B). The table also manages complex line configurations through self-referencing foreign keys, such as PARENT_LINE_ID, ATO_LINE_ID (for Assemble-to-Order), SERVICE_PARENT_LINE_ID, and LINK_TO_LINE_ID, which establish hierarchical relationships between line items. Columns like COMMITMENT_ID and CREDIT_INVOICE_LINE_ID link lines to the Receivables (AR) module for invoicing and credit memo transactions.
Common Use Cases and Queries
This table is central to any reporting or data extraction involving sales order line details. Common use cases include generating detailed order line reports, analyzing product sales performance, interfacing data to downstream systems, and troubleshooting order fulfillment issues. A fundamental query pattern joins SO_LINES_ALL to its header and other reference tables to create a comprehensive dataset. For example:
- Basic Order Line Report:
SELECT sl.line_number, sl.ordered_item, sl.ordered_quantity, sh.order_number FROM oe.so_lines_all sl JOIN oe.so_headers_all sh ON sl.header_id = sh.header_id WHERE sh.org_id = :p_org_id; - Identifying Configurable Items: Queries often filter on or join via the PARENT_LINE_ID or ATO_LINE_ID to find component lines of kits or configured items.
- Linking to Invoicing: To trace the financial outcome of an order line, developers join SO_LINES_ALL.COMMITMENT_ID to RA_CUSTOMER_TRX_ALL or RA_CUSTOMER_TRX_LINES_ALL.
Related Objects
As indicated by the extensive foreign key metadata, SO_LINES_ALL has a wide array of dependencies. Its principal relationship is with the SO_HEADERS_ALL table. It is heavily referenced by other transactional tables within Order Management, such as SO_LINE_APPROVALS and SO_DROP_SHIP_SOURCES. The table has a recursive relationship with itself through multiple foreign keys (PARENT_LINE_ID, ATO_LINE_ID, etc.), enabling complex line structures. Critical integrations with other modules are established through foreign keys to tables in Receivables (RA_CUSTOMER_TRX_ALL, RA_CUSTOMER_TRX_LINES_ALL, RA_TERMS_B), Inventory (BOM_INVENTORY_COMPONENTS, BOM_BILL_OF_MATERIALS), and Installed Base. For reporting and application access, it is typically accessed via public synonyms and APIs like the Order Management APIs rather than via direct DML.
-
Table: SO_LINES_ALL
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_LINES_ALL, object_name:SO_LINES_ALL, status:VALID, product: OE - Order Entry , description: Order lines , implementation_dba_data: OE.SO_LINES_ALL ,
-
Table: SO_LINES_ALL
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_LINES_ALL, object_name:SO_LINES_ALL, status:VALID, product: OE - Order Entry , description: Order lines , implementation_dba_data: OE.SO_LINES_ALL ,
-
View: OEFV_SALES_ORDER_LINES
12.1.1
product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: OEFV_SALES_ORDER_LINES
12.2.2
product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: WSH_DELIVERY_LINES_DPW_V
12.1.1
product: OE - Order Entry , description: Delivery lines for Departure Planning Workbench , implementation_dba_data: Not implemented in this database ,
-
View: WSH_DELIVERY_LINES_DPW_V
12.2.2
product: OE - Order Entry , description: Delivery lines for Departure Planning Workbench , implementation_dba_data: Not implemented in this database ,
-
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_LINE_DETAILS
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_LINE_DETAILS, object_name:SO_LINE_DETAILS, status:VALID, product: OE - Order Entry , description: Order line schedule details , implementation_dba_data: OE.SO_LINE_DETAILS ,
-
Table: SO_DROP_SHIP_SOURCES
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_DROP_SHIP_SOURCES, object_name:SO_DROP_SHIP_SOURCES, status:VALID, product: OE - Order Entry , description: Cross-reference table to hold relationships between sales order lines and purchase orders , implementation_dba_data: OE.SO_DROP_SHIP_SOURCES ,
-
Table: SO_PICKING_CANCELLATIONS
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_PICKING_CANCELLATIONS, object_name:SO_PICKING_CANCELLATIONS, status:VALID, product: OE - Order Entry , description: Cancelled picking lines , implementation_dba_data: OE.SO_PICKING_CANCELLATIONS ,
-
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_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_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_PICKING_CANCELLATIONS
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_PICKING_CANCELLATIONS, object_name:SO_PICKING_CANCELLATIONS, status:VALID, product: OE - Order Entry , description: Cancelled picking lines , implementation_dba_data: OE.SO_PICKING_CANCELLATIONS ,
-
Table: SO_LINE_DETAILS
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_LINE_DETAILS, object_name:SO_LINE_DETAILS, status:VALID, product: OE - Order Entry , description: Order line schedule details , implementation_dba_data: OE.SO_LINE_DETAILS ,
-
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_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 ,
-
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_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 ,
-
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_DROP_SHIP_SOURCES
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_DROP_SHIP_SOURCES, object_name:SO_DROP_SHIP_SOURCES, status:VALID, product: OE - Order Entry , description: Cross-reference table to hold relationships between sales order lines and purchase orders , implementation_dba_data: OE.SO_DROP_SHIP_SOURCES ,
-
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_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_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 ,
-
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: 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_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: 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_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 ,
-
Table: SO_PICKING_LINES_ALL
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_PICKING_LINES_ALL, object_name:SO_PICKING_LINES_ALL, status:VALID, product: OE - Order Entry , description: Picking lines , implementation_dba_data: OE.SO_PICKING_LINES_ALL ,
-
Table: SO_PICKING_LINES_ALL
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_PICKING_LINES_ALL, object_name:SO_PICKING_LINES_ALL, status:VALID, product: OE - Order Entry , description: Picking lines , implementation_dba_data: OE.SO_PICKING_LINES_ALL ,
-
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 ,
-
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 ,
-
View: OE_BIS_CANCELLED_BOOKINGS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.OE_BIS_CANCELLED_BOOKINGS_V, object_name:OE_BIS_CANCELLED_BOOKINGS_V, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.OE_BIS_CANCELLED_BOOKINGS_V ,
-
View: OE_BIS_CANCELLED_BOOKINGS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.OE_BIS_CANCELLED_BOOKINGS_V, object_name:OE_BIS_CANCELLED_BOOKINGS_V, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.OE_BIS_CANCELLED_BOOKINGS_V ,
-
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: OE_BIS_CUSTOMER_RETURNS_V
12.1.1
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 ,
-
View: OEBV_SHIPMENT_LINES
12.1.1
product: OE - Order Entry , 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: 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: WSH_CONTAINER_CONTENTS_V
12.1.1
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 ,
-
View: SO_FC_RETURNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.SO_FC_RETURNS_V, object_name:SO_FC_RETURNS_V, status:VALID, product: OE - Order Entry , description: Cash Management returns outflow , implementation_dba_data: APPS.SO_FC_RETURNS_V ,
-
View: SO_DELIVERIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.SO_DELIVERIES_V, object_name:SO_DELIVERIES_V, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.SO_DELIVERIES_V ,
-
View: SO_FC_ORDERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.SO_FC_ORDERS_V, object_name:SO_FC_ORDERS_V, status:VALID, product: OE - Order Entry , description: Cash Management sales order inflow , implementation_dba_data: APPS.SO_FC_ORDERS_V ,
-
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: OE - Order Entry , description: - Retrofitted , implementation_dba_data: APPS.OEFV_PRICE_ADJUSTMENTS ,