This fact table contains information about pick actions for each pick task created for released orders of a wave.
Module:
id
| 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. | ||||
| allowretry | VARCHAR2 | 16 | Flag to allow retry. | ||||
| completedsync | VARCHAR2 | 16 | Flag to identify if synchronization is completed. | ||||
| enddate | TIMESTAMP | Transaction end date: the date the project is finished. | |||||
| failurereason | VARCHAR2 | 64 | Reason of failure. | ||||
| linenumber | NUMBER | 38 | 0 | Line Number. | DW_NS_SALES_ORDER_LINES_F | id | |
| ordernumber | NUMBER | 38 | 0 | Order Number. | DW_NS_SALES_ORDER_LINES_F | transaction | |
| pickedquantity | NUMBER | Quantity of picked item. | |||||
| picktask | NUMBER | 38 | 0 | The unique number that identifies a pick task. | DW_NS_WAVE_PICK_TASK_F | id | |
| quantity | NUMBER | Number or unit count of items used in the transaction. | |||||
| remainingquantity | NUMBER | Quantity of remaining items. | |||||
| startdate | TIMESTAMP | Start Date which is used to autofill the related downstream transaction (e.g. If a sales order includes a Start Date and End Date, those dates autofill on the invoice or cash sale when the order is billed ). | |||||
| status | VARCHAR2 | 32 | Read-only field that indicates the status identifier of the transaction. | ||||
| transactionnumber | NUMBER | 38 | 0 | The internal transaction number for a transaction. This number is assigned to each transaction by NetSuite and is not editable. | DW_NS_ITEM_SHIPMENT_F | id | |
| 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. | |||||
| 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 | |
| location | NUMBER | 38 | 0 | Location Identifier. | DW_NS_location_D | id | |
| picker | NUMBER | 38 | 0 | The picker identifier who was assigned to the pick task. | DW_NS_employee_D | id | |
| 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 | |
| picktask_status | VARCHAR2 | 32 | Status of pick task. | ||||
| picktask_lastmodifieddate | TIMESTAMP | Last modified date of pick task record. |
Copyright © 2019, 2025, Oracle and/or its affiliates.