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 ,
-
APPS.WMS_OP_RUNTIME_PUB_APIS dependencies on WMS_DISPATCHED_TASKS
12.1.1
-
APPS.WMS_OP_INBOUND_PVT dependencies on WMS_DISPATCHED_TASKS
12.1.1
-
APPS.WMS_LPN_LOVS dependencies on WMS_DISPATCHED_TASKS
12.1.1
-
APPS.WMS_TASK_DISPATCH_GEN dependencies on WMS_DISPATCHED_TASKS
12.1.1
-
APPS.WMS_DEVICE_CONFIRMATION_PUB dependencies on WMS_DISPATCHED_TASKS
12.1.1
-
APPS.WMS_TASK_DISPATCH_ENGINE dependencies on WMS_DISPATCHED_TASKS
12.1.1
-
APPS.INV_RCV_INTEGRATION_PVT dependencies on WMS_DISPATCHED_TASKS
12.1.1
-
APPS.INV_ITEM_INQ dependencies on WMS_DISPATCHED_TASKS
12.1.1
-
APPS.WMS_ATF_RUNTIME_PUB_APIS dependencies on WMS_DISPATCHED_TASKS
12.2.2
-
APPS.INV_ITEM_INQ dependencies on WMS_DISPATCHED_TASKS
12.2.2
-
APPS.WMS_TASK_DISPATCH_LOV dependencies on WMS_DISPATCHED_TASKS
12.2.2
-
APPS.WMS_WORKFLOW_WRAPPERS dependencies on WMS_DISPATCHED_TASKS
12.2.2
-
APPS.WMS_CONSOLIDATION_PUB dependencies on WMS_DISPATCHED_TASKS
12.2.2
-
APPS.INV_MO_BACKORDER_PVT dependencies on WMS_DISPATCHED_TASKS
12.2.2
-
APPS.INV_PARENT_MMTT_PVT dependencies on WMS_DISPATCHED_TASKS
12.2.2
-
APPS.WMS_PICKING_PKG dependencies on WMS_DISPATCHED_TASKS
12.1.1
-
APPS.WMS_TXNRSN_ACTIONS_PUB dependencies on WMS_DISPATCHED_TASKS
12.1.1
-
APPS.INV_RCV_RESERVATION_UTIL dependencies on WMS_DISPATCHED_TASKS
12.1.1
-
APPS.WMS_CONSOLIDATION_PUB dependencies on WMS_DISPATCHED_TASKS
12.1.1
-
APPS.WMS_UNLOAD_UTILS_PVT dependencies on WMS_DISPATCHED_TASKS
12.1.1
-
APPS.WMS_OP_RUNTIME_PVT_APIS dependencies on WMS_DISPATCHED_TASKS
12.1.1
-
APPS.WMS_LMS_EXPECTED_RES dependencies on WMS_DISPATCHED_TASKS
12.1.1
-
APPS.INV_MO_ADMIN_PUB dependencies on WMS_DISPATCHED_TASKS
12.1.1
-
APPS.WMS_OP_RUNTIME_PUB_APIS dependencies on WMS_DISPATCHED_TASKS
12.2.2
-
APPS.WMS_TXNRSN_ACTIONS_PUB dependencies on WMS_DISPATCHED_TASKS
12.2.2
-
APPS.WMS_OP_RUNTIME_PVT_APIS dependencies on WMS_DISPATCHED_TASKS
12.2.2
-
APPS.WMS_TASK_MGMT_PUB dependencies on WMS_DISPATCHED_TASKS
12.2.2
-
APPS.INV_RCV_INTEGRATION_PVT dependencies on WMS_DISPATCHED_TASKS
12.2.2
-
APPS.WMS_OP_RUNTIME_PVT_APIS dependencies on WMS_DISPATCHED_TASKS
12.2.2
-
APPS.WMS_CONTROL_BOARD dependencies on WMS_DISPATCHED_TASKS
12.2.2
-
APPS.WMS_PUTAWAY_UTILS dependencies on WMS_DISPATCHED_TASKS
12.2.2
-
APPS.WMS_INSERT_WDTH_PVT dependencies on WMS_DISPATCHED_TASKS
12.2.2
-
APPS.WMS_WAVEPLAN_TASKS_PVT dependencies on WMS_DISPATCHED_TASKS
12.2.2
-
APPS.WMS_ATF_UTIL_APIS dependencies on WMS_DISPATCHED_TASKS
12.1.1
-
APPS.WMS_DEVICE_INTEGRATION_PVT dependencies on WMS_DISPATCHED_TASKS
12.1.1
-
APPS.INV_MO_BACKORDER_PVT dependencies on WMS_DISPATCHED_TASKS
12.1.1
-
APPS.INV_RCV_COMMON_APIS dependencies on WMS_DISPATCHED_TASKS
12.1.1
-
APPS.WMS_SHIPPING_TRANSACTION_PUB dependencies on WMS_DISPATCHED_TASKS
12.1.1
-
APPS.WMS_WAVEPLAN_TASKS_PVT dependencies on WMS_DISPATCHED_TASKS
12.1.1
-
APPS.WMS_RCV_PUP_PVT dependencies on WMS_DISPATCHED_TASKS
12.1.1
-
APPS.WMS_TASK_DISPATCH_DEVICE dependencies on WMS_DISPATCHED_TASKS
12.1.1
-
APPS.WMS_SHIPPING_PUB dependencies on WMS_DISPATCHED_TASKS
12.1.1
-
APPS.INV_CYC_LOVS dependencies on WMS_DISPATCHED_TASKS
12.1.1
-
APPS.INV_TRX_UTIL_PUB dependencies on WMS_DISPATCHED_TASKS
12.1.1
-
APPS.WMS_TASK_DISPATCH_LOV dependencies on WMS_DISPATCHED_TASKS
12.1.1
-
APPS.WMS_ITEM_LOAD dependencies on WMS_DISPATCHED_TASKS
12.1.1
-
APPS.INV_RCV_RESERVATION_UTIL dependencies on WMS_DISPATCHED_TASKS
12.2.2
-
APPS.WMS_WAVE_PLANNING_PVT dependencies on WMS_DISPATCHED_TASKS
12.2.2