Search Results locations
The WSH_LOCATIONS
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 storing location-related information, which is essential for logistics, transportation, and supply chain operations. This table is part of the broader Oracle Shipping module, which integrates with other EBS components such as Order Management, Inventory, and Purchasing to facilitate seamless shipping and delivery processes.
Purpose and Functionality
The primary purpose of theWSH_LOCATIONS
table is to store detailed information about physical locations used in shipping and receiving activities. These locations can include warehouses, docks, staging areas, or any other points relevant to the movement of goods. The table acts as a reference for other shipping-related tables, ensuring consistency and accuracy in logistics operations. Key functionalities supported by this table include:
- Tracking origin and destination locations for shipments.
- Supporting route planning and optimization.
- Integrating with Oracle Transportation Management (OTM) for advanced logistics.
Key Columns and Structure
TheWSH_LOCATIONS
table comprises several important columns that define location attributes. Below are some of the critical columns:
- LOCATION_ID: A unique identifier for each location, serving as the primary key.
- NAME: The descriptive name of the location (e.g., "Warehouse A" or "Dock 5").
- ADDRESS1, ADDRESS2, CITY, STATE, POSTAL_CODE, COUNTRY: Physical address details for the location.
- LOCATION_TYPE_CODE: Classifies the location (e.g., "WAREHOUSE", "DOCK", "CUSTOMER_SITE").
- ORGANIZATION_ID: Links the location to an inventory organization in Oracle Inventory.
- STATUS: Indicates whether the location is active or inactive.
- CREATION_DATE and LAST_UPDATE_DATE: Audit columns for tracking record changes.
Integration with Other Modules
TheWSH_LOCATIONS
table integrates with several Oracle EBS modules to ensure end-to-end logistics functionality:
- Oracle Inventory: Links locations to specific inventory organizations for stock management.
- Oracle Order Management: Uses location data to determine shipping points for sales orders.
- Oracle Purchasing: References locations for receiving goods from suppliers.
- Oracle Transportation Management: Provides location data for route planning and carrier assignments.
Customization and Extensions
Organizations can extend theWSH_LOCATIONS
table to include custom attributes or business-specific fields. This is typically achieved through descriptive flexfields (DFFs), which allow adding context-sensitive columns without modifying the core table structure. Common extensions include:
- Adding geolocation coordinates for mapping.
- Including operational constraints (e.g., weight limits, operating hours).
- Storing vendor-specific location codes for cross-reference.
Performance Considerations
Given its role in high-volume shipping transactions, theWSH_LOCATIONS
table should be optimized for performance:
- Indexing on frequently queried columns like
LOCATION_ID
andORGANIZATION_ID
. - Partitioning for large datasets to improve query response times.
- Regular purging of obsolete records to maintain efficiency.
Conclusion
TheWSH_LOCATIONS
table is a foundational component of Oracle Shipping Execution, enabling precise tracking and management of logistics locations. Its integration with other EBS modules ensures cohesive supply chain operations, while its extensibility supports diverse business requirements. Proper maintenance and optimization of this table are essential for efficient shipping and transportation processes in Oracle EBS 12.1.1 and 12.2.2 environments.
-
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: 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: 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 ,
-
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 ,
-
Lookup Type: WSH_MAP_LOCATION_TYPE
12.1.1
product: WSH - Shipping Execution , meaning: Location Type , description: Type of location to be processed while running the Location Region Mapping Concurrent Program ,
-
Lookup Type: WSH_MAP_LOCATION_TYPE
12.2.2
product: WSH - Shipping Execution , meaning: Location Type , description: Type of location to be processed while running the Location Region Mapping Concurrent Program ,
-
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_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 ,