Search Results order management
The WMS_ORG_HIERARCHY_OBJS
table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a critical data structure within the Warehouse Management System (WMS) module. It serves as a repository for organizational hierarchy objects, enabling the logical grouping and management of inventory organizations, subinventories, and other warehouse entities. This table plays a pivotal role in defining the hierarchical relationships between different warehouse entities, facilitating efficient inventory control, reporting, and operational workflows.
Key Attributes and Structure
TheWMS_ORG_HIERARCHY_OBJS
table typically contains the following key columns:
- ORG_HIERARCHY_ID: A unique identifier for the organizational hierarchy.
- OBJECT_TYPE: Specifies the type of object (e.g., inventory organization, subinventory, locator).
- OBJECT_ID: The unique identifier of the object within the hierarchy.
- PARENT_OBJECT_ID: References the parent object in the hierarchy, establishing relationships.
- ENABLED_FLAG: Indicates whether the object is active within the hierarchy.
- CREATION_DATE and LAST_UPDATE_DATE: Audit columns tracking record creation and modification.
Functional Role in WMS
The table supports several core WMS functionalities:- Hierarchy Management: Defines parent-child relationships between inventory entities, enabling multi-level warehouse structures.
- Access Control: Facilitates security by restricting user access to specific hierarchy nodes.
- Reporting Aggregation: Allows roll-up reporting across hierarchical levels for inventory analysis.
- Process Automation: Enables batch processing rules to be applied hierarchically across warehouse objects.
Integration Points
The table integrates with several Oracle EBS modules:- Inventory: Links to
MTL_PARAMETERS
for organization definitions. - Warehouse Management: Integrates with
WMS_ORG_HIERARCHIES
for hierarchy definitions. - Order Management: Supports fulfillment rules based on warehouse hierarchies.
Technical Considerations
The table is typically:- Populated through WMS administration screens or batch processes.
- Accessed via Oracle APIs for hierarchy maintenance.
- Indexed on key columns like
ORG_HIERARCHY_ID
andOBJECT_ID
for performance.
Version-Specific Notes
Between 12.1.1 and 12.2.2:- 12.2.2 may include additional columns for cloud readiness.
- The basic hierarchy functionality remains consistent across versions.
- 12.2.2 may offer enhanced APIs for hierarchy management.
Best Practices
When working with this table:- Always use Oracle-provided APIs for modifications.
- Maintain referential integrity with related tables.
- Consider performance impacts when designing deep hierarchies.
- Regularly validate hierarchy structures through WMS utilities.
WMS_ORG_HIERARCHY_OBJS
table thus serves as a foundational element for warehouse organization management in Oracle EBS, enabling complex warehouse structures while maintaining data integrity and supporting critical WMS processes.
-
File: Warehouse Management ERD.pdf
12.1.1
product: WMS - Warehouse Management , size: 194.897 KBytes , file_type: PDF Diagram ,
-
File: Warehouse Management ERD.pdf
12.2.2
product: WMS - Warehouse Management , size: 194.897 KBytes , file_type: PDF Diagram ,
-
Lookup Type: WMS_ELS_ACTIVITY_DETAILS
12.1.1
product: WMS - Warehouse Management , meaning: WMS_ELS_ACTIVITY_DETAILS , description: Labor Management System Activity Details ,
-
Lookup Type: WMS_ELS_ACTIVITY_DETAILS
12.2.2
product: WMS - Warehouse Management , meaning: WMS_ELS_ACTIVITY_DETAILS , description: Labor Management System Activity Details ,
-
Lookup Type: WMS_ELS_TASK_METHODS
12.1.1
product: WMS - Warehouse Management , meaning: WMS_ELS_TASK_METHODS , description: Different Task Methods considered for Labor Management System ,
-
Lookup Type: WMS_ELS_TASK_METHODS
12.2.2
product: WMS - Warehouse Management , meaning: WMS_ELS_TASK_METHODS , description: Different Task Methods considered for Labor Management System ,
-
Lookup Type: WMS_XDOCK_PLANNED_DEMAND
12.1.1
product: WMS - Warehouse Management , meaning: WMS planned crossdock demand sources , description: WMS available demand sources for planned crossdocking ,
-
Lookup Type: WMS_XDOCK_PLANNED_DEMAND
12.2.2
product: WMS - Warehouse Management , meaning: WMS planned crossdock demand sources , description: WMS available demand sources for planned crossdocking ,
-
Lookup Type: WMS_XDOCK_OPPORTUNISTIC_DEMAND
12.1.1
product: WMS - Warehouse Management , meaning: WMS opportunistic crossdock demand sources , description: WMS available demand sources for opportunistic crossdocking ,
-
Lookup Type: WMS_XDOCK_OPPORTUNISTIC_DEMAND
12.2.2
product: WMS - Warehouse Management , meaning: WMS opportunistic crossdock demand sources , description: WMS available demand sources for opportunistic crossdocking ,
-
Concurrent Program: WMSALREMO
12.1.1
execution_filename: WMS_REPLENISHMENT_PUB.allocate_repl_move_order_cp , product: WMS - Warehouse Management , user_name: Allocate Replenishment Move Order , description: Allocate Replenishment Move Order , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: WMSALREMO
12.2.2
execution_filename: WMS_REPLENISHMENT_PUB.allocate_repl_move_order_cp , product: WMS - Warehouse Management , user_name: Allocate Replenishment Move Order , description: Allocate Replenishment Move Order , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: WMS_TASK_FILTER_SOURCE
12.1.1
product: WMS - Warehouse Management , meaning: WMS Task Filter Source , description: WMS Task Filter Source used in Configurable UI ,
-
Lookup Type: WMS_TASK_FILTER_SOURCE
12.2.2
product: WMS - Warehouse Management , meaning: WMS Task Filter Source , description: WMS Task Filter Source used in Configurable UI ,
-
Lookup Type: WMS_SORT_ORDER
12.1.1
product: WMS - Warehouse Management , meaning: WMS Sort Order , description: WMS sort order used in rule defition ,
-
Lookup Type: WMS_SORT_ORDER
12.2.2
product: WMS - Warehouse Management , meaning: WMS Sort Order , description: WMS sort order used in rule defition ,
-
Lookup Type: WMS_TASK_TYPES
12.2.2
product: WMS - Warehouse Management , meaning: WMS TASK TYPES , description: WMS TASK TYPES ,
-
Lookup Type: WMS_TASK_TYPES
12.1.1
product: WMS - Warehouse Management , meaning: WMS TASK TYPES , description: WMS TASK TYPES ,
-
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_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 ,
-
View: WMS_OBJECTS_HIERARCHY_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_OBJECTS_HIERARCHY_LOV_V, object_name:WMS_OBJECTS_HIERARCHY_LOV_V, status:VALID, product: WMS - Warehouse Management , description: WMS strategy search order LOV view , implementation_dba_data: APPS.WMS_OBJECTS_HIERARCHY_LOV_V ,
-
View: WMS_OBJECTS_HIERARCHY_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_OBJECTS_HIERARCHY_LOV_V, object_name:WMS_OBJECTS_HIERARCHY_LOV_V, status:VALID, product: WMS - Warehouse Management , description: WMS strategy search order LOV view , implementation_dba_data: APPS.WMS_OBJECTS_HIERARCHY_LOV_V ,
-
Lookup Type: WMS_XDOCK_OPPORTUNISTIC_SUPPLY
12.1.1
product: WMS - Warehouse Management , meaning: WMS opportunistic crossdock supply sources , description: WMS available supply sources for opportunistic crossdocking ,
-
Lookup Type: WMS_XDOCK_OPPORTUNISTIC_SUPPLY
12.2.2
product: WMS - Warehouse Management , meaning: WMS opportunistic crossdock supply sources , description: WMS available supply sources for opportunistic crossdocking ,
-
Lookup Type: WMS_XDOCK_PLANNED_SUPPLY
12.1.1
product: WMS - Warehouse Management , meaning: WMS planned crossdock supply sources , description: WMS available supply sources for planned crossdocking ,
-
Lookup Type: WMS_XDOCK_PLANNED_SUPPLY
12.2.2
product: WMS - Warehouse Management , meaning: WMS planned crossdock supply sources , description: WMS available supply sources for planned crossdocking ,
-
Lookup Type: WMS_BUS_EVENT_TYPES
12.1.1
product: WMS - Warehouse Management , meaning: WMS Business Event Types , description: WMS Business Event Types ,
-
Lookup Type: WMS_BUS_EVENT_TYPES
12.2.2
product: WMS - Warehouse Management , meaning: WMS Business Event Types , description: WMS Business Event Types ,
-
View: WMS_ORG_HIERARCHY_OBJS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_ORG_HIERARCHY_OBJS_V, object_name:WMS_ORG_HIERARCHY_OBJS_V, status:VALID, product: WMS - Warehouse Management , description: WMS search order view , implementation_dba_data: APPS.WMS_ORG_HIERARCHY_OBJS_V ,
-
View: WMS_ORG_HIERARCHY_OBJS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_ORG_HIERARCHY_OBJS_V, object_name:WMS_ORG_HIERARCHY_OBJS_V, status:VALID, product: WMS - Warehouse Management , description: WMS search order view , implementation_dba_data: APPS.WMS_ORG_HIERARCHY_OBJS_V ,
-
View: WMS_WP_WWB_ORDERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_WP_WWB_ORDERS_V, object_name:WMS_WP_WWB_ORDERS_V, status:VALID, product: WMS - Warehouse Management , implementation_dba_data: APPS.WMS_WP_WWB_ORDERS_V ,
-
Lookup Type: WMS_BUSINESS_FLOW
12.1.1
product: WMS - Warehouse Management , meaning: WMS Business Flow , description: These Business Flows are associated with Label Types in Label Printing Setup ,
-
Lookup Type: WMS_BUSINESS_FLOW
12.2.2
product: WMS - Warehouse Management , meaning: WMS Business Flow , description: These Business Flows are associated with Label Types in Label Printing Setup ,
-
View: WMS_PAGE_TEMPLATES_FIELDS_F_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_PAGE_TEMPLATES_FIELDS_F_V, object_name:WMS_PAGE_TEMPLATES_FIELDS_F_V, status:VALID, product: WMS - Warehouse Management , implementation_dba_data: APPS.WMS_PAGE_TEMPLATES_FIELDS_F_V ,
-
View: WMS_PAGE_TEMPLATES_FIELDS_F_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_PAGE_TEMPLATES_FIELDS_F_V, object_name:WMS_PAGE_TEMPLATES_FIELDS_F_V, status:VALID, product: WMS - Warehouse Management , description: This view shows page template fields with configurable fields , implementation_dba_data: APPS.WMS_PAGE_TEMPLATES_FIELDS_F_V ,
-
Lookup Type: WMS_DEVICE_MSG_COMPONENTS
12.1.1
product: WMS - Warehouse Management , meaning: WMS Device Message Components , description: WMS Device Message Components ,
-
Lookup Type: WMS_DEVICE_MSG_COMPONENTS
12.2.2
product: WMS - Warehouse Management , meaning: WMS Device Message Components , description: WMS Device Message Components ,
-
Concurrent Program: WMSDKOTM
12.1.1
execution_filename: SyncDockDoorToOtm , product: WMS - Warehouse Management , user_name: Dock Door Reference Data Integration , description: Dock Door Reference Data Integration , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Concurrent Program: WMSDKOTM
12.2.2
execution_filename: SyncDockDoorToOtm , product: WMS - Warehouse Management , user_name: Dock Door Reference Data Integration , description: Dock Door Reference Data Integration , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Table: WMS_ELS_RATINGS_SETUP
12.2.2
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_ELS_RATINGS_SETUP, object_name:WMS_ELS_RATINGS_SETUP, status:VALID, product: WMS - Warehouse Management , description: This table will hold the ratings setup informnation for a labor management enabled warehouse. , implementation_dba_data: WMS.WMS_ELS_RATINGS_SETUP ,
-
Table: WMS_ELS_PARAMETERS
12.1.1
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_ELS_PARAMETERS, object_name:WMS_ELS_PARAMETERS, status:VALID, product: WMS - Warehouse Management , description: This table will hold the global setup informnation for a labor management enabled warehouse. , implementation_dba_data: WMS.WMS_ELS_PARAMETERS ,
-
Table: WMS_ELS_PARAMETERS
12.2.2
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_ELS_PARAMETERS, object_name:WMS_ELS_PARAMETERS, status:VALID, product: WMS - Warehouse Management , description: This table will hold the global setup informnation for a labor management enabled warehouse. , implementation_dba_data: WMS.WMS_ELS_PARAMETERS ,
-
Lookup Type: WMS_LMS_USER_TYPES
12.1.1
product: WMS - Warehouse Management , meaning: WMS_LMS_USER_TYPES , description: For User Types in Labor Management System ,
-
Lookup Type: WMS_LMS_USER_TYPES
12.2.2
product: WMS - Warehouse Management , meaning: WMS_LMS_USER_TYPES , description: For User Types in Labor Management System ,
-
Lookup Type: WMS_ELS_FUTURE_PERIOD
12.1.1
product: WMS - Warehouse Management , meaning: WMS_ELS_FUTURE_PERIOD , description: Future period to consider for Labor Management System ,
-
Table: WMS_ELS_RATINGS_SETUP
12.1.1
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_ELS_RATINGS_SETUP, object_name:WMS_ELS_RATINGS_SETUP, status:VALID, product: WMS - Warehouse Management , description: This table will hold the ratings setup informnation for a labor management enabled warehouse. , implementation_dba_data: WMS.WMS_ELS_RATINGS_SETUP ,
-
Lookup Type: WMS_ELS_ACTIVITIES
12.1.1
product: WMS - Warehouse Management , meaning: WMS_ELS_ACTIVITIES , description: Labor Management System Activities ,
-
Lookup Type: WMS_ELS_ACTIVITIES
12.2.2
product: WMS - Warehouse Management , meaning: WMS_ELS_ACTIVITIES , description: Labor Management System Activities ,
-
Table: WMS_ELS_RESOURCE_SETUP
12.1.1
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_ELS_RESOURCE_SETUP, object_name:WMS_ELS_RESOURCE_SETUP, status:VALID, product: WMS - Warehouse Management , description: This table will hold the resource setup informnation for different activity and activity details for a labor management enabled warehouse. , implementation_dba_data: WMS.WMS_ELS_RESOURCE_SETUP ,
-
Table: WMS_ELS_RESOURCE_SETUP
12.2.2
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_ELS_RESOURCE_SETUP, object_name:WMS_ELS_RESOURCE_SETUP, status:VALID, product: WMS - Warehouse Management , description: This table will hold the resource setup informnation for different activity and activity details for a labor management enabled warehouse. , implementation_dba_data: WMS.WMS_ELS_RESOURCE_SETUP ,