Search Results so_organization_id
Overview
The APPS.SO_LINE_DETAILS_VIEW_WIP_V view is an Oracle E-Business Suite (EBS) reporting and integration object that exposes order line supply details for Work-in-Process (WIP) related demand. It consolidates information from several Order Management, Inventory, and Manufacturing objects into a single denormalized structure, allowing report writers, forms, and interfaces to retrieve WIP-referenced sales order supply lines without manually joining the constituent base tables. The view is owned by the APPS schema and is available in both Oracle EBS 12.1.1 and 12.2.2.
The view is particularly important in environments where sales order lines are linked to discrete jobs or other WIP entities as a supply source. It surfaces the reserved and completed quantities carried on the sales order line detail, the associated WIP entity name, and descriptive item information resolved from the inventory item master.
Underlying Base Objects
The view is defined over the following documented base objects, expressed as synonyms, views, and packages in the APPS schema:
- SO_LINE_DETAILS (SYNONYM) – the primary source of order line supply records, filtered to WIP supply source rows.
- WIP_ENTITIES (SYNONYM) – provides the WIP entity name associated with the supply source header.
- MTL_SYSTEM_ITEMS_VL (VIEW) – supplies the item description and participates in the coded item name resolution.
- MTL_UNITS_OF_MEASURE (SYNONYM) – provides the UOM code for the line.
- OE_QUERY (PACKAGE) – the package function ITEM_CONC_SEG resolves the concatenated item segment.
- FND_PROFILE (PACKAGE) – supplies the SO_ORGANIZATION_ID profile value at runtime.
Notably, item enrichment is resolved at runtime through the FND_PROFILE package using the SO_ORGANIZATION_ID profile option. Both the MTL_SYSTEM_ITEMS_VL and WIP_ENTITIES joins are outer joins (denoted by the (+) operator), so lines without a matching item or WIP entity are still returned, with the item description defaulting to "NO DESCRIPTION AVAILABLE."
Key Columns
- LINE_DETAIL_ID – unique identifier of the order line detail record.
- LINE_ID – foreign key to the parent sales order line.
- WIP_ENTITY_NAME – the WIP entity (for example, a discrete job) associated with the supply source.
- ITEM – concatenated item segment derived via OE_QUERY.ITEM_CONC_SEG, resolved using the SO_ORGANIZATION_ID profile value.
- ITEM_DESC – description of the inventory item, or a default string.
- WIP_RESERVED_QUANTITY and WIP_COMPLETED_QUANTITY – reserved and completed quantities on the WIP-referenced line.
- SCHEDULE_STATUS_CODE – scheduling status of the line.
- UOM_CODE – unit of measure, defaulting to 'EA' when the line unit code is null.
- SUPPLY_SOURCE_HEADER_ID – identifier of the supply source header.
- Audit columns – CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN, and ROW_ID.
Common Use Cases and Queries
Typical use cases include reporting on WIP-linked sales order demand, reconciliation of reserved versus completed quantities, and integration extracts feeding manufacturing or planning systems.
The profile option SO_ORGANIZATION_ID should be set in the querying session so that ITEM and ITEM_DESC resolve correctly. A representative query selecting WIP supply details for a given order line is shown below:
SELECT LINE_DETAIL_ID, WIP_ENTITY_NAME, ITEM, WIP_RESERVED_QUANTITY, WIP_COMPLETED_QUANTITY, SCHEDULE_STATUS_CODEFROM APPS.SO_LINE_DETAILS_VIEW_WIP_VWHERE LINE_ID = :line_id;
Because the view relies on profile option values and package functions, performance is best preserved by filtering on indexed identifiers such as LINE_ID or LINE_DETAIL_ID rather than scanning by descriptive columns.
-
VIEW: APPS.SO_LINE_DETAILS_VIEW_WIP_V
12.1.1
-
VIEW: APPS.SO_LINE_DETAILS_VIEW_WIP_V
12.2.2
-
PACKAGE BODY: APPS.ARH_ARXCUDCI_PKG
12.1.1
-
PACKAGE BODY: APPS.ARH_ARXCUDCI_PKG
12.2.2
-
PACKAGE BODY: APPS.ARP_ARXCUDCI_PKG
12.1.1
-
View: SO_PICKING_LINES_VIEW_V
12.2.2
product: OE - Order Entry , implementation_dba_data: Not implemented in this database ,
-
View: SO_LINE_DETAILS_VIEW_WIP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.SO_LINE_DETAILS_VIEW_WIP_V, object_name:SO_LINE_DETAILS_VIEW_WIP_V, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.SO_LINE_DETAILS_VIEW_WIP_V ,
-
VIEW: APPS.SO_LINES_VIEW_RETURNS_V
12.1.1
-
View: SO_PICKING_LINES_VIEW_V
12.1.1
product: OE - Order Entry , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.SO_LINES_VIEW_RETURNS_V
12.2.2
-
PACKAGE BODY: APPS.ARP_ARXCUDCI_PKG
12.2.2
-
View: SO_LINE_DETAILS_VIEW_WIP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.SO_LINE_DETAILS_VIEW_WIP_V, object_name:SO_LINE_DETAILS_VIEW_WIP_V, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.SO_LINE_DETAILS_VIEW_WIP_V ,
-
VIEW: APPS.OE_PRC_CONTRACT_LINES_V
12.1.1
-
VIEW: APPS.OE_PRC_CONTRACT_LINES_V
12.2.2
-
VIEW: APPS.ICX_SO_LINES_VIEW_RETURNS_V
12.1.1
-
VIEW: APPS.SO_ITEM_GROUP_LINES_ALL_V
12.1.1
-
VIEW: APPS.SO_ITEM_GROUP_LINES_ALL_V
12.2.2
-
PACKAGE BODY: APPS.ARP_TRX_GLOBAL
12.1.1
-
PACKAGE BODY: APPS.ARP_TRX_GLOBAL
12.2.2
-
VIEW: APPS.CS_SERVICE_COVERAGES_V
12.1.1
-
VIEW: APPS.CS_SERVICE_COVERAGES_V
12.2.2
-
VIEW: APPS.SO_PRICE_LIST_LINES_ALL_V
12.1.1
-
VIEW: APPS.SO_PRICE_LIST_LINES_ALL_V
12.2.2
-
VIEW: APPS.ICX_SO_LINES_VIEW_LINES_V
12.1.1
-
VIEW: APPS.SO_INCLUDED_ITEMS_OEXORRSO_V
12.2.2
-
VIEW: APPS.SO_PICKING_LINE_DETAIL_VO_V
12.2.2
-
VIEW: APPS.SO_INCLUDED_ITEMS_OEXORRSO_V
12.1.1
-
APPS.CS_GET_CONTRACTS_PUB SQL Statements
12.2.2
-
VIEW: APPS.SO_PICKING_LINE_DETAIL_VO_V
12.1.1
-
APPS.CS_GET_CONTRACTS_PUB SQL Statements
12.1.1
-
VIEW: APPS.CS_REPAIR_COVERAGES_V
12.1.1
-
VIEW: APPS.CS_REPAIR_COVERAGES_V
12.2.2
-
View: SO_LINES_VIEW_RETURNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.SO_LINES_VIEW_RETURNS_V, object_name:SO_LINES_VIEW_RETURNS_V, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.SO_LINES_VIEW_RETURNS_V ,
-
View: SO_LINES_VIEW_RETURNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.SO_LINES_VIEW_RETURNS_V, object_name:SO_LINES_VIEW_RETURNS_V, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.SO_LINES_VIEW_RETURNS_V ,
-
View: ICX_SO_LINES_VIEW_RETURNS_V
12.2.2
product: ICX - Oracle iProcurement , description: Obsolete , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.ICX_WEBSTORE_ITEMS_V
12.1.1
-
VIEW: APPS.ICX_WEBSTORE_ITEMS_V
12.2.2
-
VIEW: APPS.ICX_ITEM_DETLS_INFO_V
12.1.1
-
View: ICX_SO_LINES_VIEW_RETURNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_SO_LINES_VIEW_RETURNS_V, object_name:ICX_SO_LINES_VIEW_RETURNS_V, status:VALID, product: ICX - Oracle iProcurement , description: Obsolete , implementation_dba_data: APPS.ICX_SO_LINES_VIEW_RETURNS_V ,
-
VIEW: APPS.ICX_ITEM_DETLS_INFO_V
12.2.2
-
VIEW: APPS.ICX_WEBSTORE_SEARCH_ITEMS_V
12.1.1
-
VIEW: APPS.SO_LINE_DETAILS_V
12.1.1
-
View: ICX_SO_LINES_VIEW_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_SO_LINES_VIEW_LINES_V, object_name:ICX_SO_LINES_VIEW_LINES_V, status:VALID, product: ICX - Oracle iProcurement , description: Order Entry Line View , implementation_dba_data: APPS.ICX_SO_LINES_VIEW_LINES_V ,
-
VIEW: APPS.SO_PICKING_LINE_DET_OEXORRSO_V
12.2.2
-
VIEW: APPS.SO_PICKING_LINE_DET_OEXORRSO_V
12.1.1
-
View: ICX_SO_LINES_VIEW_LINES_V
12.2.2
product: ICX - Oracle iProcurement , description: Order Entry Line View , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.SO_LINE_DETAILS_V
12.2.2
-
VIEW: APPS.ICX_WEBSTORE_SEARCH_ITEMS_V
12.2.2
-
APPS.ARP_XLA_EXTRACT_MAIN_PKG SQL Statements
12.1.1
-
View: OEFV_PRICE_LIST_LINES
12.1.1
product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,