Search Results vehicle_description
Overview
APPS.WSH_DEPARTURE_TEMPLATES_V is an Oracle EBS shipping execution view that exposes departure template definitions together with a resolved vehicle description. Departure templates in Oracle Shipping represent reusable configurations for outbound departures, specifying the planned frequency, day and time, freight carrier, vehicle assignment, and routing instructions that govern how goods leave a warehouse or organization. This view provides a denormalized, report-friendly projection of the underlying WSH_DEPARTURE_TEMPLATES table, joining the vehicle inventory item to its master description in MTL_SYSTEM_ITEMS.
The view is owned by the APPS schema and is intended for reporting, inquiry, and integration purposes. Because it presents descriptive context (notably VEHICLE_DESCRIPTION) alongside the departure template attributes, it is well suited to reports and interfaces that must display human-readable vehicle information rather than just a vehicle item identifier. Reference to the object in the context of the search term "vehicle_description" is directly explained by the aliasing of MSI.DESCRIPTION as VEHICLE_DESCRIPTION in the view definition.
Underlying Base Objects
The view is defined over two documented base objects:
- WSH_DEPARTURE_TEMPLATES (SYNONYM) — the primary table, aliased WDT in the view text, holding departure template definitions including organization, vehicle, carrier, and scheduling attributes.
- MTL_SYSTEM_ITEMS (SYNONYM) — the item master, aliased MSI in the view text, supplying the vehicle item's description.
The join is an outer join: WHERE MSI.INVENTORY_ITEM_ID(+) = WDT.VEHICLE_ITEM_ID. The (+) operator on the MTL_SYSTEM_ITEMS side means the view retains departure template rows even when no matching vehicle item exists, in which case VEHICLE_DESCRIPTION is null. The view also exposes WDT.ROWID as ROW_ID, giving each row a stable identifier tied to the underlying base row.
Key Columns
- ROW_ID — the ROWID of the underlying WSH_DEPARTURE_TEMPLATES row.
- DEPARTURE_TEMPLATE_ID — primary key identifying the departure template.
- NAME — the user-defined name of the departure template.
- ORGANIZATION_ID — the inventory organization to which the template belongs.
- VEHICLE_ITEM_ID — the inventory item identifier for the assigned vehicle.
- VEHICLE_DESCRIPTION — the item description from MTL_SYSTEM_ITEMS, resolved via the outer join; central to the view's reporting value.
- VEHICLE_NUMBER — the vehicle number recorded against the template.
- FREIGHT_CARRIER_CODE — the carrier associated with the departure.
- PLANNED_FREQUENCY, PLANNED_DAY, PLANNED_TIME — scheduling attributes defining when the departure is planned.
- WEIGHT_UOM_CODE, VOLUME_UOM_CODE — units of measure for weight and volume capacity.
- ROUTING_INSTRUCTIONS — free-form routing guidance for the departure.
- ATTRIBUTE_CATEGORY and ATTRIBUTE1–ATTRIBUTE15 — the standard EBS descriptive flexfield columns.
- Audit columns — CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN, PROGRAM_APPLICATION_ID, PROGRAM_ID, PROGRAM_UPDATE_DATE, and REQUEST_ID.
Common Use Cases and Queries
The view is commonly used to report departure template configurations with readable vehicle descriptions, to validate that vehicle items are correctly assigned, and to drive downstream integrations that need carrier and scheduling detail. A typical listing query is:
SELECT departure_template_id, name, organization_id,
vehicle_item_id, vehicle_description, vehicle_number,
freight_carrier_code, planned_frequency, planned_day, planned_time
FROM apps.wsh_departure_templates_v
WHERE organization_id = :p_org_id;
To find templates whose vehicle description is missing (a symptom of an unassigned or invalid vehicle item), the outer-join semantics allow a simple filter:
SELECT departure_template_id, name, vehicle_item_id, vehicle_number FROM apps.wsh_departure_templates_v WHERE vehicle_description IS NULL;
Because flexfield and audit columns are exposed, the view also supports extracts for data migration or audit reporting, for example selecting the ATTRIBUTE columns alongside LAST_UPDATE_DATE to track recent configuration changes within a given organization.
-
VIEW: APPS.WSH_DEPARTURE_TEMPLATES_V
12.2.2
-
View: WSHFV_TRIPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSHFV_TRIPS, object_name:WSHFV_TRIPS, status:VALID, product: WSH - Shipping Execution , description: Full BIS Business View forTrips. , implementation_dba_data: APPS.WSHFV_TRIPS ,
-
View: WSH_DEPARTURE_TEMPLATES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSH_DEPARTURE_TEMPLATES_V, object_name:WSH_DEPARTURE_TEMPLATES_V, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.WSH_DEPARTURE_TEMPLATES_V ,
-
View: WSH_DEPARTURE_TEMPLATES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSH_DEPARTURE_TEMPLATES_V, object_name:WSH_DEPARTURE_TEMPLATES_V, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.WSH_DEPARTURE_TEMPLATES_V ,
-
VIEW: APPS.WSH_DEPARTURE_TEMPLATES_V
12.1.1
-
View: WSHFV_DEPARTURE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSHFV_DEPARTURE, object_name:WSHFV_DEPARTURE, status:VALID, product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: APPS.WSHFV_DEPARTURE ,
-
VIEW: APPS.WSHFV_DEPARTURE
12.1.1
-
VIEW: APPS.WSHFV_DEPARTURE
12.2.2
-
View: WSHFV_TRIPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSHFV_TRIPS, object_name:WSHFV_TRIPS, status:VALID, product: WSH - Shipping Execution , description: Full BIS Business View forTrips. , implementation_dba_data: APPS.WSHFV_TRIPS ,
-
View: WSHFV_DEPARTURE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSHFV_DEPARTURE, object_name:WSHFV_DEPARTURE, status:VALID, product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: APPS.WSHFV_DEPARTURE ,
-
VIEW: APPS.WSH_DEPARTURE_TEMPLATES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSH_DEPARTURE_TEMPLATES_V, object_name:WSH_DEPARTURE_TEMPLATES_V, status:VALID,
-
VIEW: APPS.WSHFV_TRIPS
12.1.1
-
VIEW: APPS.WSHFV_TRIPS
12.2.2
-
VIEW: APPS.WSHFV_DEPARTURE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSHFV_DEPARTURE, object_name:WSHFV_DEPARTURE, status:VALID,
-
VIEW: APPS.WSHFV_TRIPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSHFV_TRIPS, object_name:WSHFV_TRIPS, status:VALID,
-
VIEW: APPS.WSHFV_DEPARTURE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSHFV_DEPARTURE, object_name:WSHFV_DEPARTURE, status:VALID,
-
VIEW: APPS.WSH_DEPARTURE_TEMPLATES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSH_DEPARTURE_TEMPLATES_V, object_name:WSH_DEPARTURE_TEMPLATES_V, status:VALID,
-
View: WSH_DEPARTURES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSH_DEPARTURES_V, object_name:WSH_DEPARTURES_V, status:VALID, product: OE - Order Entry , description: Departures for departure planning or ship confirm , implementation_dba_data: APPS.WSH_DEPARTURES_V ,
-
VIEW: APPS.WSHFV_TRIPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSHFV_TRIPS, object_name:WSHFV_TRIPS, status:VALID,
-
VIEW: APPS.WSH_DEPARTURES_V
12.1.1
-
View: WSH_DEPARTURES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSH_DEPARTURES_V, object_name:WSH_DEPARTURES_V, status:VALID, product: OE - Order Entry , description: Departures for departure planning or ship confirm , implementation_dba_data: APPS.WSH_DEPARTURES_V ,
-
VIEW: APPS.WSH_DEPARTURES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSH_DEPARTURES_V, object_name:WSH_DEPARTURES_V, status:VALID,
-
VIEW: APPS.WSH_DEPARTURES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSH_DEPARTURES_V, object_name:WSH_DEPARTURES_V, status:VALID,
-
VIEW: APPS.WSH_DEPARTURES_V
12.2.2
-
eTRM - OE Tables and Views
12.2.2
description: Temporary table ,
-
eTRM - OE Tables and Views
12.1.1
description: Temporary 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. ,
-
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. ,