Search Results wms_objects_b
Overview
The WMS_OBJECTS_B table is a core master data table within the Oracle E-Business Suite Warehouse Management (WMS) module. It serves as the primary repository for defining and storing business objects, which are the fundamental entities that represent physical or logical items managed within the warehouse. These objects form the basis for configuring and executing complex warehouse processes, including putaway, picking, replenishment, and cycle counting. The table's role is to provide a unique, system-level identifier and key attributes for every configurable entity, enabling the association of specific business rules, parameters, and strategies to discrete warehouse items.
Key Information Stored
While the provided ETRM excerpt does not list individual columns, the structure and foreign key relationships indicate its critical data elements. The primary key column, OBJECT_ID, is the unique system-generated identifier for each business object. This ID is the central reference point used throughout the WMS schema. The table also contains a foreign key column, STRAT_ASGMT_DB_OBJECT_ID, which links to the WMS_DB_OBJECTS table. This relationship suggests the table stores metadata to associate a business object with its underlying database object representation, facilitating the assignment of strategies (like putaway or picking strategies) based on object type and attributes.
Common Use Cases and Queries
This table is primarily accessed for configuration, setup validation, and troubleshooting. Common operational queries involve joining to its related tables to understand the complete definition and rules applied to a warehouse object. For instance, to retrieve a list of all configured business objects and their associated descriptive names from the translated tier, one might use a query such as:
- SELECT b.OBJECT_ID, tl.NAME FROM WMS_OBJECTS_B b, WMS_OBJECTS_TL tl WHERE b.OBJECT_ID = tl.OBJECT_ID AND tl.LANGUAGE = USERENV('LANG');
Another critical use case is analyzing strategy assignments. A developer or analyst might query which strategies are assigned to specific objects by joining WMS_OBJECTS_B with WMS_STRATEGY_ASSIGNMENTS on the OBJECT_ID column.
Related Objects
The WMS_OBJECTS_B table has a central relationship with several key WMS tables, as evidenced by its foreign keys. The WMS_OBJECTS_TL table provides translated names and descriptions for the objects. The WMS_ORG_HIERARCHY_OBJS table links objects to organizational hierarchies. The WMS_PARAMETERS_B table stores specific configuration parameters tied to each object. Crucially, the WMS_STRATEGY_ASSIGNMENTS table uses OBJECT_ID to assign operational strategies (e.g., for putaway) to business objects. Furthermore, its relationship with WMS_DB_OBJECTS via STRAT_ASGMT_DB_OBJECT_ID connects business logic to underlying database entity types.
-
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 ,
-
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_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 ,
-
Table: WMS_ORG_HIERARCHY_OBJS
12.2.2
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_ORG_HIERARCHY_OBJS, object_name:WMS_ORG_HIERARCHY_OBJS, status:VALID, product: WMS - Warehouse Management , description: WMS Strategy Search Order , implementation_dba_data: WMS.WMS_ORG_HIERARCHY_OBJS ,
-
Table: WMS_ORG_HIERARCHY_OBJS
12.1.1
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_ORG_HIERARCHY_OBJS, object_name:WMS_ORG_HIERARCHY_OBJS, status:VALID, product: WMS - Warehouse Management , description: WMS Strategy Search Order , implementation_dba_data: WMS.WMS_ORG_HIERARCHY_OBJS ,
-
Table: WMS_OBJECTS_TL
12.1.1
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_OBJECTS_TL, object_name:WMS_OBJECTS_TL, status:VALID, product: WMS - Warehouse Management , description: Translation Table for WMS Business Objects , implementation_dba_data: WMS.WMS_OBJECTS_TL ,
-
Table: WMS_OBJECTS_TL
12.2.2
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_OBJECTS_TL, object_name:WMS_OBJECTS_TL, status:VALID, product: WMS - Warehouse Management , description: Translation Table for WMS Business Objects , implementation_dba_data: WMS.WMS_OBJECTS_TL ,
-
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 ,
-
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 ,
-
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 ,
-
View: WMS_OBJECTS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_OBJECTS_VL, object_name:WMS_OBJECTS_VL, status:VALID, product: WMS - Warehouse Management , description: WMS business object MLS view , implementation_dba_data: APPS.WMS_OBJECTS_VL ,
-
View: WMS_OBJECTS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_OBJECTS_VL, object_name:WMS_OBJECTS_VL, status:VALID, product: WMS - Warehouse Management , description: WMS business object MLS view , implementation_dba_data: APPS.WMS_OBJECTS_VL ,