Search Results shipping
The WSH_PARAMETERS
table in Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 is a critical repository for configuration parameters used by the Oracle Shipping Execution module (WSH). This table stores system-wide and organization-specific settings that govern shipping operations, including freight calculations, carrier integrations, and delivery scheduling. Below is a detailed analysis of its structure, purpose, and significance in Oracle EBS.
Table Structure and Key Columns
TheWSH_PARAMETERS
table consists of columns that define shipping-related configurations. Key columns include:
- ORGANIZATION_ID: Links parameters to specific inventory organizations (NULL indicates global settings).
- PARAMETER_CODE: A unique identifier for each parameter (e.g.,
ENABLE_AUTO_PACKING
). - PARAMETER_VALUE: Stores the configured value for the parameter (e.g.,
Y
/N
). - DESCRIPTION: Provides a brief explanation of the parameter's purpose.
- LAST_UPDATE_DATE and LAST_UPDATED_BY: Audit columns tracking modifications.
Functional Role in Shipping Execution
The table acts as a central control point for shipping workflows. Examples of parameters include:- Freight Calculation: Parameters like
FREIGHT_CALC_METHOD
determine whether freight costs are computed manually or via integrated carriers (e.g., FedEx, UPS). - Packing Rules:
AUTO_PACKING_RULE_ID
dictates how items are grouped into containers during automated packing. - Delivery Scheduling:
MAX_DELIVERY_LEAD_TIME
sets thresholds for delivery date calculations. - Integration Flags: Parameters such as
ENABLE_EDI_INVOICING
control electronic data interchange (EDI) with trading partners.
Technical Implementation
Data inWSH_PARAMETERS
is accessed via Oracle Shipping APIs (e.g., WSH_PARAMETERS_PKG
), ensuring consistent parameter retrieval. The table is populated during module initialization or via administrative screens (e.g., Shipping Administrator responsibility). Default values are often seeded by Oracle during installation.
Customization and Extensions
Organizations can extend the table by adding custom parameters (prefixed withXX_
to avoid conflicts). For example, a custom parameter XX_ENABLE_CUSTOM_CARRIER
could activate third-party carrier integrations. Modifications typically require PL/SQL triggers or concurrent programs to enforce business logic.
Impact on Upgrades and Patches
During EBS upgrades (e.g., 12.1.1 to 12.2.2), Oracle may introduce new parameters or deprecate obsolete ones. Custom parameters must be reviewed for compatibility. The table is preserved during upgrades, but parameter defaults may reset, necessitating post-upgrade validation.Performance Considerations
Indexes onORGANIZATION_ID
and PARAMETER_CODE
optimize query performance. Large parameter sets (e.g., multi-org deployments) may benefit from caching mechanisms like Oracle Application Object Library (FND) caching.
Conclusion
TheWSH_PARAMETERS
table is a foundational component of Oracle Shipping Execution, enabling flexible configuration of shipping workflows. Its design supports both out-of-the-box functionality and extensibility, making it indispensable for logistics operations in Oracle EBS 12.1.1 and 12.2.2. Proper management of this table ensures efficient shipping processes and seamless integration with external systems.
-
Lookup Type: SHIPPING_METHOD
12.2.2
product: OE - Order Entry , meaning: Meaning N/A for : SHIPPING_METHOD , description: Shipping method ,
-
Lookup Type: SHIPPING_METHOD
12.1.1
product: OE - Order Entry , meaning: Meaning N/A for : SHIPPING_METHOD , description: Shipping method ,
-
Lookup Type: CREDIT_RULE_TYPES
12.2.2
product: OE - Order Entry , meaning: Meaning N/A for : CREDIT_RULE_TYPES , description: Types of Credit Check Rules ,
-
Lookup Type: CREDIT_RULE_TYPES
12.1.1
product: OE - Order Entry , meaning: Meaning N/A for : CREDIT_RULE_TYPES , description: Types of Credit Check Rules ,
-
Lookup Type: PROCESS STATUS
12.1.1
product: OE - Order Entry , meaning: Meaning N/A for : PROCESS STATUS , description: Process Status ,
-
Lookup Type: PICK SLIP STATUS
12.1.1
product: OE - Order Entry , meaning: Meaning N/A for : PICK SLIP STATUS , description: Pick Slip Status ,
-
Lookup Type: OEXSHCON PICK SLIP DETAIL
12.1.1
product: OE - Order Entry , meaning: Meaning N/A for : OEXSHCON PICK SLIP DETAIL , description: Detail zone lookup for the Confirm Shipping form ,
-
Lookup Type: PICKING_SLIP_OPTIONS
12.1.1
product: OE - Order Entry , meaning: Meaning N/A for : PICKING_SLIP_OPTIONS , description: Picking Slip print options for Shipping Release ,
-
Lookup Type: PROCESS STATUS
12.2.2
product: OE - Order Entry , meaning: Meaning N/A for : PROCESS STATUS , description: Process Status ,
-
Lookup Type: SHIPPING_STATUS
12.2.2
product: OE - Order Entry , meaning: Meaning N/A for : SHIPPING_STATUS , description: Shipping statuses ,
-
Lookup Type: PICK SLIP STATUS
12.2.2
product: OE - Order Entry , meaning: Meaning N/A for : PICK SLIP STATUS , description: Pick Slip Status ,
-
Lookup Type: PICKING_SLIP_OPTIONS
12.2.2
product: OE - Order Entry , meaning: Meaning N/A for : PICKING_SLIP_OPTIONS , description: Picking Slip print options for Shipping Release ,
-
Lookup Type: OEXSHCON PICK SLIP DETAIL
12.2.2
product: OE - Order Entry , meaning: Meaning N/A for : OEXSHCON PICK SLIP DETAIL , description: Detail zone lookup for the Confirm Shipping form ,
-
Lookup Type: SHIPPING_STATUS
12.1.1
product: OE - Order Entry , meaning: Meaning N/A for : SHIPPING_STATUS , description: Shipping statuses ,
-
Table: WSH_PARAMETERS
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.WSH_PARAMETERS, object_name:WSH_PARAMETERS, status:VALID, product: OE - Order Entry , description: Shipping parameters , implementation_dba_data: OE.WSH_PARAMETERS ,
-
Table: WSH_PARAMETERS
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.WSH_PARAMETERS, object_name:WSH_PARAMETERS, status:VALID, product: OE - Order Entry , description: Shipping parameters , implementation_dba_data: OE.WSH_PARAMETERS ,
-
Table: SO_EXCEPTIONS
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_EXCEPTIONS, object_name:SO_EXCEPTIONS, status:VALID, product: OE - Order Entry , description: Oracle Order Entry/Shipping concurrent request messages and errors , implementation_dba_data: OE.SO_EXCEPTIONS ,
-
Table: SO_EXCEPTIONS
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_EXCEPTIONS, object_name:SO_EXCEPTIONS, status:VALID, product: OE - Order Entry , description: Oracle Order Entry/Shipping concurrent request messages and errors , implementation_dba_data: OE.SO_EXCEPTIONS ,
-
Table: SO_NOTE_REPLICATION
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_NOTE_REPLICATION, object_name:SO_NOTE_REPLICATION, status:VALID, product: OE - Order Entry , description: Documents and attachments to replicate into Oracle Order Entry/Shipping , implementation_dba_data: OE.SO_NOTE_REPLICATION ,
-
Table: SO_NOTE_REPLICATION
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_NOTE_REPLICATION, object_name:SO_NOTE_REPLICATION, status:VALID, product: OE - Order Entry , description: Documents and attachments to replicate into Oracle Order Entry/Shipping , implementation_dba_data: OE.SO_NOTE_REPLICATION ,
-
Table: WSH_INVOICE_NUMBERS
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.WSH_INVOICE_NUMBERS, object_name:WSH_INVOICE_NUMBERS, status:VALID, product: OE - Order Entry , description: Shipping invoice numbers , implementation_dba_data: OE.WSH_INVOICE_NUMBERS ,
-
Table: WSH_INVOICE_NUMBERS
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.WSH_INVOICE_NUMBERS, object_name:WSH_INVOICE_NUMBERS, status:VALID, product: OE - Order Entry , description: Shipping invoice numbers , implementation_dba_data: OE.WSH_INVOICE_NUMBERS ,
-
Table: WSH_DELIVERY_TEMPLATES
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.WSH_DELIVERY_TEMPLATES, object_name:WSH_DELIVERY_TEMPLATES, status:VALID, product: OE - Order Entry , description: Shipping Delivery Templates , implementation_dba_data: OE.WSH_DELIVERY_TEMPLATES ,
-
Table: WSH_DELIVERY_TEMPLATES
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.WSH_DELIVERY_TEMPLATES, object_name:WSH_DELIVERY_TEMPLATES, status:VALID, product: OE - Order Entry , description: Shipping Delivery Templates , implementation_dba_data: OE.WSH_DELIVERY_TEMPLATES ,
-
Table: SO_REPORTS
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_REPORTS, object_name:SO_REPORTS, status:VALID, product: OE - Order Entry , description: Oracle Order Entry/Shipping reports , implementation_dba_data: OE.SO_REPORTS ,
-
Lookup Type: OEXOETOP_HEADER_OPTIONS
12.1.1
product: OE - Order Entry , meaning: Meaning N/A for : OEXOETOP_HEADER_OPTIONS ,
-
Table: WSH_DEPARTURES
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.WSH_DEPARTURES, object_name:WSH_DEPARTURES, status:VALID, product: OE - Order Entry , description: Shipping departures , implementation_dba_data: OE.WSH_DEPARTURES ,
-
Lookup Type: SHIP SET OPTION
12.1.1
product: OE - Order Entry , meaning: Meaning N/A for : SHIP SET OPTION , description: Ship Set Option ,
-
Lookup Type: OEXOEOII_LINE_OPTIONS
12.1.1
product: OE - Order Entry , meaning: Meaning N/A for : OEXOEOII_LINE_OPTIONS ,
-
Table: SO_REPORTS
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_REPORTS, object_name:SO_REPORTS, status:VALID, product: OE - Order Entry , description: Oracle Order Entry/Shipping reports , implementation_dba_data: OE.SO_REPORTS ,
-
Lookup Type: OEXOEOII_LINE_OPTIONS
12.2.2
product: OE - Order Entry , meaning: Meaning N/A for : OEXOEOII_LINE_OPTIONS ,
-
Lookup Type: OE OPTION REGION
12.2.2
product: OE - Order Entry , meaning: Meaning N/A for : OE OPTION REGION , description: Option Region ,
-
Lookup Type: SOXSSDOT PAGE INDEX
12.1.1
product: OE - Order Entry , meaning: Meaning N/A for : SOXSSDOT PAGE INDEX ,
-
Lookup Type: SOXSSDOT PAGE INDEX
12.2.2
product: OE - Order Entry , meaning: Meaning N/A for : SOXSSDOT PAGE INDEX ,
-
Table: WSH_DEPARTURES
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.WSH_DEPARTURES, object_name:WSH_DEPARTURES, status:VALID, product: OE - Order Entry , description: Shipping departures , implementation_dba_data: OE.WSH_DEPARTURES ,
-
Lookup Type: OEXOETOP_HEADER_OPTIONS
12.2.2
product: OE - Order Entry , meaning: Meaning N/A for : OEXOETOP_HEADER_OPTIONS ,
-
Lookup Type: OE OPTION REGION
12.1.1
product: OE - Order Entry , meaning: Meaning N/A for : OE OPTION REGION , description: Option Region ,
-
Lookup Type: SHIP SET OPTION
12.2.2
product: OE - Order Entry , meaning: Meaning N/A for : SHIP SET OPTION , description: Ship Set Option ,
-
Lookup Type: OE LINE REGION
12.1.1
product: OE - Order Entry , meaning: Meaning N/A for : OE LINE REGION , description: Line Region ,
-
Lookup Type: OE LINE REGION
12.2.2
product: OE - Order Entry , meaning: Meaning N/A for : OE LINE REGION , description: Line Region ,
-
Lookup Type: OE SHIPMENT REGION
12.2.2
product: OE - Order Entry , meaning: Meaning N/A for : OE SHIPMENT REGION , description: Shipment Schedule Line Region ,
-
Table: WSH_DELIVERIES
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.WSH_DELIVERIES, object_name:WSH_DELIVERIES, status:VALID, product: OE - Order Entry , description: Shipping deliveries , implementation_dba_data: OE.WSH_DELIVERIES ,
-
Lookup Type: PROGRAM_TYPE
12.1.1
product: OE - Order Entry , meaning: Meaning N/A for : PROGRAM_TYPE , description: Types of Concurrent Programs ,
-
Lookup Type: OE SHIPMENT REGION
12.1.1
product: OE - Order Entry , meaning: Meaning N/A for : OE SHIPMENT REGION , description: Shipment Schedule Line Region ,
-
Lookup Type: OE SHIP OPTION REGION
12.2.2
product: OE - Order Entry , meaning: Meaning N/A for : OE SHIP OPTION REGION , description: Shipment Schedule Line Option Region ,
-
Table: WSH_DELIVERIES
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.WSH_DELIVERIES, object_name:WSH_DELIVERIES, status:VALID, product: OE - Order Entry , description: Shipping deliveries , implementation_dba_data: OE.WSH_DELIVERIES ,
-
Lookup Type: PROGRAM_TYPE
12.2.2
product: OE - Order Entry , meaning: Meaning N/A for : PROGRAM_TYPE , description: Types of Concurrent Programs ,
-
Lookup Type: OE SHIP OPTION REGION
12.1.1
product: OE - Order Entry , meaning: Meaning N/A for : OE SHIP OPTION REGION , description: Shipment Schedule Line Option Region ,
-
Lookup Type: OESCH LINES NEXT OPTION
12.2.2
product: OE - Order Entry , meaning: Meaning N/A for : OESCH LINES NEXT OPTION ,
-
Lookup Type: OESCH LINES NEXT OPTION
12.1.1
product: OE - Order Entry , meaning: Meaning N/A for : OESCH LINES NEXT OPTION ,