DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.WMS_DISPATCHABLE_TASKS_V

Object Details
Object Name: WMS_DISPATCHABLE_TASKS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewWMS.WMS_DISPATCHABLE_TASKS_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.WMS_DISPATCHABLE_TASKS_V references the following:

SchemaAPPS
SynonymMTL_CYCLE_COUNT_ENTRIES
SynonymMTL_MATERIAL_TRANSACTIONS_TEMP
APPS.WMS_DISPATCHABLE_TASKS_V is referenced by following:

SchemaAPPS
Package BodyWMS_TASK_DISPATCH_ENGINE - show dependent code