Search Results wsh_locations
Overview
WSH_LOCATIONS is a Shipping Execution (WSH) table that stores shipping location definitions used throughout the outbound logistics and transportation lifecycle in Oracle E-Business Suite Release 12.1.1 and 12.2.2. The object records the physical or logical points at which a shipment, trip, or stop originates, terminates, or is staged, including addresses, geospatial coordinates, and consolidation settings. Its primary key is WSH_LOCATIONS_PK, defined on the WSH_LOCATION_ID column, and the table is owned by the WSH schema with a VALID status in the ETRM registry.
The metadata classifies WSH_LOCATIONS as standalone under the heuristic Data Vault mining, meaning no foreign key dependencies were detected outbound from this table. In Data Vault modeling terms, this suggests the table behaves primarily as a hub, holding a durable keyed list of shipping location entities rather than acting as a link or satellite. Modeling teams may therefore treat WSH_LOCATION_ID as a business hub key, with descriptive attributes potentially modeled as satellites, though the standalone classification is heuristic and should be validated against actual FK behavior.
Key Information Stored
The table contains 49 documented columns. The most significant are:
- WSH_LOCATION_ID — surrogate primary key, enforced by unique index WSH_LOCATIONS_U1 (the sole substantive business-key candidate documented; the SYS_IL… entries are LOB indexes).
- LOCATION_ID — reference to the underlying HR/party location record.
- SOURCE_LOCATION_ID — origin identifier when the row is derived from an external or source system.
- LOCATION_SOURCE_CODE — indicates the origin system or definition source of the location.
- NAME and LOCATION_CODE / UI_LOCATION_CODE — user-facing descriptors and display codes.
- ADDRESS1 through ADDRESS4, CITY, STATE, PROVINCE, COUNTY, COUNTRY, POSTAL_CODE, POSTAL_PLUS4_CODE — address components for printing and validation.
- CONSOLIDATION_FLAG — controls whether shipments may be consolidated at this location.
- INACTIVE_DATE — effective end date for the location.
- LONGITUDE, LATITUDE, TIMEZONE_CODE, GEOMETRY — geospatial and time data supporting routing and scheduling.
- ATTRIBUTE_CATEGORY and ATTRIBUTE1–15 — the standard EBS DFF extensibility block.
- Audit/WHO columns (CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN, PROGRAM_APPLICATION_ID, PROGRAM_ID, REQUEST_ID).
Common Use Cases and Queries
WSH_LOCATIONS is queried when building trip plans, validating stop addresses, or reporting on consolidation behavior. A typical pattern joins the primary key to trip stops:
- Active shipping locations:
SELECT wsh_location_id, name, city, country FROM wsh_locations WHERE inactive_date IS NULL; - Trip stop enrichment:
SELECT t.trip_id, t.stop_sequence, l.name, l.city FROM wsh_trip_stops t JOIN wsh_locations l ON t.wsh_location_id = l.wsh_location_id; - Consolidation candidates: filter on
consolidation_flag = 'Y'for pooling analyses. - Owner mapping: join to WSH_LOCATION_OWNERS to determine which operating unit or carrier owns each location.
Reporting use cases include geospatial dashboards (LATITUDE/LONGITUDE), timezone-aware scheduling, and address-quality audits against external mapping data.
Related Objects
The documented foreign keys reveal the following dependent objects referencing WSH_LOCATIONS via WSH_LOCATION_ID:
- WSH_TRIP_STOPS — the operational trip stop lines that reference each shipping location.
- WSH_TRIP_STOPS_INTERFACE — the open interface staging table that carries WSH_LOCATION_ID during trip import.
- WSH_LOCATION_OWNERS — associates locations with their owning parties or organizations.
Beyond the documented FK set, shipping execution logic typically also relates WSH_LOCATIONS to carrier, calendar, and delivery routing components through the LOCATION_ID and SOURCE_LOCATION_ID columns, but the three tables above are the primary referential dependents established in ETRM metadata.
-
Table: WSH_LOCATIONS
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_LOCATIONS, object_name:WSH_LOCATIONS, status:VALID, product: WSH - Shipping Execution , description: Shipping Locations , implementation_dba_data: WSH.WSH_LOCATIONS ,
-
Table: WSH_LOCATIONS
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_LOCATIONS, object_name:WSH_LOCATIONS, status:VALID, product: WSH - Shipping Execution , description: Shipping Locations , implementation_dba_data: WSH.WSH_LOCATIONS ,
-
VIEW: APPS.WSHBV_DELIVERIES
12.1.1
-
VIEW: APPS.WSHBV_DELIVERIES
12.2.2
-
VIEW: APPS.WSHFV_DELIVERIES
12.1.1
-
VIEW: APPS.WSHFV_DELIVERIES
12.2.2
-
VIEW: APPS.MST_R_SHUTTLE_ACTIVITY_V
12.1.1
-
VIEW: APPS.QA_ERES_WSH_NEW_DELIVERIES_V
12.2.2
-
VIEW: APPS.QA_ERES_WSH_NEW_DELIVERIES_V
12.1.1
-
VIEW: APPS.WSH_REG_LOC_MAPPING_V
12.2.2
-
VIEW: APPS.WSH_REG_LOC_MAPPING_V
12.1.1
-
VIEW: APPS.MST_MAP_TRIP_LOV_V
12.1.1
-
VIEW: APPS.MST_MAP_UNASSIGNED_DEL_LOV_V
12.1.1
-
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: APPS.WMS_WP_WWB_LINES_V
12.2.2
-
VIEW: APPS.WSHBV_DELIVERY_DETAILS
12.1.1
-
VIEW: APPS.MST_R_MASTER_ORDER_DET_V
12.1.1
-
VIEW: APPS.WSH_LOCATIONS_REGIONS_V
12.1.1
-
VIEW: APPS.MST_ACT_DELETE_LOAD_V
12.1.1
-
VIEW: APPS.WSH_LOCATIONS_REGIONS_V
12.2.2
-
VIEW: APPS.WSHBV_DELIVERY_DETAILS
12.2.2
-
View: WMS_WP_WWB_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_WP_WWB_LINES_V, object_name:WMS_WP_WWB_LINES_V, status:VALID, product: WMS - Warehouse Management , implementation_dba_data: APPS.WMS_WP_WWB_LINES_V ,
-
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: 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: APPS.MST_PQ_UA_DEL_RESULTS_V
12.1.1
-
VIEW: APPS.WSHFV_DELIVERY_LEGS
12.2.2
-
VIEW: APPS.WSH_EXCEPTIONS_V
12.1.1
-
VIEW: APPS.WSH_EXCEPTIONS_V
12.2.2
-
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.WSHFV_DELIVERY_LEGS
12.1.1
-
VIEW: APPS.MST_TS_DELIVERIES_V
12.1.1
-
View: QA_ERES_WSH_NEW_DELIVERIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_ERES_WSH_NEW_DELIVERIES_V, object_name:QA_ERES_WSH_NEW_DELIVERIES_V, status:VALID, product: QA - Quality , description: shipping delivery electronic record , implementation_dba_data: APPS.QA_ERES_WSH_NEW_DELIVERIES_V ,
-
APPS.FTE_LOCATION_PARAMETERS_PKG SQL Statements
12.2.2
-
VIEW: APPS.WSHBV_PICKING_RULES
12.1.1
-
VIEW: APPS.WSH_INV_DELIVERY_DETAILS_V
12.1.1
-
VIEW: APPS.MST_PQ_LOAD_RESULTS_V
12.1.1
-
VIEW: APPS.MST_ACT_OPP_DELIVERY_V
12.1.1
-
APPS.FTE_LOCATION_PARAMETERS_PKG SQL Statements
12.1.1
-
VIEW: APPS.MST_DD_LOAD_SUMMARY_V
12.1.1
-
VIEW: APPS.WSH_INV_DELIVERY_DETAILS_V
12.2.2
-
VIEW: APPS.WSHBV_PICKING_BATCHES
12.2.2
-
VIEW: APPS.MST_ACT_REASSIGN_DELIVERY_V
12.1.1
-
View: QA_ERES_WSH_NEW_DELIVERIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_ERES_WSH_NEW_DELIVERIES_V, object_name:QA_ERES_WSH_NEW_DELIVERIES_V, status:VALID, product: QA - Quality , description: shipping delivery electronic record , implementation_dba_data: APPS.QA_ERES_WSH_NEW_DELIVERIES_V ,
-
VIEW: APPS.MST_FAC_DOC_CAP_EXCEED_LOAD_V
12.1.1
-
VIEW: APPS.MST_ACT_EMPTY_TRIPS_V
12.1.1
-
VIEW: APPS.WSHBV_PICKING_RULES
12.2.2
-
VIEW: APPS.WSH_CONSOL_BATCHES_V
12.2.2
-
VIEW: APPS.MST_LOC_STATENAMES_V
12.1.1
-
VIEW: APPS.MST_SHIP_SET_VIOLATION_DEL_V
12.1.1
-
APPS.FTE_COMP_CONSTRAINT_UTIL SQL Statements
12.2.2