DW_NS_WAVE_PICK_TASK_F

This fact table contains header information about pick tasks created for released orders of a wave.

Details

Module:

Key Columns

id

Columns

Columns
Name Datatype Length Precision Not Null Comments Referred Table Referred Column
id NUMBER 38 0 True Transaction Identifier.    
SOURCE_RECORD_ID VARCHAR2 999     This column is for Oracle Internal use only. Composite key that consists of all PK values of the transaction. This consists combination of columns that defines the granularity of the table and identifies a row uniquely.    
inventorynumber NUMBER 38 0   The Serial/Lot number from which the picking will be performed. DW_NS_inventoryNumber_D id
item NUMBER 38 0   Identifier of the item. DW_NS_item_D id
lastmodifieddate TIMESTAMP       Last Modification Date.    
location NUMBER 38 0   Location Identifier. DW_NS_location_D id
memo VARCHAR2 999     Textual description provided by transaction creators.    
name NUMBER 38 0   The name of the transaction.    
picker NUMBER 38 0   The picker identifier who was assigned to the pick task. DW_NS_employee_D id
status VARCHAR2 32     Read-only field that indicates the status identifier of the transaction.    
totalpickedquantity NUMBER       The total quantity of picked items.    
totalremainingquantity NUMBER       The total quantity of remaining items to be picked.    
units NUMBER 38 0   Units used to measure the quantity. i.e Create a units type named Length, Then, create units for length (Inch/Foot/Yard). DW_NS_unitsTypeUom_D internalid
wave NUMBER 38 0   The transaction number of the wave to which the pick task is associated with. DW_NS_WAVE_F id
createdby NUMBER 38 0   Transaction creator identifier. DW_NS_entity_D id
type VARCHAR2 16     Transaction type. DW_NS_STATUS_D key
trandate TIMESTAMP       Posting or occurring date of this transaction.    
trandisplayname VARCHAR2 999     Name of transaction, which also contains the transaction type info. The name is a combination of transaction type and document number.    
postingperiod NUMBER 38 0   Period identifier to which this transaction is posted. DW_NS_accountingPeriod_D id
releaseddate TIMESTAMP       The release date of the wave.    
createddate TIMESTAMP       Transaction creation date.    
wavetype VARCHAR2 64     The transaction type of orders that are included in the wave.    
picktype VARCHAR2 32     The picking type that will apply to orders in the wave.    
wave_status VARCHAR2 16     Read-only field that indicates the status identifier of the associated wave transaction. DW_NS_STATUS_D code
wave_lastmodifiedby NUMBER 38 0   ID of the last entity who modified the wave transaction details. DW_NS_entity_D id
wave_lastmodifieddate TIMESTAMP       Date when the wave transaction was last changed.    

Copyright © 2019, 2025, Oracle and/or its affiliates.