Search Results carrier
The WSH_CARRIER_SERVICES
table in Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 is a critical data structure within the Oracle Shipping Execution module. It serves as a repository for carrier service information, enabling organizations to manage shipping carriers and their associated services efficiently. This table plays a pivotal role in logistics and transportation management by linking carriers to specific services, facilitating rate calculations, and supporting shipping document generation. Below is a detailed breakdown of its structure, functionality, and integration within Oracle EBS.
Table Structure and Key Columns
TheWSH_CARRIER_SERVICES
table contains columns that define carrier services, their attributes, and relationships with other entities. Key columns include:
- CARRIER_SERVICE_ID: Primary key, uniquely identifying each carrier service.
- CARRIER_ID: Foreign key referencing
WSH_CARRIERS
, linking the service to a carrier. - SERVICE_CODE: A unique code representing the service (e.g., "GROUND" or "EXPRESS").
- DESCRIPTION: A human-readable description of the service.
- ACTIVE_FLAG: Indicates whether the service is active (Y/N).
- MODE_OF_TRANSPORT: Specifies the transportation mode (e.g., Air, Road, Ocean).
- RATE_SERVICE_FLAG: Determines if the service is used for rate calculations.
- TRACKING_SERVICE_FLAG: Indicates whether the service supports package tracking.
Functional Role in Oracle Shipping Execution
The table supports core shipping functionalities:- Carrier Service Configuration: Stores predefined services offered by carriers (e.g., FedEx Priority Overnight).
- Rate Management: Integrates with
WSH_RATE_SERVICES
to enable freight cost calculations based on service selection. - Shipment Documentation: Associates services with shipping documents (e.g., bills of lading) via
WSH_DOCUMENT_SERVICES
. - Tracking Integration: Flags services that support real-time tracking through carrier APIs.
Integration with Other Modules
The table interacts with multiple EBS components:- Order Management: Service selections influence delivery schedules and costs in
OE_ORDER_LINES
. - Inventory: Shipping service constraints may affect warehouse picking rules.
- Advanced Pricing: Freight charges derived from carrier services feed into pricing engines.
Technical Considerations
- Indexing: The table is indexed on
CARRIER_SERVICE_ID
andCARRIER_ID
for performance optimization. - API Dependencies: Oracle Shipping APIs (
WSH_CARRIER_SERVICES_PUB
) provide programmatic access to this table. - Upgrade Impact: Schema changes between 12.1.1 and 12.2.2 are minimal, ensuring backward compatibility.
Customization and Extensions
Organizations often extend this table by:- Adding custom columns for service-level SLAs or regional restrictions.
- Integrating with third-party logistics providers through service code mappings.
- Implementing triggers to validate service-carrier combinations.
WSH_CARRIER_SERVICES
table is foundational to Oracle Shipping Execution, enabling precise control over carrier service definitions and their operational impact across the supply chain. Its design supports scalability, integration, and compliance with global shipping standards.
-
Lookup Type: WSH_TENDER_STATUS
12.2.2
product: WSH - Shipping Execution , meaning: Wsh Load Tender Status , description: Wsh Load Tender Status ,
-
Lookup Type: WSH_TENDER_STATUS
12.1.1
product: WSH - Shipping Execution , meaning: Wsh Load Tender Status , description: Wsh Load Tender Status ,
-
Lookup Type: DLVB_PRIVILEGE
12.2.2
product: WSH - Shipping Execution , meaning: Delivery Line Privilege , description: Delivery Lines - Security Privileges in Shipping Transactions ,
-
Lookup Type: LOAD_TENDER_STATUS
12.2.2
product: WSH - Shipping Execution , meaning: Load Tender Status , description: Load Tender Status ,
-
Lookup Type: DLVY_PRIVILEGE
12.2.2
product: WSH - Shipping Execution , meaning: Delivery Privilege , description: Delivery - Security Privileges in Shipping Transactions ,
-
Lookup Type: WSH_FTE_COMP_CLASSES
12.1.1
product: WSH - Shipping Execution , meaning: WSH-FTE Compatibility Constraint Classes , description: Compatibility Constraint Classes ,
-
Lookup Type: WSH_FTE_COMP_CLASSES
12.2.2
product: WSH - Shipping Execution , meaning: WSH-FTE Compatibility Constraint Classes , description: Compatibility Constraint Classes ,
-
Lookup Type: LOAD_TENDER_STATUS
12.1.1
product: WSH - Shipping Execution , meaning: Load Tender Status , description: Load Tender Status ,
-
Lookup Type: TRANSPORTATION_PROVIDERS
12.2.2
product: WSH - Shipping Execution , meaning: Transportation Provider , description: Provider of Transportation Services ,
-
Lookup Type: TRANSPORTATION_PROVIDERS
12.1.1
product: WSH - Shipping Execution , meaning: Transportation Provider , description: Provider of Transportation Services ,
-
Lookup Type: SECURITY_PRIVILEGE
12.2.2
product: WSH - Shipping Execution , meaning: Security Privilege , description: Security Privileges in Shipping Transactions(will be obsoleted) ,
-
Lookup Type: WSH_FTE_STATUS_CODE
12.2.2
product: WSH - Shipping Execution , meaning: FTE Shipment Status Code , description: FTE Shipment Status Code ,
-
Lookup Type: LOGGING_ENTITY
12.1.1
product: WSH - Shipping Execution , meaning: Exception Logging Entity , description: Exception Logging Entity ,
-
Lookup Type: WSH_ITM_SYNC_PARTY_TYPE
12.1.1
product: WSH - Shipping Execution , meaning: ITM Synchronization Party Types , description: ITM Synchronization Party Types ,
-
Lookup Type: WSH_FTE_STATUS_CODE
12.1.1
product: WSH - Shipping Execution , meaning: FTE Shipment Status Code , description: FTE Shipment Status Code ,
-
Lookup Type: LOGGING_ENTITY
12.2.2
product: WSH - Shipping Execution , meaning: Exception Logging Entity , description: Exception Logging Entity ,
-
Lookup Type: WSH_ITM_SYNC_PARTY_TYPE
12.2.2
product: WSH - Shipping Execution , meaning: ITM Synchronization Party Types , description: ITM Synchronization Party Types ,
-
Lookup Type: WSH_SHIPMENT_TYPE
12.1.1
product: WSH - Shipping Execution , meaning: Shipment Type , description: Shipment Type ,
-
Lookup Type: WSH_SHIPMENT_TYPE
12.2.2
product: WSH - Shipping Execution , meaning: Shipment Type , description: Shipment Type ,
-
Lookup Type: WSH_SERVICE_LEVELS
12.1.1
product: WSH - Shipping Execution , meaning: Carrier Service Levels , description: Lookup for LOV in Service Level Field in Carrier Services Form ,
-
Lookup Type: WSH_SERVICE_LEVELS
12.2.2
product: WSH - Shipping Execution , meaning: Carrier Service Levels , description: Lookup for LOV in Service Level Field in Carrier Services Form ,
-
Table: WSH_CARRIER_SERVICES
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_CARRIER_SERVICES, object_name:WSH_CARRIER_SERVICES, status:VALID, product: WSH - Shipping Execution , description: Carrier Services Information , implementation_dba_data: WSH.WSH_CARRIER_SERVICES ,
-
Table: WSH_ORG_CARRIER_SERVICES
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_ORG_CARRIER_SERVICES, object_name:WSH_ORG_CARRIER_SERVICES, status:VALID, product: WSH - Shipping Execution , description: Carrier Services enabled in Organizations , implementation_dba_data: WSH.WSH_ORG_CARRIER_SERVICES ,
-
Table: WSH_CARRIER_SERVICES
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_CARRIER_SERVICES, object_name:WSH_CARRIER_SERVICES, status:VALID, product: WSH - Shipping Execution , description: Carrier Services Information , implementation_dba_data: WSH.WSH_CARRIER_SERVICES ,
-
Table: WSH_ORG_CARRIER_SERVICES
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_ORG_CARRIER_SERVICES, object_name:WSH_ORG_CARRIER_SERVICES, status:VALID, product: WSH - Shipping Execution , description: Carrier Services enabled in Organizations , implementation_dba_data: WSH.WSH_ORG_CARRIER_SERVICES ,
-
Table: WSH_CARRIER_SITES
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_CARRIER_SITES, object_name:WSH_CARRIER_SITES, status:VALID, product: WSH - Shipping Execution , description: Carrier Sites , implementation_dba_data: WSH.WSH_CARRIER_SITES ,
-
Table: WSH_ORG_CARRIER_SITES
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_ORG_CARRIER_SITES, object_name:WSH_ORG_CARRIER_SITES, status:VALID, product: WSH - Shipping Execution , description: Carrier Sites enabled in Organizations , implementation_dba_data: WSH.WSH_ORG_CARRIER_SITES ,
-
Table: WSH_ORG_CARRIER_SITES
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_ORG_CARRIER_SITES, object_name:WSH_ORG_CARRIER_SITES, status:VALID, product: WSH - Shipping Execution , description: Carrier Sites enabled in Organizations , implementation_dba_data: WSH.WSH_ORG_CARRIER_SITES ,
-
Table: WSH_CARRIER_SHIP_METHODS
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_CARRIER_SHIP_METHODS, object_name:WSH_CARRIER_SHIP_METHODS, status:VALID, product: WSH - Shipping Execution , description: Carrier Ship Methods , implementation_dba_data: WSH.WSH_CARRIER_SHIP_METHODS ,
-
Table: WSH_CARRIER_SITES
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_CARRIER_SITES, object_name:WSH_CARRIER_SITES, status:VALID, product: WSH - Shipping Execution , description: Carrier Sites , implementation_dba_data: WSH.WSH_CARRIER_SITES ,
-
View: WSH_SS_SHIPMENT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_SS_SHIPMENT_V, object_name:WSH_SS_SHIPMENT_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_SS_SHIPMENT_V ,
-
Table: WSH_CARRIERS
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_CARRIERS, object_name:WSH_CARRIERS, status:VALID, product: WSH - Shipping Execution , description: Shipping Carrier Information , implementation_dba_data: WSH.WSH_CARRIERS ,
-
View: WSH_STND_SHIPMENT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_STND_SHIPMENT_V, object_name:WSH_STND_SHIPMENT_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_STND_SHIPMENT_V ,
-
Table: WSH_CARRIER_SHIP_METHODS
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_CARRIER_SHIP_METHODS, object_name:WSH_CARRIER_SHIP_METHODS, status:VALID, product: WSH - Shipping Execution , description: Carrier Ship Methods , implementation_dba_data: WSH.WSH_CARRIER_SHIP_METHODS ,
-
Table: WSH_CARRIERS
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_CARRIERS, object_name:WSH_CARRIERS, status:VALID, product: WSH - Shipping Execution , description: Shipping Carrier Information , implementation_dba_data: WSH.WSH_CARRIERS ,
-
Concurrent Program: WSHAUMN
12.1.1
execution_filename: WSH_AUTO_MANIFEST.SUBMIT , product: WSH - Shipping Execution , user_name: WSHAUMN , description: Automated Carrier Manifesting , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
View: WSH_SS_SHIPMENT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_SS_SHIPMENT_V, object_name:WSH_SS_SHIPMENT_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_SS_SHIPMENT_V ,
-
Lookup Type: WSH_SURCHARGE_LEVEL
12.1.1
product: WSH - Shipping Execution , meaning: Surcharge Level , description: Lookup for LOV in Surcharge Level field in Carrier form. ,
-
Lookup Type: WSH_SURCHARGE_LEVEL
12.2.2
product: WSH - Shipping Execution , meaning: Surcharge Level , description: Lookup for LOV in Surcharge Level field in Carrier form. ,
-
Concurrent Program: WSHTMCAR
12.2.2
execution_filename: SyncRefDataToOtm , product: WSH - Shipping Execution , user_name: WSHTMCAR , argument_method: Standard , enabled: No , execution_method: Java Concurrent Program ,
-
View: WSH_ITM_SYNC_PARTIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_ITM_SYNC_PARTIES_V, object_name:WSH_ITM_SYNC_PARTIES_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_ITM_SYNC_PARTIES_V ,
-
Concurrent Program: WSHAUMN
12.2.2
execution_filename: WSH_AUTO_MANIFEST.SUBMIT , product: WSH - Shipping Execution , user_name: WSHAUMN , description: Automated Carrier Manifesting , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Table: WSH_FTE_COMP_CONSTRAINTS
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_FTE_COMP_CONSTRAINTS, object_name:WSH_FTE_COMP_CONSTRAINTS, status:VALID, product: WSH - Shipping Execution , description: Stores the definitions of compatibility constraints such as item and Facility, Facility and Mode, Facility and Carrier, etc.. , implementation_dba_data: WSH.WSH_FTE_COMP_CONSTRAINTS ,
-
Concurrent Program: WSHTMCAR
12.1.1
execution_filename: SyncRefDataToOtm , product: WSH - Shipping Execution , user_name: WSHTMCAR , argument_method: Standard , enabled: No , execution_method: Java Concurrent Program ,
-
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_FTE_COMP_CONSTRAINTS
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_FTE_COMP_CONSTRAINTS, object_name:WSH_FTE_COMP_CONSTRAINTS, status:VALID, product: WSH - Shipping Execution , description: Stores the definitions of compatibility constraints such as item and Facility, Facility and Mode, Facility and Carrier, etc.. , implementation_dba_data: WSH.WSH_FTE_COMP_CONSTRAINTS ,
-
View: WSH_ITM_SYNC_PARTIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_ITM_SYNC_PARTIES_V, object_name:WSH_ITM_SYNC_PARTIES_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_ITM_SYNC_PARTIES_V ,
-
View: WSH_ITM_SHIPMENT_V
12.1.1
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 ,
-
Lookup Type: DLVY_PRIVILEGE
12.1.1
product: WSH - Shipping Execution , meaning: Delivery Privilege , description: Delivery - Security Privileges in Shipping Transactions ,
-
View: WSH_CARRIER_VEHICLE_TYPES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_CARRIER_VEHICLE_TYPES_V, object_name:WSH_CARRIER_VEHICLE_TYPES_V, status:VALID, product: WSH - Shipping Execution , description: This is dummy view. This view is referred from Carrier form when FTE is not installed. , implementation_dba_data: APPS.WSH_CARRIER_VEHICLE_TYPES_V ,