INV_ZONE_WORKER_HISTORY

INV_ZONE_WORKER_HISTORY stores details about the tasks a worker has undertaken.

Details

  • Schema: FUSION

  • Object owner: INV

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

INV_ZONE_WORKER_HISTORY_PK

WORKER_HISTORY_ID

Columns

Name Datatype Length Precision Not-null Comments
WORKER_HISTORY_ID NUMBER 18 Yes Primary key to uniquely identify the worker history.
PERSON_ID NUMBER 18 Yes Value that identifies the person who worked on the task.
ACTIVITY_TYPE_CODE VARCHAR2 30 Yes Code that identifies the activity type. The values are based on ORA_INV_ZONE_ACTIVITY_TYPES lookup.
ZONE_TASK_ID NUMBER 18 Yes Value that uniquely identifies a task within a zone.
ACTIVITY_REFERENCE_ID NUMBER 18 Value that identifies the reference of an activity.
ACTIVITY_REFERENCE_CODE VARCHAR2 120 Code that indicates the reference of an activity.
ACTIVITY_REFERENCE_NAME VARCHAR2 240 Name indicating the reference object of an activity. This will store the cycle count definition name, delivery cart name, and pick slip number.
START_DATETIME TIMESTAMP Indicates the timestamp when the task was started.
END_DATETIME TIMESTAMP Indicates the timestamp when the task was completed.
WORK_DATE DATE Indicates the date on which the task was worked.
TOTAL_ITEMS NUMBER 9 The total number of lines associated with this task.
COMPLETED_ITEMS NUMBER 9 The total number of completed lines associated with this task.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Indexes

Index Uniqueness Tablespace Columns
INV_ZONE_WORKER_HISTORY_U1 Unique FUSION_TS_TX_DATA WORKER_HISTORY_ID