Search Results wsh_trips
Overview
The WSH_TRIPS table is the central data repository for trip records within the Oracle E-Business Suite Shipping Execution (WSH) module. A trip is a fundamental entity representing a planned movement of goods from one or more source locations to one or more destination locations, typically managed by a carrier. This table stores the master definition of a shipment's journey, serving as the parent record for all associated stops, deliveries, and freight charges. Its integrity is critical for orchestrating the outbound logistics process, from order consolidation and load planning to carrier tendering and freight cost settlement.
Key Information Stored
The table's primary key is TRIP_ID, a unique system-generated identifier for each trip. While the full column list is not detailed in the provided metadata, based on its core function, the table typically contains columns to define the trip's operational characteristics. Common critical attributes include a TRIP_NAME or NUMBER for user identification, STATUS_CODE to track the trip's lifecycle (e.g., ENTERED, PLANNED, IN-TRANSIT, CLOSED), and dates for creation, planned departure, and actual departure. It also stores references to the assigned CARRIER_ID, VEHICLE_ITEM_ID, and the SHIP_METHOD_CODE. The table acts as an anchor for freight calculations, holding links to rate information and serving as the header for accumulating freight costs.
Common Use Cases and Queries
This table is central to shipping operations and reporting. Common use cases include generating trip manifests, auditing shipment status, and analyzing carrier performance. A frequent query involves joining WSH_TRIPS with WSH_TRIP_STOPS and WSH_DELIVERIES to list all deliveries on a specific trip. For example, to find all trips planned for a specific carrier that are not yet closed:
- SELECT trip_name, status_code, planned_departure_date FROM wsh_trips WHERE carrier_id = &carrier_id AND status_code != 'CLOSED';
Another critical pattern is summarizing freight costs by trip by joining with WSH_FREIGHT_COSTS. Data from this table is also essential for interfacing with transportation management systems and warehouse management via the WSH_TRIPS_INTERFACE table.
Related Objects
As indicated by the foreign key constraints, WSH_TRIPS has numerous dependent tables, highlighting its pivotal role. Key related objects include:
- WSH_TRIP_STOPS: Stores the sequence of pickup and drop-off locations for the trip.
- WSH_FREIGHT_COSTS: Holds detailed freight charges and adjustments associated with the trip.
- WSH_EXCEPTIONS: Logs any operational exceptions or issues raised against the trip.
- WSH_PICKING_BATCHES: Links picking batch assignments to the trip for fulfillment.
- WSH_TRIPS_INTERFACE: Serves as the staging table for creating or updating trips via open interfaces.
- WMS_SHIPPING_TRANSACTION_TEMP: References the trip during the generation of shipping transactions from Warehouse Management (WMS).
-
Table: WSH_TRIPS
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_TRIPS, object_name:WSH_TRIPS, status:VALID, product: WSH - Shipping Execution , description: Trips , implementation_dba_data: WSH.WSH_TRIPS ,
-
Table: WSH_TRIPS
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_TRIPS, object_name:WSH_TRIPS, status:VALID, product: WSH - Shipping Execution , description: Trips , implementation_dba_data: WSH.WSH_TRIPS ,
-
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_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 ,
-
Table: WSH_TRIPS_INTERFACE
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_TRIPS_INTERFACE, object_name:WSH_TRIPS_INTERFACE, status:VALID, product: WSH - Shipping Execution , description: Trips Interface Table , implementation_dba_data: WSH.WSH_TRIPS_INTERFACE ,
-
Table: WSH_TRIPS_INTERFACE
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_TRIPS_INTERFACE, object_name:WSH_TRIPS_INTERFACE, status:VALID, product: WSH - Shipping Execution , description: Trips Interface Table , implementation_dba_data: WSH.WSH_TRIPS_INTERFACE ,
-
Table: WSH_PICKING_BATCHES
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_PICKING_BATCHES, object_name:WSH_PICKING_BATCHES, status:VALID, product: WSH - Shipping Execution , description: Picking Batches , implementation_dba_data: WSH.WSH_PICKING_BATCHES ,
-
Table: WSH_EXCEPTIONS
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_EXCEPTIONS, object_name:WSH_EXCEPTIONS, status:VALID, product: WSH - Shipping Execution , description: Shipping Exceptions , implementation_dba_data: WSH.WSH_EXCEPTIONS ,
-
Table: WSH_EXCEPTIONS
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_EXCEPTIONS, object_name:WSH_EXCEPTIONS, status:VALID, product: WSH - Shipping Execution , description: Shipping Exceptions , implementation_dba_data: WSH.WSH_EXCEPTIONS ,
-
Table: WSH_FREIGHT_COSTS
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_FREIGHT_COSTS, object_name:WSH_FREIGHT_COSTS, status:VALID, product: WSH - Shipping Execution , description: Freight Costs , implementation_dba_data: WSH.WSH_FREIGHT_COSTS ,
-
Table: WSH_TRIP_STOPS
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_TRIP_STOPS, object_name:WSH_TRIP_STOPS, status:VALID, product: WSH - Shipping Execution , description: Trip Stops , implementation_dba_data: WSH.WSH_TRIP_STOPS ,
-
Table: WSH_PICKING_BATCHES
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_PICKING_BATCHES, object_name:WSH_PICKING_BATCHES, status:VALID, product: WSH - Shipping Execution , description: Picking Batches , implementation_dba_data: WSH.WSH_PICKING_BATCHES ,
-
View: WSH_SRS_DSNO_TRIP_STOPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_SRS_DSNO_TRIP_STOPS_V, object_name:WSH_SRS_DSNO_TRIP_STOPS_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_SRS_DSNO_TRIP_STOPS_V ,
-
Table: WSH_TRIP_STOPS
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_TRIP_STOPS, object_name:WSH_TRIP_STOPS, status:VALID, product: WSH - Shipping Execution , description: Trip Stops , implementation_dba_data: WSH.WSH_TRIP_STOPS ,
-
View: WSH_SRS_DSNO_TRIP_STOPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_SRS_DSNO_TRIP_STOPS_V, object_name:WSH_SRS_DSNO_TRIP_STOPS_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_SRS_DSNO_TRIP_STOPS_V ,
-
Table: WSH_FREIGHT_COSTS
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_FREIGHT_COSTS, object_name:WSH_FREIGHT_COSTS, status:VALID, product: WSH - Shipping Execution , description: Freight Costs , implementation_dba_data: WSH.WSH_FREIGHT_COSTS ,
-
View: WSH_XC_TRIP_STOPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_XC_TRIP_STOPS_V, object_name:WSH_XC_TRIP_STOPS_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_XC_TRIP_STOPS_V ,
-
View: WSH_XC_TRIP_STOPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_XC_TRIP_STOPS_V, object_name:WSH_XC_TRIP_STOPS_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_XC_TRIP_STOPS_V ,
-
View: WSH_SRS_TRIP_STOPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_SRS_TRIP_STOPS_V, object_name:WSH_SRS_TRIP_STOPS_V, status:VALID, product: WSH - Shipping Execution , description: /* 1924581 changes: HR_LOCATIONS, 8/15 */ , implementation_dba_data: APPS.WSH_SRS_TRIP_STOPS_V ,
-
View: WSHBV_TRIPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSHBV_TRIPS, object_name:WSHBV_TRIPS, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSHBV_TRIPS ,
-
View: WSHBV_TRIPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSHBV_TRIPS, object_name:WSHBV_TRIPS, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSHBV_TRIPS ,
-
View: WSH_SRS_TRIP_STOPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_SRS_TRIP_STOPS_V, object_name:WSH_SRS_TRIP_STOPS_V, status:VALID, product: WSH - Shipping Execution , description: /* 1924581 changes: HR_LOCATIONS, 8/15 */ , implementation_dba_data: APPS.WSH_SRS_TRIP_STOPS_V ,
-
View: WSHFV_TRIP_STOPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSHFV_TRIP_STOPS, object_name:WSHFV_TRIP_STOPS, status:VALID, product: WSH - Shipping Execution , description: Full BIS Business View for Trip Stops. , implementation_dba_data: APPS.WSHFV_TRIP_STOPS ,
-
View: WSHFV_TRIP_STOPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSHFV_TRIP_STOPS, object_name:WSHFV_TRIP_STOPS, status:VALID, product: WSH - Shipping Execution , description: Full BIS Business View for Trip Stops. , implementation_dba_data: APPS.WSHFV_TRIP_STOPS ,
-
View: WSH_PURGE_SET_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_PURGE_SET_V, object_name:WSH_PURGE_SET_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_PURGE_SET_V ,
-
View: WSHBV_FREIGHT_COSTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSHBV_FREIGHT_COSTS, object_name:WSHBV_FREIGHT_COSTS, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSHBV_FREIGHT_COSTS ,
-
View: WSHBV_FREIGHT_COSTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSHBV_FREIGHT_COSTS, object_name:WSHBV_FREIGHT_COSTS, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSHBV_FREIGHT_COSTS ,
-
View: WSH_TRIPS_OB_GRP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_TRIPS_OB_GRP_V, object_name:WSH_TRIPS_OB_GRP_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_TRIPS_OB_GRP_V ,
-
View: WSHFV_FREIGHT_COSTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSHFV_FREIGHT_COSTS, object_name:WSHFV_FREIGHT_COSTS, status:VALID, product: WSH - Shipping Execution , description: Full BIS Business View for Freight Costs. , implementation_dba_data: APPS.WSHFV_FREIGHT_COSTS ,
-
View: WSH_FREIGHT_COSTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_FREIGHT_COSTS_V, object_name:WSH_FREIGHT_COSTS_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_FREIGHT_COSTS_V ,
-
View: WSH_TRIPS_OB_GRP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_TRIPS_OB_GRP_V, object_name:WSH_TRIPS_OB_GRP_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_TRIPS_OB_GRP_V ,
-
View: WSH_FREIGHT_COSTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_FREIGHT_COSTS_V, object_name:WSH_FREIGHT_COSTS_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_FREIGHT_COSTS_V ,
-
View: WSHFV_FREIGHT_COSTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSHFV_FREIGHT_COSTS, object_name:WSHFV_FREIGHT_COSTS, status:VALID, product: WSH - Shipping Execution , description: Full BIS Business View for Freight Costs. , implementation_dba_data: APPS.WSHFV_FREIGHT_COSTS ,
-
View: WSH_TRIPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_TRIPS_V, object_name:WSH_TRIPS_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_TRIPS_V ,
-
View: WSH_TRIPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_TRIPS_V, object_name:WSH_TRIPS_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_TRIPS_V ,
-
View: WSH_TRIP_STOPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_TRIP_STOPS_V, object_name:WSH_TRIP_STOPS_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_TRIP_STOPS_V ,
-
View: WSH_TRIP_STOPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_TRIP_STOPS_V, object_name:WSH_TRIP_STOPS_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_TRIP_STOPS_V ,
-
View: WSH_LOAD_TENDER_SUMMARY_V
12.1.1
product: WSH - Shipping Execution , implementation_dba_data: Not implemented in this database ,
-
View: WSH_BOLS_DB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_BOLS_DB_V, object_name:WSH_BOLS_DB_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_BOLS_DB_V ,
-
View: WSH_LOAD_TENDER_SUMMARY_V
12.2.2
product: WSH - Shipping Execution , implementation_dba_data: Not implemented in this database ,
-
View: WSH_BOLS_DB_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_BOLS_DB_V, object_name:WSH_BOLS_DB_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_BOLS_DB_V ,
-
View: WSHFV_PICKING_BATCHES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSHFV_PICKING_BATCHES, object_name:WSHFV_PICKING_BATCHES, status:VALID, product: WSH - Shipping Execution , description: Full BIS Business View for Picking Batches. , implementation_dba_data: APPS.WSHFV_PICKING_BATCHES ,
-
View: WSHFV_PICKING_BATCHES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSHFV_PICKING_BATCHES, object_name:WSHFV_PICKING_BATCHES, status:VALID, product: WSH - Shipping Execution , description: Full BIS Business View for Picking Batches. , implementation_dba_data: APPS.WSHFV_PICKING_BATCHES ,
-
View: WSH_TRIP_DELIVERIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_TRIP_DELIVERIES_V, object_name:WSH_TRIP_DELIVERIES_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_TRIP_DELIVERIES_V ,
-
View: WSH_TRIP_DELIVERIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_TRIP_DELIVERIES_V, object_name:WSH_TRIP_DELIVERIES_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_TRIP_DELIVERIES_V ,
-
View: WSH_POD_DETAIL_V
12.1.1
product: WSH - Shipping Execution , implementation_dba_data: Not implemented in this database ,
-
View: WSH_POD_DETAIL_V
12.2.2
product: WSH - Shipping Execution , implementation_dba_data: Not implemented in this database ,
-
View: WSH_BOLS_RD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_BOLS_RD_V, object_name:WSH_BOLS_RD_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_BOLS_RD_V ,
-
View: WSH_BOLS_RD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_BOLS_RD_V, object_name:WSH_BOLS_RD_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_BOLS_RD_V ,
-
View: WSH_POD_SUMMARY_V
12.1.1
product: WSH - Shipping Execution , implementation_dba_data: Not implemented in this database ,