Search Results wms_strategy_assignments
Overview
The WMS_STRATEGY_ASSIGNMENTS table is a core data object within the Warehouse Management System (WMS) module of Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2. It functions as a junction table that defines the application of specific warehouse management strategies to particular objects within an inventory organization. In essence, it stores the assignment rules that link pre-defined strategies—which govern operational logic for tasks like putaway, picking, and replenishment—to physical or logical entities in the warehouse, such as items, subinventories, or locators. This table is critical for enabling the configurable, rule-based execution of warehouse processes, allowing businesses to automate and optimize material flow based on their unique operational requirements.
Key Information Stored
The table's primary role is to maintain assignment records through key foreign key columns that establish relationships with other master data entities. Based on the provided ETRM metadata, the central columns include STRATEGY_ID, which references WMS_STRATEGIES_B to identify the specific rule set being applied; OBJECT_ID, which references WMS_OBJECTS_B to identify the warehouse entity (e.g., item, category, subinventory) to which the strategy is assigned; and ORGANIZATION_ID, which references MTL_PARAMETERS to specify the inventory organization context for the assignment. The table likely also contains columns to define the assignment's effective dates, priority, and potentially a unique identifier for each assignment record.
Common Use Cases and Queries
This table is central to querying and auditing the rule-based configuration of the warehouse. Common operational and reporting scenarios include identifying all strategies assigned to a specific item for putaway analysis, or listing all objects governed by a particular picking strategy. A typical query would join WMS_STRATEGY_ASSIGNMENTS to WMS_STRATEGIES_B and WMS_OBJECTS_B to produce a human-readable report. For example, to find all assignments for a given organization, one might use:
- SELECT s.STRATEGY_NAME, o.OBJECT_NAME, o.OBJECT_TYPE
- FROM WMS.WMS_STRATEGY_ASSIGNMENTS a,
- WMS.WMS_STRATEGIES_B s,
- WMS.WMS_OBJECTS_B o
- WHERE a.STRATEGY_ID = s.STRATEGY_ID
- AND a.OBJECT_ID = o.OBJECT_ID
- AND a.ORGANIZATION_ID = :org_id;
Such queries are essential for troubleshooting process execution, validating configuration during implementations, and generating operational documentation.
Related Objects
As indicated by its foreign keys, the WMS_STRATEGY_ASSIGNMENTS table has direct dependencies on several fundamental WMS and Inventory master tables. Its integrity is tied to MTL_PARAMETERS, which defines valid inventory organizations. It draws its strategy definitions from WMS_STRATEGIES_B, the base table for all strategy headers, and its assignable entities from WMS_OBJECTS_B, which catalogs all warehouse objects. Consequently, this table sits at the intersection of these key entities. Programmatically, strategy assignments are typically managed through dedicated WMS APIs or the Oracle WMS user interface, rather than via direct DML operations on this table.
-
Table: WMS_STRATEGY_ASSIGNMENTS
12.1.1
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_STRATEGY_ASSIGNMENTS, object_name:WMS_STRATEGY_ASSIGNMENTS, status:VALID, product: WMS - Warehouse Management , description: WMS Strategy Assignments , implementation_dba_data: WMS.WMS_STRATEGY_ASSIGNMENTS ,
-
Table: WMS_STRATEGY_ASSIGNMENTS
12.2.2
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_STRATEGY_ASSIGNMENTS, object_name:WMS_STRATEGY_ASSIGNMENTS, status:VALID, product: WMS - Warehouse Management , description: WMS Strategy Assignments , implementation_dba_data: WMS.WMS_STRATEGY_ASSIGNMENTS ,
-
APPS.WMS_STRATEGY_UPGRADE_PVT dependencies on WMS_STRATEGY_ASSIGNMENTS
12.1.1
-
APPS.WMS_STRATEGY_UPGRADE_PVT dependencies on WMS_STRATEGY_ASSIGNMENTS
12.2.2
-
APPS.WMS_STRATEGY_ASSIGN_PKG dependencies on WMS_STRATEGY_ASSIGNMENTS
12.1.1
-
APPS.WMS_STRATEGY_ASSIGN_PKG dependencies on WMS_STRATEGY_ASSIGNMENTS
12.2.2
-
VIEW: APPS.WMS_STRATEGY_ASSIGNMENTS_DFV
12.1.1
-
SYNONYM: APPS.WMS_STRATEGY_ASSIGNMENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:WMS_STRATEGY_ASSIGNMENTS, status:VALID,
-
VIEW: APPS.WMS_STRATEGY_ASSIGNMENTS_DFV
12.2.2
-
VIEW: WMS.WMS_STRATEGY_ASSIGNMENTS#
12.2.2
owner:WMS, object_type:VIEW, object_name:WMS_STRATEGY_ASSIGNMENTS#, status:VALID,
-
SYNONYM: APPS.WMS_STRATEGY_ASSIGNMENTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WMS_STRATEGY_ASSIGNMENTS, status:VALID,
-
VIEW: WMS.WMS_STRATEGY_ASSIGNMENTS#
12.2.2
-
APPS.WMS_STRATEGY_ASSIGN_PKG SQL Statements
12.2.2
-
APPS.WMS_STRATEGY_UPGRADE_PVT dependencies on WMS_ORG_HIERARCHY_OBJS
12.1.1
-
APPS.WMS_STRATEGY_ASSIGN_PKG SQL Statements
12.1.1
-
VIEW: APPS.WMS_STRATEGY_ASSIGNMENTS_V
12.1.1
-
VIEW: APPS.WMS_STRATEGY_ASSIGNMENTS_V
12.2.2
-
Table: WMS_OBJECTS_B
12.2.2
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_OBJECTS_B, object_name:WMS_OBJECTS_B, status:VALID, product: WMS - Warehouse Management , description: WMS Business Objects , implementation_dba_data: WMS.WMS_OBJECTS_B ,
-
Table: WMS_STRATEGIES_B
12.2.2
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_STRATEGIES_B, object_name:WMS_STRATEGIES_B, status:VALID, product: WMS - Warehouse Management , description: WMS Strategies , implementation_dba_data: WMS.WMS_STRATEGIES_B ,
-
PACKAGE BODY: APPS.WMS_STRATEGY_ASSIGN_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WMS_STRATEGY_ASSIGN_PKG, status:VALID,
-
APPS.WMS_STRATEGY_UPGRADE_PVT dependencies on WMS_ORG_HIERARCHY_OBJS
12.2.2
-
TABLE: WMS.WMS_STRATEGY_ASSIGNMENTS
12.1.1
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_STRATEGY_ASSIGNMENTS, object_name:WMS_STRATEGY_ASSIGNMENTS, status:VALID,
-
VIEW: APPS.WMS_STRATEGY_ASSIGNMENTS_V2
12.2.2
-
VIEW: APPS.WMS_STRATEGY_ASSIGNMENTS_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:WMS_STRATEGY_ASSIGNMENTS_DFV, status:VALID,
-
VIEW: APPS.WMS_STRATEGY_ASSIGNMENTS_V2
12.1.1
-
Table: WMS_STRATEGIES_B
12.1.1
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_STRATEGIES_B, object_name:WMS_STRATEGIES_B, status:VALID, product: WMS - Warehouse Management , description: WMS Strategies , implementation_dba_data: WMS.WMS_STRATEGIES_B ,
-
TABLE: WMS.WMS_STRATEGY_ASSIGNMENTS
12.2.2
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_STRATEGY_ASSIGNMENTS, object_name:WMS_STRATEGY_ASSIGNMENTS, status:VALID,
-
Table: WMS_OBJECTS_B
12.1.1
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_OBJECTS_B, object_name:WMS_OBJECTS_B, status:VALID, product: WMS - Warehouse Management , description: WMS Business Objects , implementation_dba_data: WMS.WMS_OBJECTS_B ,
-
PACKAGE BODY: APPS.WMS_STRATEGY_ASSIGN_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:WMS_STRATEGY_ASSIGN_PKG, status:VALID,
-
PACKAGE BODY: APPS.WMS_STRATEGY_UPGRADE_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:WMS_STRATEGY_UPGRADE_PVT, status:VALID,
-
PACKAGE BODY: APPS.WMS_STRATEGY_UPGRADE_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WMS_STRATEGY_UPGRADE_PVT, status:VALID,
-
VIEW: APPS.WMS_STRATEGY_ASSIGNMENTS_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:WMS_STRATEGY_ASSIGNMENTS_DFV, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.WMS_STRATEGY_ASSIGN_PKG
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.WMS_STRATEGY_ASSIGN_PKG
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
View: WMS_STRATEGY_ASSIGNMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_STRATEGY_ASSIGNMENTS_V, object_name:WMS_STRATEGY_ASSIGNMENTS_V, status:VALID, product: WMS - Warehouse Management , description: WMS strategy assignment view , implementation_dba_data: APPS.WMS_STRATEGY_ASSIGNMENTS_V ,
-
View: WMS_STRATEGY_ASSIGNMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_STRATEGY_ASSIGNMENTS_V, object_name:WMS_STRATEGY_ASSIGNMENTS_V, status:VALID, product: WMS - Warehouse Management , description: WMS strategy assignment view , implementation_dba_data: APPS.WMS_STRATEGY_ASSIGNMENTS_V ,
-
View: WMS_STRATEGY_ASSIGNMENTS_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_STRATEGY_ASSIGNMENTS_V2, object_name:WMS_STRATEGY_ASSIGNMENTS_V2, status:VALID, product: WMS - Warehouse Management , description: WMS strategy assignment view , implementation_dba_data: APPS.WMS_STRATEGY_ASSIGNMENTS_V2 ,
-
View: WMS_STRATEGY_ASSIGNMENTS_V2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_STRATEGY_ASSIGNMENTS_V2, object_name:WMS_STRATEGY_ASSIGNMENTS_V2, status:VALID, product: WMS - Warehouse Management , description: WMS strategy assignment view , implementation_dba_data: APPS.WMS_STRATEGY_ASSIGNMENTS_V2 ,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.WMS_RE_CUSTOM_PUB
12.1.1
-
VIEW: APPS.WMS_STRATEGY_ASSIGNMENTS_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_STRATEGY_ASSIGNMENTS_V2, object_name:WMS_STRATEGY_ASSIGNMENTS_V2, status:VALID,