Search Results wms_dispatched_tasks
The WMS_DISPATCHED_TASKS
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 tracking and managing dispatched tasks related to warehouse operations, including picking, packing, put-away, and replenishment activities. This table plays a pivotal role in ensuring real-time visibility into task execution, resource allocation, and workflow efficiency within the warehouse environment.
Table Structure and Key Columns
TheWMS_DISPATCHED_TASKS
table contains several important columns that define task attributes and execution status:
- TASK_ID: Primary key identifier for each dispatched task.
- TASK_TYPE: Specifies the nature of the task (e.g., PICK, PUTAWAY, REPLENISH).
- STATUS: Current state of the task (NEW, ASSIGNED, INPROGRESS, COMPLETED, CANCELLED).
- PRIORITY: Numeric value indicating task urgency.
- ASSIGNED_TO: References the employee/resource assigned to the task.
- DISPATCH_TIME: Timestamp when the task was dispatched.
- COMPLETION_TIME: Timestamp when the task was marked complete.
- SOURCE_HEADER_ID: Links to originating documents (e.g., Move Order headers).
- LOCATOR_ID: Identifies the warehouse location involved.
- INVENTORY_ITEM_ID: References the item being processed.
Functional Integration
The table integrates with multiple Oracle EBS modules:- Inventory Management: Tracks material movements between locations.
- Order Management: Supports picking tasks for sales orders.
- Mobile Supply Chain Applications (MSCA): Provides task data to handheld devices.
- Workflow Engine: Triggers status updates and notifications.
Business Process Flow
The lifecycle of records inWMS_DISPATCHED_TASKS
follows this sequence:
- Task creation through WMS rules engine or manual dispatch
- Assignment to warehouse personnel via RF devices or console
- Real-time status updates during execution
- Completion confirmation with verification data
- Historical archiving for reporting and analytics
Technical Considerations
Key technical aspects include:- Indexes on
TASK_ID
,STATUS
, andASSIGNED_TO
for performance optimization - Foreign key relationships with
INV_ITEM_LOCATIONS
,MTL_SYSTEM_ITEMS
, andPER_ALL_PEOPLE
- Triggers for audit trail and business rule enforcement
- Partitioning strategies for high-volume implementations
Customization and Extension
Common extension scenarios include:- Adding custom status values for specialized workflows
- Creating views combining task data with item/location attributes
- Developing custom reports using BI Publisher
- Integrating with third-party warehouse control systems
Performance Implications
The table's design impacts:- RF device response times during task assignment
- Dashboard refresh rates for supervisory consoles
- Batch processing duration for task generation routines
- Historical data purge operations
WMS_DISPATCHED_TASKS
serves as the operational backbone for warehouse task management in Oracle EBS, enabling efficient execution of material handling activities while providing the data foundation for performance monitoring and continuous improvement initiatives.
-
Table: WMS_DISPATCHED_TASKS
12.1.1
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_DISPATCHED_TASKS, object_name:WMS_DISPATCHED_TASKS, status:VALID, product: WMS - Warehouse Management , description: Dispatched Tasks Table , implementation_dba_data: WMS.WMS_DISPATCHED_TASKS ,
-
Table: WMS_DISPATCHED_TASKS
12.2.2
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_DISPATCHED_TASKS, object_name:WMS_DISPATCHED_TASKS, status:VALID, product: WMS - Warehouse Management , description: Dispatched Tasks Table , implementation_dba_data: WMS.WMS_DISPATCHED_TASKS ,
-
Table: WMS_DISPATCHED_TASKS_ARCH
12.1.1
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_DISPATCHED_TASKS_ARCH, object_name:WMS_DISPATCHED_TASKS_ARCH, status:VALID, product: WMS - Warehouse Management , description: Archive Table for WMS_DISPATCHED_TASKS. Stores information about all tasks that have been completed , implementation_dba_data: WMS.WMS_DISPATCHED_TASKS_ARCH ,
-
Table: WMS_DISPATCHED_TASKS_ARCH
12.2.2
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_DISPATCHED_TASKS_ARCH, object_name:WMS_DISPATCHED_TASKS_ARCH, status:VALID, product: WMS - Warehouse Management , description: Archive Table for WMS_DISPATCHED_TASKS. Stores information about all tasks that have been completed , implementation_dba_data: WMS.WMS_DISPATCHED_TASKS_ARCH ,
-
Table: WMS_DISPATCHED_TASKS_HISTORY
12.2.2
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_DISPATCHED_TASKS_HISTORY, object_name:WMS_DISPATCHED_TASKS_HISTORY, status:VALID, product: WMS - Warehouse Management , description: History Table for WMS_DISPATCHED_TASKS. Stores information about all tasks that have been completed , implementation_dba_data: WMS.WMS_DISPATCHED_TASKS_HISTORY ,
-
Table: WMS_DISPATCHED_TASKS_HISTORY
12.1.1
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_DISPATCHED_TASKS_HISTORY, object_name:WMS_DISPATCHED_TASKS_HISTORY, status:VALID, product: WMS - Warehouse Management , description: History Table for WMS_DISPATCHED_TASKS. Stores information about all tasks that have been completed , implementation_dba_data: WMS.WMS_DISPATCHED_TASKS_HISTORY ,
-
Table: WMS_EXCEPTIONS
12.1.1
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_EXCEPTIONS, object_name:WMS_EXCEPTIONS, status:VALID, product: WMS - Warehouse Management , description: Table to capture task exceptions , implementation_dba_data: WMS.WMS_EXCEPTIONS ,
-
Table: WMS_EXCEPTIONS
12.2.2
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_EXCEPTIONS, object_name:WMS_EXCEPTIONS, status:VALID, product: WMS - Warehouse Management , description: Table to capture task exceptions , implementation_dba_data: WMS.WMS_EXCEPTIONS ,
-
Table: WMS_SKIP_TASK_EXCEPTIONS
12.1.1
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_SKIP_TASK_EXCEPTIONS, object_name:WMS_SKIP_TASK_EXCEPTIONS, status:VALID, product: WMS - Warehouse Management , description: Table to capture task exceptions for skipping task , implementation_dba_data: WMS.WMS_SKIP_TASK_EXCEPTIONS ,
-
Table: WMS_SKIP_TASK_EXCEPTIONS
12.2.2
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_SKIP_TASK_EXCEPTIONS, object_name:WMS_SKIP_TASK_EXCEPTIONS, status:VALID, product: WMS - Warehouse Management , description: Table to capture task exceptions for skipping task , implementation_dba_data: WMS.WMS_SKIP_TASK_EXCEPTIONS ,
-
View: WMS_ACTIVE_TASKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_ACTIVE_TASKS_V, object_name:WMS_ACTIVE_TASKS_V, status:VALID, product: WMS - Warehouse Management , implementation_dba_data: APPS.WMS_ACTIVE_TASKS_V ,
-
View: WMS_ACTIVE_TASKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_ACTIVE_TASKS_V, object_name:WMS_ACTIVE_TASKS_V, status:VALID, product: WMS - Warehouse Management , implementation_dba_data: APPS.WMS_ACTIVE_TASKS_V ,
-
View: WMS_ACTIVE_EXCEPTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_ACTIVE_EXCEPTIONS_V, object_name:WMS_ACTIVE_EXCEPTIONS_V, status:VALID, product: WMS - Warehouse Management , implementation_dba_data: APPS.WMS_ACTIVE_EXCEPTIONS_V ,
-
View: WMS_LOADED_QUANTITIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_LOADED_QUANTITIES_V, object_name:WMS_LOADED_QUANTITIES_V, status:VALID, product: WMS - Warehouse Management , description: This table shows the information for the quantity loaded in the lpn , implementation_dba_data: APPS.WMS_LOADED_QUANTITIES_V ,
-
View: WMS_LOADED_QUANTITIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_LOADED_QUANTITIES_V, object_name:WMS_LOADED_QUANTITIES_V, status:VALID, product: WMS - Warehouse Management , implementation_dba_data: APPS.WMS_LOADED_QUANTITIES_V ,
-
View: WMS_ACTIVE_EXCEPTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_ACTIVE_EXCEPTIONS_V, object_name:WMS_ACTIVE_EXCEPTIONS_V, status:VALID, product: WMS - Warehouse Management , implementation_dba_data: APPS.WMS_ACTIVE_EXCEPTIONS_V ,
-
View: WMS_PENDING_TASKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_PENDING_TASKS_V, object_name:WMS_PENDING_TASKS_V, status:VALID, product: WMS - Warehouse Management , implementation_dba_data: APPS.WMS_PENDING_TASKS_V ,
-
View: WMS_PENDING_TASKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_PENDING_TASKS_V, object_name:WMS_PENDING_TASKS_V, status:VALID, product: WMS - Warehouse Management , implementation_dba_data: APPS.WMS_PENDING_TASKS_V ,
-
View: WMS_PENDING_EXCEPTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_PENDING_EXCEPTIONS_V, object_name:WMS_PENDING_EXCEPTIONS_V, status:VALID, product: WMS - Warehouse Management , implementation_dba_data: APPS.WMS_PENDING_EXCEPTIONS_V ,
-
View: WMS_PENDING_EXCEPTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_PENDING_EXCEPTIONS_V, object_name:WMS_PENDING_EXCEPTIONS_V, status:VALID, product: WMS - Warehouse Management , implementation_dba_data: APPS.WMS_PENDING_EXCEPTIONS_V ,
-
View: WMS_ONHAND_AND_LOADED_QTY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_ONHAND_AND_LOADED_QTY_V, object_name:WMS_ONHAND_AND_LOADED_QTY_V, status:VALID, product: WMS - Warehouse Management , description: This view is an union between the onhand quantities table and all material that has been loaded on to an equipment (everything that is in transit). All the transit records will have a negative quantity, so performing a sum on this view will , implementation_dba_data: APPS.WMS_ONHAND_AND_LOADED_QTY_V ,
-
View: WMS_ONHAND_AND_LOADED_QTY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_ONHAND_AND_LOADED_QTY_V, object_name:WMS_ONHAND_AND_LOADED_QTY_V, status:VALID, product: WMS - Warehouse Management , description: This view is an union between the onhand quantities table and all material that has been loaded on to an equipment (everything that is in transit). All the transit records will have a negative quantity, so performing a sum on this view will , implementation_dba_data: APPS.WMS_ONHAND_AND_LOADED_QTY_V ,
-
View: WMS_WAVEPLAN_TASK_EXCEPTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_WAVEPLAN_TASK_EXCEPTIONS_V, object_name:WMS_WAVEPLAN_TASK_EXCEPTIONS_V, status:VALID, product: WMS - Warehouse Management , description: WMS Wave Planning Task Exceptions View , implementation_dba_data: APPS.WMS_WAVEPLAN_TASK_EXCEPTIONS_V ,
-
View: WMS_TASKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_TASKS_V, object_name:WMS_TASKS_V, status:VALID, product: WMS - Warehouse Management , implementation_dba_data: APPS.WMS_TASKS_V ,
-
View: WMS_TASKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_TASKS_V, object_name:WMS_TASKS_V, status:VALID, product: WMS - Warehouse Management , implementation_dba_data: APPS.WMS_TASKS_V ,
-
View: WMS_EXCEPTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_EXCEPTIONS_V, object_name:WMS_EXCEPTIONS_V, status:VALID, product: WMS - Warehouse Management , description: View to capture task exceptions for control board. , implementation_dba_data: APPS.WMS_EXCEPTIONS_V ,
-
View: WMS_EXCEPTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_EXCEPTIONS_V, object_name:WMS_EXCEPTIONS_V, status:VALID, product: WMS - Warehouse Management , description: View to capture task exceptions for control board. , implementation_dba_data: APPS.WMS_EXCEPTIONS_V ,