Search Results wms_parameters_b
Overview
The WMS_PARAMETERS_B table is a core metadata repository within the Oracle E-Business Suite Warehouse Management (WMS) module. It functions as the master definition table for all parameters used in the configuration and execution of WMS business rules, object joins, and system logic. Its primary role is to define the data elements that can be referenced and manipulated by other WMS configuration entities, such as database objects, restrictions, rules, and sort criteria. This table is essential for the extensible and configurable architecture of WMS, enabling the definition of dynamic criteria for tasks like slotting, picking, and putaway without requiring custom code.
Key Information Stored
While the provided metadata does not list specific column names beyond foreign key columns, the table's central role and relationships define its critical data. The primary identifier is the PARAMETER_ID, which uniquely defines each parameter instance. Key foreign key columns establish the parameter's context and type: OBJECT_ID links to a generic WMS object definition, DB_OBJECT_ID and DB_OBJECT_REFERENCE_ID link the parameter to specific database tables or references, and FLEXFIELD_APPLICATION_ID associates it with a descriptive flexfield structure. The table likely stores additional attributes defining the parameter's data type, format, and validation rules, which govern how the parameter's value is interpreted within WMS processes.
Common Use Cases and Queries
This table is primarily accessed for configuration analysis, impact assessment, and troubleshooting within the WMS module. Common scenarios include identifying all parameters used by a specific WMS rule or database object join, and tracing parameter usage across the system. A typical query involves joining to related configuration tables to understand a parameter's full context.
- Finding Parameters for a Specific Rule:
SELECT wpb.* FROM wms_parameters_b wpb, wms_rules_b wrb WHERE wrb.qty_function_parameter_id = wpb.parameter_id AND wrb.rule_id = :p_rule_id; - Listing All Parameters and Their Direct Dependencies:
SELECT wpb.parameter_id, wdob.object_name FROM wms_parameters_b wpb LEFT JOIN wms_db_objects wdob ON wpb.db_object_id = wdob.db_object_id ORDER BY wpb.parameter_id;
Related Objects
The WMS_PARAMETERS_B table has extensive relationships, acting as a hub for WMS configuration metadata. As per the documented foreign keys:
- Referenced by WMS_PARAMETERS_B: WMS_OBJECTS_B (OBJECT_ID), WMS_DB_OBJECTS (DB_OBJECT_ID), WMS_DB_OBJECT_REFERENCES (DB_OBJECT_REFERENCE_ID), FND_APPLICATION (FLEXFIELD_APPLICATION_ID).
- Referencing WMS_PARAMETERS_B:
- WMS_DB_OBJECTS (CONTEXT_PARAMETER_ID)
- WMS_DB_OBJECT_JOINS (PARAMETER_ID, PARENT_PARAMETER_ID)
- WMS_PARAMETERS_TL (PARAMETER_ID) for translated descriptions
- WMS_RESTRICTIONS (PARAMETER_ID, OPERAND_PARAMETER_ID)
- WMS_RULES_B (QTY_FUNCTION_PARAMETER_ID)
- WMS_RULE_CONSISTENCIES (PARAMETER_ID)
- WMS_SORT_CRITERIA (PARAMETER_ID)
These relationships underscore the table's critical function in defining operands for restrictions, join conditions for database objects, quantity functions for rules, and sort keys for sequencing tasks within the warehouse management system.
-
Table: WMS_PARAMETERS_B
12.1.1
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_PARAMETERS_B, object_name:WMS_PARAMETERS_B, status:VALID, product: WMS - Warehouse Management , description: WMS Parameters , implementation_dba_data: WMS.WMS_PARAMETERS_B ,
-
Table: WMS_PARAMETERS_B
12.2.2
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_PARAMETERS_B, object_name:WMS_PARAMETERS_B, status:VALID, product: WMS - Warehouse Management , description: WMS Parameters , implementation_dba_data: WMS.WMS_PARAMETERS_B ,
-
APPS.WMS_STRATEGY_PVT dependencies on WMS_PARAMETERS_B
12.2.2
-
APPS.WMS_PARAMETERS_PKG dependencies on WMS_PARAMETERS_B
12.1.1
-
APPS.WMS_PARAMETER_PVT dependencies on WMS_PARAMETERS_B
12.1.1
-
APPS.WMS_RULE_PVT dependencies on WMS_PARAMETERS_B
12.1.1
-
APPS.WMS_PARAMETER_PVT dependencies on WMS_PARAMETERS_B
12.2.2
-
APPS.WMS_STRATEGY_PVT dependencies on WMS_PARAMETERS_B
12.1.1
-
APPS.WMS_PARAMETERS_PKG dependencies on WMS_PARAMETERS_B
12.2.2
-
APPS.WMS_RULE_PVT dependencies on WMS_PARAMETERS_B
12.2.2
-
APPS.WMS_RULE_PVT dependencies on WMS_SORT_CRITERIA
12.2.2
-
APPS.WMS_RULE_PVT dependencies on WMS_DB_OBJECT_JOINS
12.1.1
-
APPS.WMS_RULE_PVT dependencies on WMS_DB_OBJECT_JOINS
12.2.2
-
APPS.WMS_RULE_PVT dependencies on WMS_SORT_CRITERIA
12.1.1
-
APPS.WMS_RULE_PVT dependencies on WMS_DB_OBJECTS
12.2.2
-
APPS.WMS_RULE_PVT dependencies on WMS_DB_OBJECTS
12.1.1
-
APPS.WMS_STRATEGY_PVT dependencies on WMS_DB_OBJECT_JOINS
12.2.2
-
SYNONYM: APPS.WMS_PARAMETERS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WMS_PARAMETERS_B, status:VALID,
-
Table: WMS_RESTRICTIONS
12.1.1
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_RESTRICTIONS, object_name:WMS_RESTRICTIONS, status:VALID, product: WMS - Warehouse Management , description: WMS Restrictions , implementation_dba_data: WMS.WMS_RESTRICTIONS ,
-
Table: WMS_DB_OBJECT_JOINS
12.2.2
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_DB_OBJECT_JOINS, object_name:WMS_DB_OBJECT_JOINS, status:VALID, product: WMS - Warehouse Management , description: WMS Database Object Joining Condition , implementation_dba_data: WMS.WMS_DB_OBJECT_JOINS ,
-
APPS.WMS_STRATEGY_PVT dependencies on WMS_DB_OBJECT_JOINS
12.1.1
-
Table: WMS_RESTRICTIONS
12.2.2
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_RESTRICTIONS, object_name:WMS_RESTRICTIONS, status:VALID, product: WMS - Warehouse Management , description: WMS Restrictions , implementation_dba_data: WMS.WMS_RESTRICTIONS ,
-
Table: WMS_DB_OBJECT_JOINS
12.1.1
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_DB_OBJECT_JOINS, object_name:WMS_DB_OBJECT_JOINS, status:VALID, product: WMS - Warehouse Management , description: WMS Database Object Joining Condition , implementation_dba_data: WMS.WMS_DB_OBJECT_JOINS ,
-
VIEW: WMS.WMS_PARAMETERS_B#
12.2.2
owner:WMS, object_type:VIEW, object_name:WMS_PARAMETERS_B#, status:VALID,
-
APPS.WMS_RULE_PVT dependencies on FND_FLEX_VALUE_SETS
12.1.1
-
APPS.WMS_RULE_PVT dependencies on WMS_DB_OBJECT_REFERENCES
12.2.2
-
Table: WMS_DB_OBJECTS
12.1.1
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_DB_OBJECTS, object_name:WMS_DB_OBJECTS, status:VALID, product: WMS - Warehouse Management , description: WMS Database Objects , implementation_dba_data: WMS.WMS_DB_OBJECTS ,
-
Table: WMS_DB_OBJECTS
12.2.2
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_DB_OBJECTS, object_name:WMS_DB_OBJECTS, status:VALID, product: WMS - Warehouse Management , description: WMS Database Objects , implementation_dba_data: WMS.WMS_DB_OBJECTS ,
-
SYNONYM: APPS.WMS_PARAMETERS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:WMS_PARAMETERS_B, status:VALID,
-
TRIGGER: APPS.WMS_PARAMETERS_B+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:WMS_PARAMETERS_B+, status:VALID,
-
APPS.WMS_RULE_PVT dependencies on WMS_DB_OBJECT_REFERENCES
12.1.1
-
APPS.WMS_RULE_PVT dependencies on WMS_DB_OBJ_REF_MEMBERS
12.1.1
-
APPS.WMS_RULE_PVT dependencies on WMS_DB_OBJ_REF_MEMBERS
12.2.2
-
APPS.WMS_RULE_PVT dependencies on FND_FLEX_VALUE_SETS
12.2.2
-
TRIGGER: APPS.WMS_PARAMETERS_B+
12.2.2
-
APPS.WMS_STRATEGY_PVT dependencies on WMS_DB_OBJECTS
12.2.2
-
APPS.WMS_RULE_PVT dependencies on WMS_RULE_CONSISTENCIES
12.2.2
-
VIEW: APPS.WMS_PARAMETERS_VL
12.2.2
-
APPS.WMS_STRATEGY_PVT dependencies on WMS_DB_OBJECTS
12.1.1
-
APPS.WMS_RULE_PVT dependencies on WMS_RULES_B
12.1.1
-
APPS.WMS_RULE_PVT dependencies on WMS_RULE_CONSISTENCIES
12.1.1
-
VIEW: APPS.WMS_PARAMETERS_VL
12.1.1
-
VIEW: WMS.WMS_PARAMETERS_B#
12.2.2
-
APPS.WMS_RULE_PVT dependencies on WMS_RULES_B
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 ,
-
FUNCTION: APPS.WMS_PARAMETERS_B=
12.2.2
-
12.2.2 DBA Data
12.2.2
-
APPS.WMS_RULE_PVT dependencies on WMS_RESTRICTIONS
12.1.1
-
APPS.WMS_RULE_PVT dependencies on WMS_RESTRICTIONS
12.2.2
-
Table: WMS_PARAMETERS_TL
12.2.2
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_PARAMETERS_TL, object_name:WMS_PARAMETERS_TL, status:VALID, product: WMS - Warehouse Management , description: Translation Table for WMS Parameters , implementation_dba_data: WMS.WMS_PARAMETERS_TL ,