Search Results source_location_id
Overview
The APPS.WSHBV_DELIVERIES view is a business view (BV) in Oracle E-Business Suite that exposes delivery header information from the Oracle Shipping (WSH) module. It is owned by the APPS schema and is defined as a read-only view, as indicated by the WITH READ ONLY clause in its definition. The view presents a denormalized, reporting-friendly picture of delivery records by joining the core deliveries table, WSH_NEW_DELIVERIES, with the location table, WSH_LOCATIONS, on multiple occasions. Its purpose is to provide a stable, presentation-layer interface for delivery data that can be queried by reports, concurrent programs, and integration components without requiring callers to reconstruct the underlying join logic. Because several descriptive attributes are exposed through lookup labels (for example status, planned flag, shipment method, FOB code, and acceptance flag), the view delivers human-readable meanings alongside raw codes.
Underlying Base Objects
WSHBV_DELIVERIES is defined over two referenced base objects, both accessed through synonyms in the APPS schema:
- WSH_NEW_DELIVERIES (alias WND) — the driving table containing the delivery header record, including identifiers, weights, dates, carrier references, and shipment classification.
- WSH_LOCATIONS (aliases LOC, LOC1, LOC2, LOC3, LOC4) — joined five times against distinct delivery location foreign keys: the ultimate dropoff location, intermediate ship-to location, pooled ship-to location, initial pickup location, and FOB location.
The joins follow an outer-join pattern. The ultimate dropoff and initial pickup joins are mandatory, while the intermediate ship-to, pooled ship-to, and FOB joins are outer joins ((+)) because those attributes may be null. The view further filters the results so that only deliveries for the calling user's organization (via the security predicate _SEC:WND.ORGANIZATION_ID) and whose shipment direction is outbound or internal outbound (NVL(SHIPMENT_DIRECTION,'O') IN ('O','IO')) are returned.
Key Columns
- DELIVERY_ID — primary identifier for the delivery record.
- NAME — the delivery name/number used for identification and reference.
- ORGANIZATION_ID — the inventory organization that owns the delivery; also the column used for security filtering.
- SOURCE_LOCATION_ID — exposed up to five times (from LOC, LOC1, LOC2, LOC3, and LOC4), each corresponding to a different location role on the delivery: ultimate dropoff, intermediate ship-to, pooled ship-to, initial pickup, and FOB.
- STATUS_CODE — surfaced through the WSH_LOOKUPS lookup type DELIVERY_STATUS and rendered as MEANING, courtesy of the
_LAlabel attribute. - CREATION_DATE / CREATED_BY / LAST_UPDATE_DATE / LAST_UPDATED_BY / LAST_UPDATE_LOGIN — standard WHO columns.
- CONFIRM_DATE, ASN_DATE_SENT, ASN_SEQ_NUMBER — confirm and advance ship notice tracking.
- GROSS_WEIGHT, NET_WEIGHT, WEIGHT_UOM_CODE, VOLUME, VOLUME_UOM_CODE — weight and volume measurements with unit of measure.
- CARRIER_ID, WAYBILL, FREIGHT_TERMS_CODE, SERVICE_CONTRACT, BOOKING_NUMBER — carrier and freight details.
- CUSTOMER_ID, DOCK_CODE, DELIVERY_TYPE — customer and dock information.
- SHIP_METHOD_CODE and FOB_CODE — exposed as lookup meanings via FND_LOOKUP_VALUES_VL.
Common Use Cases and Queries
This view is typically used for delivery reporting, status dashboards, and integrations that need delivery header data without coding the underlying joins. A common query lists deliveries with their status meaning and source locations for a given organization:
SELECT delivery_id, name, status_code, source_location_id,
confirm_date, carrier_id, waybill
FROM apps.wshbv_deliveries
WHERE organization_id = :org_id
ORDER BY creation_date DESC;
Because READ ONLY, the view supports SELECT access only and cannot be used as a DML target. Reports can also filter on confirm or ASN dates for shipping performance tracking, and integrations can resolve the multiple SOURCE_LOCATION_ID columns to determine the correct pickup, ship-to, or dropoff location depending on the delivery role required.
-
VIEW: APPS.WSHBV_DELIVERIES
12.1.1
-
VIEW: APPS.WSHBV_DELIVERIES
12.2.2
-
VIEW: APPS.WSHFV_DELIVERIES
12.2.2
-
VIEW: APPS.WSHFV_DELIVERIES
12.1.1
-
View: WSHFV_DELIVERIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSHFV_DELIVERIES, object_name:WSHFV_DELIVERIES, status:VALID, product: WSH - Shipping Execution , description: Full BIS Business View for Deliveries. , implementation_dba_data: APPS.WSHFV_DELIVERIES ,
-
View: WSHBV_DELIVERIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSHBV_DELIVERIES, object_name:WSHBV_DELIVERIES, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSHBV_DELIVERIES ,
-
View: WSHFV_LOCATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSHFV_LOCATIONS, object_name:WSHFV_LOCATIONS, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSHFV_LOCATIONS ,
-
View: WSHFV_DELIVERIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSHFV_DELIVERIES, object_name:WSHFV_DELIVERIES, status:VALID, product: WSH - Shipping Execution , description: Full BIS Business View for Deliveries. , implementation_dba_data: APPS.WSHFV_DELIVERIES ,
-
VIEW: APPS.WSHBV_DELIVERY_DETAILS
12.1.1
-
VIEW: MSC.MSC_ST_LOCATION_ASSOCIATIONS#
12.2.2
-
View: WSHBV_DELIVERIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSHBV_DELIVERIES, object_name:WSHBV_DELIVERIES, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSHBV_DELIVERIES ,
-
VIEW: WSH.WSH_LOCATIONS#
12.2.2
-
VIEW: APPS.WSHBV_LOCATIONS
12.2.2
-
VIEW: APPS.WSHBV_LOCATIONS
12.1.1
-
View: WSH_LOCATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_LOCATIONS_V, object_name:WSH_LOCATIONS_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_LOCATIONS_V ,
-
View: WSH_LOCATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_LOCATIONS_V, object_name:WSH_LOCATIONS_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_LOCATIONS_V ,
-
VIEW: APPS.WSHBV_DELIVERY_DETAILS
12.2.2
-
View: WSH_LOCATIONS_HR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_LOCATIONS_HR_V, object_name:WSH_LOCATIONS_HR_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_LOCATIONS_HR_V ,
-
VIEW: APPS.WSHFV_LOCATIONS
12.1.1
-
View: WSH_LOCATIONS_HZ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_LOCATIONS_HZ_V, object_name:WSH_LOCATIONS_HZ_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_LOCATIONS_HZ_V ,
-
View: WSH_LOCATIONS_HR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_LOCATIONS_HR_V, object_name:WSH_LOCATIONS_HR_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_LOCATIONS_HR_V ,
-
VIEW: APPS.WSH_LOCATIONS_HR_V
12.1.1
-
View: WSHBV_LOCATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSHBV_LOCATIONS, object_name:WSHBV_LOCATIONS, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSHBV_LOCATIONS ,
-
VIEW: APPS.WSHFV_DELIVERY_DETAILS
12.1.1
-
VIEW: APPS.WSHFV_DELIVERY_DETAILS
12.2.2
-
VIEW: APPS.WSH_ITM_SHIPMENT_V
12.2.2
-
View: WSHFV_LOCATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSHFV_LOCATIONS, object_name:WSHFV_LOCATIONS, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSHFV_LOCATIONS ,
-
View: WSHBV_LOCATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSHBV_LOCATIONS, object_name:WSHBV_LOCATIONS, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSHBV_LOCATIONS ,
-
VIEW: APPS.WSH_LOCATIONS_V
12.1.1
-
VIEW: APPS.WSH_LOCATIONS_V
12.2.2
-
VIEW: APPS.WSHFV_LOCATIONS
12.2.2
-
View: WSH_LOCATIONS_HZ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_LOCATIONS_HZ_V, object_name:WSH_LOCATIONS_HZ_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_LOCATIONS_HZ_V ,
-
VIEW: APPS.WSH_LOCATIONS_HZ_V
12.2.2
-
VIEW: APPS.WSH_LOCATIONS_HR_V
12.2.2
-
VIEW: APPS.WSH_LOCATIONS_HZ_V
12.1.1
-
View: WSH_SHIP_FROM_ORG_LOCATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_SHIP_FROM_ORG_LOCATIONS_V, object_name:WSH_SHIP_FROM_ORG_LOCATIONS_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_SHIP_FROM_ORG_LOCATIONS_V ,
-
VIEW: APPS.WSH_ITM_SHIPMENT_V
12.1.1
-
View: WSH_SHIP_FROM_LOCATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_SHIP_FROM_LOCATIONS_V, object_name:WSH_SHIP_FROM_LOCATIONS_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_SHIP_FROM_LOCATIONS_V ,
-
View: WSH_ITM_SHIPMENT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_ITM_SHIPMENT_V, object_name:WSH_ITM_SHIPMENT_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_ITM_SHIPMENT_V ,
-
TABLE: WSH.WSH_LOCATIONS
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_LOCATIONS, object_name:WSH_LOCATIONS, status:VALID,
-
VIEW: MSC.MSC_ST_LOCATION_ASSOCIATIONS#
12.2.2
owner:MSC, object_type:VIEW, object_name:MSC_ST_LOCATION_ASSOCIATIONS#, status:VALID,
-
VIEW: APPS.CLN_WSH_SS_SHIPMENT_V
12.1.1
-
View: WSH_SHIP_FROM_ORG_LOCATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_SHIP_FROM_ORG_LOCATIONS_V, object_name:WSH_SHIP_FROM_ORG_LOCATIONS_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_SHIP_FROM_ORG_LOCATIONS_V ,
-
View: WSH_CUSTOMER_LOCATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_CUSTOMER_LOCATIONS_V, object_name:WSH_CUSTOMER_LOCATIONS_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_CUSTOMER_LOCATIONS_V ,
-
VIEW: APPS.CLN_WSH_SS_SHIPMENT_V
12.2.2
-
View: WSH_SHIP_FROM_LOCATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_SHIP_FROM_LOCATIONS_V, object_name:WSH_SHIP_FROM_LOCATIONS_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_SHIP_FROM_LOCATIONS_V ,
-
View: WSH_CUSTOMER_LOCATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_CUSTOMER_LOCATIONS_V, object_name:WSH_CUSTOMER_LOCATIONS_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_CUSTOMER_LOCATIONS_V ,
-
VIEW: APPS.WSHBV_PICKING_RULES
12.1.1
-
VIEW: APPS.WSH_LOCATIONS_HR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_LOCATIONS_HR_V, object_name:WSH_LOCATIONS_HR_V, status:VALID,
-
VIEW: APPS.WSH_SHIP_FROM_ORG_LOCATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_SHIP_FROM_ORG_LOCATIONS_V, object_name:WSH_SHIP_FROM_ORG_LOCATIONS_V, status:VALID,