Search Results wsh_dsno_items_specific_v
Overview
WSH_DSNO_ITEMS_SPECIFIC_V is a Shipping Execution (WSH) view owned by the APPS schema in Oracle E-Business Suite 12.1.1 and 12.2.2. It forms part of the DSNO (Delivery Shipment Notification / outbound interface) family of views used by the shipping and order-to-cash integration layer. Its purpose is to expose item-level, order-line-specific attributes in a normalized form suitable for outbound message generation, XML/trading-partner mapping, and reporting that requires order line context alongside shipping detail.
The view carries a literal constant column, SOURCE_CODE, hard-coded to 'OE' (Order Entry), which identifies the source system for the returned rows. This is a common DSNO construct: a source discriminator allows the consuming process to distinguish rows originating from Order Management versus rows originating from other upstream systems in the same interface.
Underlying Base Objects
Per the ETRM metadata, the view is defined over the following referenced objects:
- OE_ORDER_HEADERS_ALL (synonym) — order header information, including ORDER_DATE_TYPE_CODE.
- OE_ORDER_LINES_ALL (synonym) — order line details, the dominant source of columns in the view.
- OKC_K_LINES_B (synonym) — contract line data from the Contracts Core module.
- OKE_K_DELIVERABLES_B (synonym) — contract deliverables.
- OKE_K_HEADERS (synonym) — contract headers.
- RLM_CUST_ITEM_CUM_KEYS_ALL (synonym) — customer item cumulative keys from the Returns/RLM module.
- RLM_SCHEDULE_HEADERS_ALL and RLM_SCHEDULE_LINES_ALL (synonyms) — return schedule header and line data.
- WSH_ECE_VIEWS_DEF (package) — the Shipping ECE view definition package that supports flexible, profile-driven column visibility for the DSNO view family.
The visible SELECT list is dominated by OE_ORDER_LINES_ALL (aliased OEL) joined to OE_ORDER_HEADERS_ALL (aliased OEH). Within the full view text, the contract, deliverables, and RLM objects supply additional columns for contract-referenced and return-schedule scenarios, while WSH_ECE_VIEWS_DEF governs which columns are exposed for a given interface configuration. The DISTINCT keyword in the view text indicates the query is intended to suppress duplicates that can arise from these multi-table joins.
Key Columns
The principal columns exposed by the view include:
- SOURCE_CODE — constant 'OE', identifying the originating application.
- ORDER_HEADER_ID, ORDER_LINE_ID — primary keys linking back to OE_ORDER_HEADERS_ALL and OE_ORDER_LINES_ALL.
- SPLIT_FROM_LINE_ID, LINK_TO_LINE_ID — line genealogy references for split or linked order lines.
- ORIGINAL_SYSTEM_LINE_REF — the source-system line reference used in integration matching.
- ORDER_LINE_NUMBER — the order line number converted to character via TO_CHAR.
- ORDER_DATE_TYPE_CODE — the order date type from the header (for example, scheduled ship date basis).
- PROMISE_DATE — the promised date on the order line.
- ITEM_TYPE_CODE_INT, UNIT_SELLING_PRICE, OPTION_FLAG, COMPONENT_CODE — item classification and pricing attributes for the line.
- ORDER_LINE_PRICING_CONTEXT and ORDER_LINE_PRICING_ATTRIBUTE1 through 10 — the pricing flexfield context and attributes.
- ORDER_LINE_CONTEXT and ORDER_LINE_ATTRIBUTE1 through 15 — the descriptive flexfield context and attribute values for the order line.
- OELINE_GLOBAL_ATTRIB_CATEGORY and OELINE_GLOBAL_ATTRIBUTE1 upward — the global descriptive flexfield category and values.
These columns make the view a flattened, integration-ready projection of order line attribute data, including both keyed flexfield segments and their descriptive contexts.
Common Use Cases and Queries
The view is typically consumed by outbound shipping/order interfaces and by custom reports needing order-line attributes at the item level without joining multiple OE tables directly. A representative query follows:
SELECT SOURCE_CODE, ORDER_HEADER_ID, ORDER_LINE_ID, ORDER_LINE_NUMBER, PROMISE_DATE, ITEM_TYPE_CODE_INT FROM APPS.WSH_DSNO_ITEMS_SPECIFIC_V WHERE ORDER_HEADER_ID = :p_header_id ORDER BY ORDER_LINE_NUMBER;SELECT ORDER_LINE_ID, ORDER_LINE_CONTEXT, ORDER_LINE_ATTRIBUTE1, ORDER_LINE_ATTRIBUTE2 FROM APPS.WSH_DSNO_ITEMS_SPECIFIC_V WHERE ORIGINAL_SYSTEM_LINE_REF = :p_ref;
Note that the user search term "handling_code_ext" does not appear among the documented columns of this view; handling-code attributes are more commonly associated with WSH delivery and delivery-detail entities rather than this order-line-specific DSNO view. When troubleshooting, confirm the correct DSNO view for the desired attribute, and always query the synonym in the APPS schema in a reporting or read-only capacity.
-
View: WSH_DSNO_ITEMS_SPECIFIC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DSNO_ITEMS_SPECIFIC_V, object_name:WSH_DSNO_ITEMS_SPECIFIC_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_DSNO_ITEMS_SPECIFIC_V ,
-
View: WSH_DSNO_ITEMS_SPECIFIC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DSNO_ITEMS_SPECIFIC_V, object_name:WSH_DSNO_ITEMS_SPECIFIC_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_DSNO_ITEMS_SPECIFIC_V ,
-
SYNONYM: APPS.RLM_CUST_ITEM_CUM_KEYS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:RLM_CUST_ITEM_CUM_KEYS_ALL, status:VALID,
-
PACKAGE: APPS.WSH_ECE_VIEWS_DEF
12.1.1
owner:APPS, object_type:PACKAGE, object_name:WSH_ECE_VIEWS_DEF, status:VALID,
-
SYNONYM: APPS.RLM_SCHEDULE_LINES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:RLM_SCHEDULE_LINES_ALL, status:VALID,
-
SYNONYM: APPS.RLM_SCHEDULE_HEADERS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:RLM_SCHEDULE_HEADERS_ALL, status:VALID,
-
SYNONYM: APPS.RLM_CUST_ITEM_CUM_KEYS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:RLM_CUST_ITEM_CUM_KEYS_ALL, status:VALID,
-
PACKAGE: APPS.WSH_ECE_VIEWS_DEF
12.2.2
owner:APPS, object_type:PACKAGE, object_name:WSH_ECE_VIEWS_DEF, status:VALID,
-
SYNONYM: APPS.RLM_SCHEDULE_HEADERS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:RLM_SCHEDULE_HEADERS_ALL, status:VALID,
-
SYNONYM: APPS.OKE_K_HEADERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKE_K_HEADERS, status:VALID,
-
SYNONYM: APPS.RLM_SCHEDULE_LINES_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:RLM_SCHEDULE_LINES_ALL, status:VALID,
-
VIEW: APPS.WSH_DSNO_ITEMS_V
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
SYNONYM: APPS.OKE_K_HEADERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKE_K_HEADERS, status:VALID,
-
SYNONYM: APPS.OKE_K_DELIVERABLES_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKE_K_DELIVERABLES_B, status:VALID,
-
VIEW: APPS.WSH_DSNO_ITEMS_V
12.1.1
-
SYNONYM: APPS.OKE_K_DELIVERABLES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKE_K_DELIVERABLES_B, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
View: WSH_DSNO_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DSNO_ITEMS_V, object_name:WSH_DSNO_ITEMS_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_DSNO_ITEMS_V ,
-
View: WSH_DSNO_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DSNO_ITEMS_V, object_name:WSH_DSNO_ITEMS_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_DSNO_ITEMS_V ,
-
VIEW: APPS.WSH_DSNO_ITEMS_SPECIFIC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DSNO_ITEMS_SPECIFIC_V, object_name:WSH_DSNO_ITEMS_SPECIFIC_V, status:VALID,
-
VIEW: APPS.WSH_DSNO_ITEMS_SPECIFIC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DSNO_ITEMS_SPECIFIC_V, object_name:WSH_DSNO_ITEMS_SPECIFIC_V, status:VALID,
-
VIEW: APPS.WSH_DSNO_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DSNO_ITEMS_V, object_name:WSH_DSNO_ITEMS_V, status:VALID,
-
VIEW: APPS.WSH_DSNO_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DSNO_ITEMS_V, object_name:WSH_DSNO_ITEMS_V, status:VALID,
-
SYNONYM: APPS.OE_ORDER_HEADERS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OE_ORDER_HEADERS_ALL, status:VALID,
-
SYNONYM: APPS.OKC_K_LINES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKC_K_LINES_B, status:VALID,
-
SYNONYM: APPS.OKC_K_LINES_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKC_K_LINES_B, status:VALID,
-
SYNONYM: APPS.OE_ORDER_HEADERS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OE_ORDER_HEADERS_ALL, status:VALID,
-
SYNONYM: APPS.OE_ORDER_LINES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OE_ORDER_LINES_ALL, status:VALID,
-
SYNONYM: APPS.OE_ORDER_LINES_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OE_ORDER_LINES_ALL, status:VALID,
-
eTRM - WSH Tables and Views
12.1.1
description: Stores hierarchy for zones. Each region component of a zone has a record in this table. ,
-
eTRM - WSH Tables and Views
12.2.2
description: Stores hierarchy for zones. Each region component of a zone has a record in this table. ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - WSH Tables and Views
12.1.1
description: Stores hierarchy for zones. Each region component of a zone has a record in this table. ,
-
eTRM - WSH Tables and Views
12.2.2
description: Stores hierarchy for zones. Each region component of a zone has a record in this table. ,