Search Results wms_db_objects
Overview
The WMS_DB_OBJECTS table is a core metadata repository within the Oracle E-Business Suite Warehouse Management (WMS) module. It functions as a central catalog or registry for database objects—such as tables, views, and materialized views—that are actively utilized by the WMS application's logic and rules engine. Its primary role is to provide a structured, referential framework that allows WMS to dynamically understand and interact with the underlying data model. This enables the configuration of complex business rules, strategy assignments, and parameter-driven processes without requiring hard-coded SQL, thereby enhancing flexibility and maintainability in warehouse operations for both releases 12.1.1 and 12.2.2.
Key Information Stored
While the exact column list is not fully detailed in the provided metadata, the foreign key relationships and primary key definition reveal its critical structure. The table is uniquely identified by the DB_OBJECT_ID column, which serves as the primary key (WMS_DB_OBJECTS_PK). A significant self-referential relationship exists via the PARENT_DB_OBJECT_ID column, indicating the table can model hierarchical relationships between database objects. Furthermore, the CONTEXT_PARAMETER_ID column establishes a link to the WMS_PARAMETERS_B table, suggesting that objects can be associated with specific configuration parameters. This structure implies the table stores essential metadata including object identifiers, names, types, and hierarchical or contextual relationships.
Common Use Cases and Queries
This table is predominantly accessed for configuration and diagnostic purposes within the WMS module. A common use case involves tracing the database objects used by a specific warehouse management strategy or rule. For instance, to identify all database objects referenced in the system, a basic query would be: SELECT db_object_id, object_name FROM wms_db_objects WHERE enabled_flag = 'Y';. To understand hierarchical dependencies, one might query: SELECT child.object_name, parent.object_name FROM wms_db_objects child LEFT JOIN wms_db_objects parent ON child.parent_db_object_id = parent.db_object_id;. Implementation consultants and support personnel query this table to validate setup, debug strategy assignment issues, or audit the data objects integrated into custom WMS logic.
Related Objects
As evidenced by the foreign key metadata, WMS_DB_OBJECTS is a central hub with numerous dependencies. Key related objects include:
- WMS_PARAMETERS_B: Linked bidirectionally; parameters can be associated with a database object, and objects can have context parameters.
- WMS_OBJECTS_B: Used for strategy assignment, as indicated by the STRAT_ASGMT_DB_OBJECT_ID foreign key.
- WMS_DB_OBJECT_JOINS & WMS_DB_OBJ_REF_MEMBERS: Define how registered objects are joined or referenced in complex queries.
- WMS_DB_OBJECTS_PARENTS: Manages additional parent-child relationships between database 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 ,
-
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 ,
-
APPS.WMS_STRATEGY_PVT dependencies on WMS_DB_OBJECTS
12.2.2
-
APPS.WMS_RULE_PVT dependencies on WMS_DB_OBJECTS
12.2.2
-
APPS.WMS_DB_OBJECTS_PKG dependencies on WMS_DB_OBJECTS
12.2.2
-
APPS.WMS_DB_OBJECTS_PKG dependencies on WMS_DB_OBJECTS
12.1.1
-
APPS.WMS_RULE_PVT dependencies on WMS_DB_OBJECTS
12.1.1
-
APPS.WMS_STRATEGY_PVT dependencies on WMS_DB_OBJECTS
12.1.1
-
APPS.WMS_RULE_PVT dependencies on WMS_DB_OBJECTS_PARENTS
12.2.2
-
APPS.WMS_RULE_PVT dependencies on WMS_PARAMETERS_B
12.1.1
-
APPS.WMS_RULE_PVT dependencies on WMS_PARAMETERS_B
12.2.2
-
APPS.WMS_RULE_PVT dependencies on WMS_DB_OBJECTS_PARENTS
12.1.1
-
VIEW: WMS.WMS_DB_OBJECTS#
12.2.2
owner:WMS, object_type:VIEW, object_name:WMS_DB_OBJECTS#, status:VALID,
-
APPS.WMS_RULE_PVT dependencies on WMS_SORT_CRITERIA
12.2.2
-
APPS.WMS_STRATEGY_PVT dependencies on WMS_DB_OBJECT_JOINS
12.2.2
-
APPS.WMS_RULE_PVT dependencies on WMS_SORT_CRITERIA
12.1.1
-
TRIGGER: APPS.WMS_DB_OBJECTS+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:WMS_DB_OBJECTS+, status:VALID,
-
APPS.WMS_STRATEGY_PVT dependencies on WMS_DB_OBJECT_JOINS
12.1.1
-
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 ,
-
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
-
SYNONYM: APPS.WMS_DB_OBJECTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:WMS_DB_OBJECTS, status:VALID,
-
SYNONYM: APPS.WMS_DB_OBJECTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WMS_DB_OBJECTS, status:VALID,
-
APPS.WMS_RULE_PVT dependencies on WMS_DB_OBJECT_JOINS
12.2.2
-
APPS.WMS_RULE_PVT dependencies on WMS_DB_OBJECT_JOINS
12.1.1
-
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_RULE_PVT dependencies on FND_FLEX_VALUE_SETS
12.2.2
-
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
-
TRIGGER: APPS.WMS_DB_OBJECTS+
12.2.2
-
APPS.WMS_STRATEGY_PVT dependencies on WMS_PARAMETERS_B
12.2.2
-
VIEW: APPS.WMS_PARAMETERS_LOV_V
12.2.2
-
APPS.WMS_DB_OBJECTS_PKG SQL Statements
12.1.1
-
APPS.WMS_DB_OBJECTS_PKG SQL Statements
12.2.2
-
APPS.WMS_STRATEGY_PVT SQL Statements
12.1.1
-
APPS.WMS_STRATEGY_PVT dependencies on WMS_PARAMETERS_B
12.1.1
-
VIEW: APPS.WMS_PARAMETERS_LOV_V
12.1.1
-
VIEW: WMS.WMS_DB_OBJECTS#
12.2.2
-
TABLE: WMS.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,
-
TABLE: WMS.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,
-
Table: WMS_DB_OBJECTS_PARENTS
12.1.1
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_DB_OBJECTS_PARENTS, object_name:WMS_DB_OBJECTS_PARENTS, status:VALID, product: WMS - Warehouse Management , description: WMS Database Object Parents , implementation_dba_data: WMS.WMS_DB_OBJECTS_PARENTS ,
-
Table: WMS_DB_OBJ_REF_MEMBERS
12.2.2
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_DB_OBJ_REF_MEMBERS, object_name:WMS_DB_OBJ_REF_MEMBERS, status:VALID, product: WMS - Warehouse Management , description: WMS Database Object Reference Members , implementation_dba_data: WMS.WMS_DB_OBJ_REF_MEMBERS ,
-
APPS.WMS_RULE_PVT dependencies on FND_FLEX_VALIDATION_TABLES
12.1.1
-
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_DB_OBJECTS=
12.2.2
-
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 ,
-
12.2.2 DBA Data
12.2.2
-
APPS.WMS_STRATEGY_PVT SQL Statements
12.2.2
-
Table: WMS_DB_OBJECTS_PARENTS
12.2.2
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_DB_OBJECTS_PARENTS, object_name:WMS_DB_OBJECTS_PARENTS, status:VALID, product: WMS - Warehouse Management , description: WMS Database Object Parents , implementation_dba_data: WMS.WMS_DB_OBJECTS_PARENTS ,