[Home] [Help]
[Dependency Information]
| Object Name: | WMS_USER_TASK_TYPE_ATTRIBUTES |
|---|---|
| Object Type: | TABLE |
| Owner: | WMS |
| Subobject Name: | |
| Status: | VALID |
Attributes of user task type for a picking task
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| WMS_USER_TASK_TYPE_ATTR_U1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
USER_TASK_TYPE_ID
ORGANIZATION_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| USER_TASK_TYPE_ID | NUMBER | Yes | User task type identifier | |
| ORGANIZATION_ID | NUMBER | Yes | Organization Identifier | |
| HONOR_CASE_PICK_FLAG | VARCHAR2 | (1) | Flag to indicate whether case pick is enabled or not. | |
| PICK_LOAD_PAGE_TEMPLATE_ID | NUMBER | Pick Load Page template identifier that is associated to the user task type. | ||
| LAST_UPDATE_DATE | DATE | Yes | Last Update Date | |
| LAST_UPDATED_BY | NUMBER | Yes | Last Updated By | |
| CREATION_DATE | DATE | Yes | Creation Date | |
| CREATED_BY | NUMBER | Yes | Created By |
Cut, paste (and edit) the following text to query this object:
SELECT USER_TASK_TYPE_ID
, ORGANIZATION_ID
, HONOR_CASE_PICK_FLAG
, PICK_LOAD_PAGE_TEMPLATE_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
FROM WMS.WMS_USER_TASK_TYPE_ATTRIBUTES;
WMS.WMS_USER_TASK_TYPE_ATTRIBUTES does not reference any database object
WMS.WMS_USER_TASK_TYPE_ATTRIBUTES is referenced by following:
WMS
WMS_USER_TASK_TYPE_ATTRIBUTES#
|
|
|
|