[Home] [Help]
[Dependency Information]
| Object Name: | WMS_DISPATCHABLE_TASKS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | WMS.WMS_DISPATCHABLE_TASKS_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TASK_ID | NUMBER | Task identifier | ||
| USER_TASK_TYPE_ID | NUMBER | Standard operation ID (user task type) | ||
| WMS_TASK_TYPE_ID | NUMBER | System task type ID (1 picking, 2 putaway, 3 cycle count, 4 replenishment) | ||
| ORGANIZATION_ID | NUMBER | Organization ID | ||
| ZONE | VARCHAR2 | (10) | Subinventory code | |
| LOCATOR_ID | NUMBER | Inventory stock locator ID | ||
| TASK_PRIORITY | NUMBER | Task priority | ||
| REVISION | VARCHAR2 | (3) | Inventory item revision | |
| LOT_NUMBER | VARCHAR2 | (80) | Lot number | |
| TRANSACTION_UOM | VARCHAR2 | (3) | Transaction unit of measure code | |
| TRANSACTION_QUANTITY | NUMBER | Tansaction quantity in transaction UOM | ||
| PICK_RULE_ID | NUMBER | For future use | ||
| PICK_SLIP_NUMBER | NUMBER | Pick slip number carried over from shipping | ||
| CARTONIZATION_ID | NUMBER | Cartonization ID stamped on the task | ||
| INVENTORY_ITEM_ID | NUMBER | Inventory item ID for this task | ||
| MOVE_ORDER_LINE_ID | NUMBER | Move order line ID, if a task maps to a record in MMTT |
Cut, paste (and edit) the following text to query this object:
SELECT TASK_ID
, USER_TASK_TYPE_ID
, WMS_TASK_TYPE_ID
, ORGANIZATION_ID
, ZONE
, LOCATOR_ID
, TASK_PRIORITY
, REVISION
, LOT_NUMBER
, TRANSACTION_UOM
, TRANSACTION_QUANTITY
, PICK_RULE_ID
, PICK_SLIP_NUMBER
, CARTONIZATION_ID
, INVENTORY_ITEM_ID
, MOVE_ORDER_LINE_ID
FROM APPS.WMS_DISPATCHABLE_TASKS_V;
APPS
MTL_CYCLE_COUNT_ENTRIES
MTL_MATERIAL_TRANSACTIONS_TEMP
APPS
INV_CYC_LOVS
- show dependent code
WMS_TASK_DISPATCH_ENGINE
- show dependent code
|
|
|
|