Search Results shipping
The WSH_SHIPPING_PARAMETERS
table in Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 is a critical repository for shipping-related configuration parameters within the Oracle Shipping Execution module. This table stores system-wide and organization-level settings that govern shipping operations, including default values, processing rules, and integration points with other Oracle modules such as Order Management, Inventory, and Transportation Management. Below is a detailed technical breakdown of its structure, purpose, and functional significance.
Table Structure and Key Columns
TheWSH_SHIPPING_PARAMETERS
table contains columns that define shipping behavior across the application. Key columns include:
- ORGANIZATION_ID: Links parameters to specific inventory organizations, enabling multi-org configurations.
- PARAMETER_CODE: A unique identifier for each parameter (e.g., 'AUTO_CREATE_DELIVERY', 'ALLOW_PARTIAL_SHIPPING').
- PARAMETER_VALUE: Stores the configured value (e.g., 'Y'/'N' for flags, numeric thresholds, or reference codes).
- DESCRIPTION: Provides contextual details about the parameter's purpose.
- CREATION_DATE and LAST_UPDATE_DATE: Audit columns tracking parameter maintenance.
Functional Role in Shipping Execution
The table acts as a control center for shipping workflows:- Delivery Creation Rules: Parameters like
AUTO_CREATE_DELIVERY
determine whether deliveries are auto-generated from sales orders or require manual intervention. - Partial Shipments: Flags such as
ALLOW_PARTIAL_SHIPPING
define whether order lines can be split across multiple shipments. - Freight Calculations: Parameters integrate with Oracle Transportation Management (OTM) or third-party freight engines, specifying rate service URLs and authentication details.
- Label Printing: Configures default label formats, printers, and batch printing behaviors.
- Carrier Integration: Stores API endpoints and credentials for electronic communication with carriers (e.g., FedEx, UPS).
Integration with Other Modules
The table's parameters influence cross-module processes:- Order Management: Shipping parameters may enforce validation rules during order booking (e.g., weight/volume validations).
- Inventory: Controls pick release and ship confirmation workflows, including backorder handling.
- Financials: Flags like
INVOICE_ON_SHIP_CONFIRM
trigger invoicing upon shipment completion.
Technical Considerations
- Multi-Org Support: Parameters can be set globally or overridden per organization using
ORGANIZATION_ID
. - Upgrade Impact: Custom parameters added via extensions must be preserved during EBS upgrades.
- Performance: Frequent queries on this table (e.g., during delivery creation) necessitate proper indexing.
Customization and Extensibility
The table supports custom parameters through user-definedPARAMETER_CODE
values, enabling tailored shipping rules without code modifications. However, custom logic accessing these parameters must be implemented via Oracle's API layer (e.g., WSH_UTIL
package) to ensure upgrade compatibility.
Security
Access toWSH_SHIPPING_PARAMETERS
is typically restricted to shipping administrators due to its operational impact. Changes should be logged using Oracle's AuditVault in regulated environments.
Conclusion
TheWSH_SHIPPING_PARAMETERS
table is a foundational component of Oracle Shipping Execution, providing granular control over shipping operations. Its configuration directly impacts order fulfillment efficiency, carrier compliance, and customer satisfaction. Proper management of this table is essential for optimizing shipping workflows in EBS 12.1.1 and 12.2.2 deployments.
-
File: Shipping and Transportation 11510 ERD.pdf
12.1.1
product: WSH - Shipping Execution , size: 136.046 KBytes , file_type: PDF Diagram ,
-
File: Shipping and Transportation 11510 ERD.pdf
12.2.2
product: WSH - Shipping Execution , size: 136.046 KBytes , file_type: PDF Diagram ,
-
Lookup Type: WSH_PURGE_SOURCE_SYSTEMS
12.1.1
product: WSH - Shipping Execution , meaning: Source systems for shipping purge , description: Source systems for shipping purge ,
-
Lookup Type: WSH_PURGE_SOURCE_SYSTEMS
12.2.2
product: WSH - Shipping Execution , meaning: Source systems for shipping purge , description: Source systems for shipping purge ,
-
Concurrent Program: WSHMAPCD
12.2.2
execution_filename: WSH_MAP_LOCATION_REGION_PKG.Map_Locations_Child_Program , product: WSH - Shipping Execution , user_name: Import Shipping Locations - Child , description: Import Shipping Locations - Child , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: WSHRDXCP
12.1.1
execution_filename: WSHRDXCP , product: WSH - Shipping Execution , user_name: Shipping Exceptions Report , description: Shipping Exceptions Report , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: WSHRDXCP
12.2.2
execution_filename: WSHRDXCP , product: WSH - Shipping Execution , user_name: Shipping Exceptions Report , description: Shipping Exceptions Report , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: WSHMLOCR
12.2.2
execution_filename: WSH_MAP_LOCATION_REGION_PKG.Map_Locations , product: WSH - Shipping Execution , user_name: Import Shipping Locations , description: Import Shipping Locations , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: WSHMLOCR
12.1.1
execution_filename: WSH_MAP_LOCATION_REGION_PKG.Map_Locations , product: WSH - Shipping Execution , user_name: Import Shipping Locations , description: Import Shipping Locations , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: WSHMAPCD
12.1.1
execution_filename: WSH_MAP_LOCATION_REGION_PKG.Map_Locations_Child_Program , product: WSH - Shipping Execution , user_name: Import Shipping Locations - Child , description: Import Shipping Locations - Child , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: SOURCE_SYSTEM
12.1.1
product: WSH - Shipping Execution , meaning: Source System , description: Source System from which Delivery Details are imported ,
-
Lookup Type: SOURCE_SYSTEM
12.2.2
product: WSH - Shipping Execution , meaning: Source System , description: Source System from which Delivery Details are imported ,
-
Concurrent Program: WSHPURGE
12.1.1
execution_filename: wsh_purge.process_purge , product: WSH - Shipping Execution , user_name: WSHPURGE , description: Executable for Shipping Purge Concurrent Program , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: WSHPURGE
12.2.2
execution_filename: wsh_purge.process_purge , product: WSH - Shipping Execution , user_name: WSHPURGE , description: Executable for Shipping Purge Concurrent Program , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: WSHRDXCP_XML
12.1.1
product: WSH - Shipping Execution , user_name: Shipping Exceptions Report (XML) , description: Shipping Exceptions Report , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Lookup Type: WSH_CUSTOMIZED_ACTIVITY
12.1.1
product: WSH - Shipping Execution , meaning: Shipping Message Customization , description: Shipping Message Customization ,
-
Lookup Type: SUPPORTED_CARRIERS
12.2.2
product: WSH - Shipping Execution , meaning: Carriers Supported By Shipping , description: Carriers that are supported by shipping APIs ,
-
Concurrent Program: WSHRDXCP_XML
12.2.2
product: WSH - Shipping Execution , user_name: Shipping Exceptions Report (XML) , description: Shipping Exceptions Report , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Lookup Type: WSH_PURGE_SORT_BY
12.2.2
product: WSH - Shipping Execution , meaning: Sorting entities for shipping purge , description: Sorting entities for shipping purge ,
-
Lookup Type: SUPPORTED_CARRIERS
12.1.1
product: WSH - Shipping Execution , meaning: Carriers Supported By Shipping , description: Carriers that are supported by shipping APIs ,
-
Lookup Type: WSH_CUSTOMIZED_ACTIVITY
12.2.2
product: WSH - Shipping Execution , meaning: Shipping Message Customization , description: Shipping Message Customization ,
-
Lookup Type: WSH_PURGE_SORT_BY
12.1.1
product: WSH - Shipping Execution , meaning: Sorting entities for shipping purge , description: Sorting entities for shipping purge ,
-
Concurrent Program: WSHOOINT
12.2.2
execution_filename: OutboundInterface , product: WSH - Shipping Execution , user_name: Shipping-Transportation outbound interface , argument_method: Standard , enabled: No , execution_method: Java Concurrent Program ,
-
Lookup Type: WSH_PURGE_PRINT_DETAIL
12.2.2
product: WSH - Shipping Execution , meaning: Detail levels for shipping purge report , description: Detail levels for shipping purge report ,
-
Lookup Type: WSH_PURGE_EXECUTION_MODE
12.1.1
product: WSH - Shipping Execution , meaning: Execution modes for shipping purge , description: Execution modes for shipping purge ,
-
Concurrent Program: WSHOOINT
12.1.1
execution_filename: OutboundInterface , product: WSH - Shipping Execution , user_name: Shipping-Transportation outbound interface , argument_method: Standard , enabled: No , execution_method: Java Concurrent Program ,
-
Concurrent Program: WSHOOCHL
12.1.1
execution_filename: OutboundChild , product: WSH - Shipping Execution , user_name: Shipping-Transportation outbound interface - Child , argument_method: Standard , enabled: No , execution_method: Java Concurrent Program ,
-
Lookup Type: WSH_PURGE_EXECUTION_MODE
12.2.2
product: WSH - Shipping Execution , meaning: Execution modes for shipping purge , description: Execution modes for shipping purge ,
-
Lookup Type: WSH_PURGE_PRINT_DETAIL
12.1.1
product: WSH - Shipping Execution , meaning: Detail levels for shipping purge report , description: Detail levels for shipping purge report ,
-
Concurrent Program: WSHOOCHL
12.2.2
execution_filename: OutboundChild , product: WSH - Shipping Execution , user_name: Shipping-Transportation outbound interface - Child , argument_method: Standard , enabled: No , execution_method: Java Concurrent Program ,
-
Lookup Type: REPORT_USAGE
12.2.2
product: WSH - Shipping Execution , meaning: Report Usage , description: Report Usage ,
-
Lookup Type: DOCUMENT_TYPE
12.1.1
product: WSH - Shipping Execution , meaning: Document Type ,
-
Lookup Type: DOCUMENT_TYPE
12.2.2
product: WSH - Shipping Execution , meaning: Document Type ,
-
Lookup Type: REPORT_USAGE
12.1.1
product: WSH - Shipping Execution , meaning: Report Usage , description: Report Usage ,
-
Concurrent Program: WSHUPDATESM
12.2.2
execution_filename: WSH_CONC_UTIL_PKG.update_ship_method_SRS , product: WSH - Shipping Execution , user_name: Update Ship Methods , description: Update shipping records' mode of transport and service level columns for the ship methods , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: ITEM_DISPLAY
12.1.1
product: WSH - Shipping Execution , meaning: Item Display , description: Print Item Description and/or Flexfield ,
-
Concurrent Program: WSHUPDATESM
12.1.1
execution_filename: WSH_CONC_UTIL_PKG.update_ship_method_SRS , product: WSH - Shipping Execution , user_name: Update Ship Methods , description: Update shipping records' mode of transport and service level columns for the ship methods , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: ITEM_DISPLAY
12.2.2
product: WSH - Shipping Execution , meaning: Item Display , description: Print Item Description and/or Flexfield ,
-
Lookup Type: SHIPPING_ACTIVITIES
12.2.2
product: WSH - Shipping Execution , meaning: Shipping Activities , description: Shipping Activities ,
-
Lookup Type: SHIPPING_ACTIVITIES
12.1.1
product: WSH - Shipping Execution , meaning: Shipping Activities , description: Shipping Activities ,
-
Table: WSH_SHIPPING_PARAMETERS
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_SHIPPING_PARAMETERS, object_name:WSH_SHIPPING_PARAMETERS, status:VALID, product: WSH - Shipping Execution , description: Shipping Parameters , implementation_dba_data: WSH.WSH_SHIPPING_PARAMETERS ,
-
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 ,
-
Table: WSH_SHIPPING_PARAMETERS
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_SHIPPING_PARAMETERS, object_name:WSH_SHIPPING_PARAMETERS, status:VALID, product: WSH - Shipping Execution , description: Shipping Parameters , implementation_dba_data: WSH.WSH_SHIPPING_PARAMETERS ,
-
Lookup Type: WSH_ACTIVITY_TYPE
12.1.1
product: WSH - Shipping Execution , meaning: Shipping Activity Type ,
-
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 ,
-
Lookup Type: WSH_ACTIVITY_TYPE
12.2.2
product: WSH - Shipping Execution , meaning: Shipping Activity Type ,
-
Lookup Type: WSH_DEBUG_ENABLED
12.1.1
product: WSH - Shipping Execution , meaning: WSH DEBUG ENABLED , description: Debugger Lookup for Oracle Shipping ,
-
Lookup Type: WSH_DEBUG_ENABLED
12.2.2
product: WSH - Shipping Execution , meaning: WSH DEBUG ENABLED , description: Debugger Lookup for Oracle Shipping ,
-
Table: WSH_REPORT_SETS
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_REPORT_SETS, object_name:WSH_REPORT_SETS, status:VALID, product: WSH - Shipping Execution , description: Shipping Report Sets , implementation_dba_data: WSH.WSH_REPORT_SETS ,