Search Results wsh_region_locations
The WSH_REGION_LOCATIONS
table in Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 is a critical data structure within the Shipping Execution (WSH) module. This table serves as a repository for regional location data, facilitating the management of shipping and logistics operations by associating physical locations with predefined regions. Below is a detailed technical breakdown of its purpose, structure, and integration within Oracle EBS.
Purpose and Functional Overview
TheWSH_REGION_LOCATIONS
table stores mappings between geographic locations and regions defined in the system. These mappings enable efficient routing, zone-based freight calculations, and regional compliance checks during shipping operations. The table acts as a bridge between the WSH_REGIONS
(which defines logical regions) and WSH_LOCATIONS
(which stores physical address data), ensuring that shipments adhere to regional constraints or benefit from region-specific shipping rules.
Table Structure and Key Columns
The table consists of the following key columns:- REGION_LOCATION_ID (Primary Key): A unique identifier for each region-location mapping.
- REGION_ID (Foreign Key): References
WSH_REGIONS.REGION_ID
, linking to a predefined region. - LOCATION_ID (Foreign Key): References
WSH_LOCATIONS.LOCATION_ID
, associating a physical address with the region. - START_DATE_ACTIVE and END_DATE_ACTIVE: Define the validity period of the mapping, allowing for time-bound regional assignments.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE: Standard Oracle audit columns tracking record creation and modifications.
Integration with Oracle EBS Modules
TheWSH_REGION_LOCATIONS
table integrates with several EBS modules:
- Shipping Execution (WSH): Used to validate shipping routes, apply regional freight rates, and enforce delivery constraints.
- Order Management (OM): Supports region-based sourcing rules and delivery scheduling.
- Inventory (INV): Helps determine regional stocking locations and transfer policies.
Technical Considerations
- Indexing: The primary key (
REGION_LOCATION_ID
) is indexed by default. Additional indexes onREGION_ID
andLOCATION_ID
improve join performance with related tables. - Data Volume: The table typically contains moderate-sized data, but performance may degrade if region-location mappings grow excessively (e.g., multinational deployments).
- Customization Impact: Modifications to this table (e.g., adding custom columns) require careful testing, as it is referenced by seeded shipping workflows.
Common Use Cases
- Freight Zone Calculations: Assigning locations to freight zones for rate determination.
- Delivery Route Optimization: Grouping locations into regions for efficient route planning.
- Regulatory Compliance: Enforcing region-specific shipping regulations (e.g., hazardous material restrictions).
Upgrade and Patch Implications
Between EBS 12.1.1 and 12.2.2, the table structure remained largely unchanged, but patches may introduce:- Additional validation logic via database triggers.
- Performance optimizations in shipping APIs that query this table.
Conclusion
TheWSH_REGION_LOCATIONS
table is a foundational component of Oracle EBS Shipping Execution, enabling region-aware logistics operations. Its design supports flexible regional hierarchies while maintaining referential integrity with other shipping entities. Proper configuration of this table is essential for accurate freight calculations, compliant shipping, and efficient delivery management.
-
Table: WSH_REGION_LOCATIONS
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_REGION_LOCATIONS, object_name:WSH_REGION_LOCATIONS, status:VALID, product: WSH - Shipping Execution , description: Stores mapping of locations to regions. This includes separate records for the most specific region mapped as well as records for its parents. , implementation_dba_data: WSH.WSH_REGION_LOCATIONS ,
-
Table: WSH_REGION_LOCATIONS
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_REGION_LOCATIONS, object_name:WSH_REGION_LOCATIONS, status:VALID, product: WSH - Shipping Execution , description: Stores mapping of locations to regions. This includes separate records for the most specific region mapped as well as records for its parents. , implementation_dba_data: WSH.WSH_REGION_LOCATIONS ,
-
View: WSH_LOCATIONS_REGIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_LOCATIONS_REGIONS_V, object_name:WSH_LOCATIONS_REGIONS_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_LOCATIONS_REGIONS_V ,
-
View: WSH_LOCATIONS_REGIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_LOCATIONS_REGIONS_V, object_name:WSH_LOCATIONS_REGIONS_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_LOCATIONS_REGIONS_V ,
-
View: WSH_REGION_LOCATIONS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_REGION_LOCATIONS_VL, object_name:WSH_REGION_LOCATIONS_VL, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_REGION_LOCATIONS_VL ,
-
View: WSH_REGION_LOCATIONS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_REGION_LOCATIONS_VL, object_name:WSH_REGION_LOCATIONS_VL, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_REGION_LOCATIONS_VL ,