WSH_PR_WORKERS

Pick Release Workers are tracked in this table.

Details

  • Schema: FUSION

  • Object owner: WSH

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

WSH_PR_WORKERS_PK

PR_WORKER_ID

Columns

Name Datatype Length Precision Not-null Comments
BATCH_ID NUMBER 18 Yes Batch Id of the pick release request
PR_WORKER_ID NUMBER 18 Yes This identifies a pick release worker in the pick wave.
PR_WORKER_TYPE VARCHAR2 10 Yes Type of the Worker Record ('PICK', 'DOC', 'WMS', 'PS', 'PRINTER')
ORGANIZATION_ID NUMBER 18 Yes This identifies the inventory organization.
MO_HEADER_ID NUMBER 18 This identifies the movement request.
INVENTORY_ITEM_ID NUMBER 18 This identifies the inventory item.
MO_START_LINE_NUMBER NUMBER Move Order Line Starting Number
MO_LINE_COUNT NUMBER This counts the number of movement lines.
DETAILED_COUNT NUMBER This is the count of records detailed.
PA_SC_BATCH_ID NUMBER 18 'Auto Pack'/'Auto Ship Confirm' Batch Id
DELIVERY_ID NUMBER 18 This identifies the shipment for pick release.
PICKUP_LOCATION_ID NUMBER 18 This identifies the pick up location.
AP_LEVEL NUMBER This sets the level for autopacking.
SC_RULE_ID NUMBER 18 This identifies the ship confirm rule.
PROCESSED VARCHAR2 1 This column determines if the worker is processed (Y/N).
PRINTER_NAME VARCHAR2 30 This is the name of the printer.
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.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created 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
WSH_PR_WORKERS_U1 Unique Default PR_WORKER_ID