Search Results replenishment_status
Overview
APPS.WSH_DELIVERY_DETAILS_OE_V is a seeded Oracle E-Business Suite view owned by the APPS schema and registered under the FND design data path WSH.WSH_DELIVERY_DETAILS_OE_V. It exposes delivery detail records specifically in the context of the Order Management (OE) fulfillment flow, joining delivery information to the source sales order line wherever the source code is OE. The view carries a status of VALID in both Oracle EBS 12.1.1 and 12.2.2.
Oracle classifies this object as Internal. The ETRM metadata carries an explicit warning that Oracle Corporation does not support access to applications data using this object except from standard Oracle Applications programs. Consequently, the view is intended primarily for Oracle's own shipping and order-management code paths, not as a public integration interface. Development and reporting teams that discover it — for example while searching for oe_interfaced_flag — should treat it as a read-only reference rather than a supported API surface, and should validate any dependency before promoting custom SQL to production.
Underlying Base Objects
The view is defined over a small set of documented base objects: OE_ORDER_LINES_ALL (synonym), WSH_DELIVERY_ASSIGNMENTS_V (view), WSH_DELIVERY_DETAILS (synonym), WSH_LOOKUPS (view), and WSH_NEW_DELIVERIES (synonym). WSH_NEW_DELIVERIES supplies the delivery header (DELIVERY_ID and DELIVERY_NAME), WSH_DELIVERY_DETAILS supplies the delivery line grain and the primary key DELIVERY_DETAIL_ID, and WSH_DELIVERY_ASSIGNMENTS_V provides the linkage between delivery details and the source order line. OE_ORDER_LINES_ALL supplies the Order Management line context, while WSH_LOOKUPS resolves descriptive meanings for the various status and flag values. The join to OE_ORDER_LINES_ALL is what constrains the result set to Order Management-sourced delivery lines, which is why the view is named with the OE suffix.
Key Columns
- DELIVERY_ID / DELIVERY_NAME — Foreign key and unique name identifying the delivery header in WSH_NEW_DELIVERIES.
- SOURCE_HEADER_ID / SOURCE_LINE_ID — The source document identifiers; for Order Management lines these correspond to the sales order header and line.
- DELIVERY_DETAIL_ID — Primary key identifying the individual delivery line.
- SOURCE_CODE — Indicates the originating application: OE, WIP, or PO.
- ORGANIZATION_ID — The inventory organization associated with the delivery line.
- REQUESTED_QUANTITY / REQUESTED_QUANTITY2 — The quantity requested for shipment to the customer.
- OE_INTERFACED_FLAG — Indicates whether the line has been interfaced to Order Management. This is the column most frequently used to confirm that shipped or delivered quantities have been returned to OM.
- INV_INTERFACED_FLAG — Indicates whether the line has been interfaced to Inventory.
- MOVE_ORDER_LINE_ID — Identifier of the associated move order line.
- LINE_SHIP_METHOD / DELIVERY_SHIP_METHOD — Ship method at line and delivery level.
- TRACKING_NUMBER / WAYBILL — Carrier tracking references.
- RELEASED_STATUS — Pick release status of the delivery line.
- ORIGINAL_LINE_STATUS, DELIVERED_DATE, REPLENISHMENT_STATUS — Line status history, actual delivery date, and replenishment state.
Common Use Cases and Queries
The principal use case is reconciling delivery activity back to Order Management — confirming that a delivery line has been interfaced to OM before downstream invoicing or order-line status updates proceed. A typical diagnostic query lists delivery lines awaiting OM interface for a given organization:
- SELECT delivery_id, delivery_name, source_header_id, source_line_id, requested_quantity, oe_interfaced_flag, inv_interfaced_flag, released_status, delivered_date FROM apps.wsh_delivery_details_oe_v WHERE source_code = 'OE' AND organization_id = :org_id AND oe_interfaced_flag = 'N';
- Confirm the interface state for a single sales order line by filtering on SOURCE_LINE_ID and joining to OE_ORDER_LINES_ALL for ordered versus shipped quantity comparison.
- Report tracking information by selecting DELIVERY_NAME, TRACKING_NUMBER, and WAYBILL for delivered lines within a date range on DELIVERED_DATE.
- Audit pick release progress using RELEASED_STATUS and ORIGINAL_LINE_STATUS to identify lines stuck between release and ship confirmation.
Because the object is flagged Internal, these queries should be confined to diagnostic and reconciliation purposes. Supported integration should instead use the documented Order Management and Shipping public APIs.
-
VIEW: APPS.WSH_DELIVERY_DETAILS_OE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DELIVERY_DETAILS_OE_V, object_name:WSH_DELIVERY_DETAILS_OE_V, status:VALID,
-
VIEW: APPS.WSH_DELIVERY_DETAILS_OE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DELIVERY_DETAILS_OE_V, object_name:WSH_DELIVERY_DETAILS_OE_V, status:VALID,
-
View: WSH_DELIVERY_DETAILS_OE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DELIVERY_DETAILS_OE_V, object_name:WSH_DELIVERY_DETAILS_OE_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_DELIVERY_DETAILS_OE_V ,
-
VIEW: WSH.WSH_DELIVERY_DETAILS#
12.2.2
-
APPS.WSH_WSHRDBDR_XMLP_PKG SQL Statements
12.2.2
-
APPS.WSH_WSHRDBDR_XMLP_PKG SQL Statements
12.1.1
-
VIEW: WSH.WSH_DELIVERY_DETAILS#
12.2.2
owner:WSH, object_type:VIEW, object_name:WSH_DELIVERY_DETAILS#, status:VALID,
-
APPS.WSH_SHIP_CONFIRM_ACTIONS2 SQL Statements
12.2.2
-
VIEW: APPS.WSH_TRIP_DELIVERABLES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_TRIP_DELIVERABLES_V, object_name:WSH_TRIP_DELIVERABLES_V, status:VALID,
-
VIEW: APPS.WSH_DLVY_DELIVERABLES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DLVY_DELIVERABLES_V, object_name:WSH_DLVY_DELIVERABLES_V, status:VALID,
-
VIEW: APPS.WSH_STOP_DELIVERABLES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_STOP_DELIVERABLES_V, object_name:WSH_STOP_DELIVERABLES_V, status:VALID,
-
VIEW: APPS.WSH_DELIVERABLES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DELIVERABLES_V, object_name:WSH_DELIVERABLES_V, status:VALID,
-
VIEW: APPS.WSH_STOP_DELIVERABLES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_STOP_DELIVERABLES_V, object_name:WSH_STOP_DELIVERABLES_V, status:VALID,
-
VIEW: APPS.WSH_TRIP_DELIVERABLES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_TRIP_DELIVERABLES_V, object_name:WSH_TRIP_DELIVERABLES_V, status:VALID,
-
VIEW: APPS.WSH_DELIVERABLES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DELIVERABLES_V, object_name:WSH_DELIVERABLES_V, status:VALID,
-
VIEW: APPS.WSH_DLVY_DELIVERABLES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DLVY_DELIVERABLES_V, object_name:WSH_DLVY_DELIVERABLES_V, status:VALID,
-
View: WSH_TRIP_DELIVERABLES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_TRIP_DELIVERABLES_V, object_name:WSH_TRIP_DELIVERABLES_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_TRIP_DELIVERABLES_V ,
-
View: WSH_DLVY_DELIVERABLES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DLVY_DELIVERABLES_V, object_name:WSH_DLVY_DELIVERABLES_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_DLVY_DELIVERABLES_V ,
-
View: WSH_DELIVERABLES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DELIVERABLES_V, object_name:WSH_DELIVERABLES_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_DELIVERABLES_V ,
-
APPS.WSH_SHIP_CONFIRM_ACTIONS2 SQL Statements
12.1.1
-
APPS.WSH_PICK_LIST SQL Statements
12.1.1
-
APPS.WSH_PICK_LIST SQL Statements
12.2.2
-
TABLE: WSH.WSH_DELIVERY_DETAILS
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_DELIVERY_DETAILS, object_name:WSH_DELIVERY_DETAILS, status:VALID,
-
View: WSH_STOP_DELIVERABLES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_STOP_DELIVERABLES_V, object_name:WSH_STOP_DELIVERABLES_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_STOP_DELIVERABLES_V ,
-
TABLE: WSH.WSH_DELIVERY_DETAILS
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_DELIVERY_DETAILS, object_name:WSH_DELIVERY_DETAILS, status:VALID,
-
APPS.WSH_USA_CATEGORIES_PVT SQL Statements
12.1.1
-
APPS.WSH_USA_CATEGORIES_PVT SQL Statements
12.2.2
-
PACKAGE BODY: APPS.WSH_INTERFACE_EXT_GRP
12.2.2
-
PACKAGE BODY: APPS.WSH_INTERFACE_EXT_GRP
12.1.1
-
PACKAGE: APPS.WSH_GLBL_VAR_STRCT_GRP
12.1.1
-
PACKAGE BODY: APPS.WSH_WSHRDBDR_XMLP_PKG
12.1.1
-
PACKAGE: APPS.WSH_DELIVERY_DETAILS_ACTIONS
12.1.1
-
PACKAGE: APPS.WSH_DELIVERY_DETAILS_ACTIONS
12.2.2
-
APPS.WSH_DELIVERY_DETAILS_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.WSH_WSHRDBDR_XMLP_PKG
12.2.2
-
PACKAGE: APPS.WMS_REPLENISHMENT_PVT
12.2.2
-
PACKAGE: APPS.WSH_GLBL_VAR_STRCT_GRP
12.2.2
-
APPS.WSH_DELIVERY_DETAILS_PKG SQL Statements
12.2.2
-
PACKAGE: APPS.WMS_REPLENISHMENT_PVT
12.1.1
-
APPS.WSH_DETAILS_VALIDATIONS SQL Statements
12.1.1
-
APPS.INV_PICK_RELEASE_PUB SQL Statements
12.1.1
-
APPS.WSH_DETAILS_VALIDATIONS SQL Statements
12.2.2
-
APPS.INV_PICK_RELEASE_PUB SQL Statements
12.2.2
-
APPS.WSH_INTERFACE_EXT_GRP dependencies on FND_MESSAGE
12.1.1
-
APPS.WSH_INTERFACE_EXT_GRP dependencies on FND_MESSAGE
12.2.2
-
APPS.WSH_USA_INV_PVT SQL Statements
12.1.1
-
APPS.WSH_WSHRDBDR_XMLP_PKG dependencies on WSH_DELIVERY_DETAILS
12.1.1
-
APPS.WSH_WSHRDBDR_XMLP_PKG dependencies on WSH_DELIVERY_DETAILS
12.2.2
-
APPS.WSH_INTERFACE_EXT_GRP dependencies on FND_API
12.1.1
-
APPS.WSH_INTERFACE_EXT_GRP dependencies on FND_API
12.2.2