Search Results wsh_trips
The WSH_TRIPS
table is a critical component of Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically within the Oracle Shipping Execution module. This table serves as the primary repository for trip-related data, which is essential for managing the movement of shipments, deliveries, and freight operations. Below is a detailed technical overview of its structure, functionality, and integration within Oracle EBS.
Table Structure and Key Columns
TheWSH_TRIPS
table stores metadata and transactional data related to shipping trips. Key columns include:
- TRIP_ID: Primary key, uniquely identifying each trip record.
- NAME: A user-defined identifier for the trip.
- STATUS_CODE: Indicates the current state of the trip (e.g., "ENTERED," "INPROCESS," "COMPLETED").
- CARRIER_ID: References the carrier responsible for the shipment.
- VEHICLE_ITEM_ID: Links to the vehicle used for transportation.
- PLANNED_DEPARTURE_DATE and PLANNED_ARRIVAL_DATE: Define the scheduled timeline for the trip.
- ACTUAL_DEPARTURE_DATE and ACTUAL_ARRIVAL_DATE: Capture real-time execution data.
- ORGANIZATION_ID: Associates the trip with a specific inventory organization.
Functional Role in Shipping Execution
TheWSH_TRIPS
table acts as the backbone for trip management in Oracle Shipping Execution. It enables:
- Trip Creation and Planning: Users define trips by specifying carriers, vehicles, and schedules.
- Status Tracking: The
STATUS_CODE
column facilitates real-time monitoring of trip progress. - Integration with Deliveries: Trips are linked to deliveries via the
WSH_DELIVERIES
table, ensuring end-to-end shipment visibility. - Freight Costing: Trip data feeds into freight calculations and invoicing processes.
Integration with Other Modules
The table interacts with several Oracle EBS modules:- Inventory (INV): Ties trips to specific organizations and items.
- Order Management (OM): Links shipments to sales orders via delivery lines.
- Transportation Management (WSH): Supports carrier and route optimization.
- Financials (GL): Enables freight cost allocation and accounting.
Technical Considerations
- Indexing: The
TRIP_ID
column is indexed for performance, along with frequently queried fields likeSTATUS_CODE
andCARRIER_ID
. - API Dependencies: The table is manipulated via Oracle's Shipping Execution APIs (e.g.,
WSH_TRIPS_PUB
), ensuring data integrity. - Custom Extensions: Customers often extend the table with custom columns to capture additional attributes.
Common Use Cases
- Shipment Consolidation: Multiple deliveries are grouped under a single trip for efficiency.
- Carrier Performance Analysis: Historical trip data is analyzed to evaluate carrier reliability.
- Exception Handling: Late or incomplete trips trigger workflow notifications.
Conclusion
TheWSH_TRIPS
table is a foundational element of Oracle Shipping Execution, enabling robust trip management, cross-module integration, and operational visibility. Its design supports scalability and customization, making it indispensable for logistics operations in Oracle EBS 12.1.1 and 12.2.2.
-
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_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_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_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_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 ,
-
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 ,
-
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 ,
-
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_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 ,
-
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: 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: 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: 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: 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: 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.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: 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: 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.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_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_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 ,