This fact table contains the line level details of Bin Transfer which records the transfer of items and their corresponding quantities between the bins at an inventory location.
Module:
transaction, id, invassignment_id
| Name | Datatype | Length | Precision | Not Null | Comments | Referred Table | Referred Column |
|---|---|---|---|---|---|---|---|
| transaction | NUMBER | 38 | 0 | True | The transaction identifier to which a transaction line belongs to. | ||
| id | NUMBER | 38 | 0 | True | Transaction line identifier. | ||
| invassignment_id | NUMBER | 38 | 0 | True | Identifier of the Inventory Assignment associated with the item in a transaction line. | ||
| 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. | ||||
| inventoryreportinglocation | NUMBER | 38 | 0 | Location identifier of items included in the inventory report. | DW_NS_location_D | id | |
| itemtype | VARCHAR2 | 32 | Item type identifier which defines the content of an item and the information that is stored about an item. | DW_NS_ITEMTYPE_D | id | ||
| inventorysubsidiary | NUMBER | 38 | 0 | Subsidiary identifier associated to inventory item. | DW_NS_subsidiary_D | id | |
| quantity | NUMBER | Number of items created in the line. | |||||
| fulfillable | VARCHAR2 | 16 | Flag to indicate if the item is fulfillable. | ||||
| linelastmodifieddate | TIMESTAMP | Date this transaction line was last modified. | |||||
| mainline | VARCHAR2 | 16 | Flag to indicate if this line is the main line. | ||||
| isinventoryaffecting | VARCHAR2 | 16 | Flag to indicate if the transaction affects the inventory levels of an item. | ||||
| subsidiary | NUMBER | 38 | 0 | Subsidiary identifier associated with this transaction. | DW_NS_subsidiary_D | id | |
| inventorylocation | NUMBER | 38 | 0 | Customer location identifier that is allowed to fulfill orders from the customer subsidiary. | DW_NS_location_D | id | |
| memo | VARCHAR2 | 999 | Textual description provided by transaction creators. | ||||
| item | NUMBER | 38 | 0 | Identifier of an item used in transaction line. | DW_NS_item_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 | |
| commitinventory | NUMBER | 38 | 0 | Flag to indicate if this line item has made any impact on inventory or not. | DW_NS_InvtCommit_D | key | |
| location | NUMBER | 38 | 0 | Location identifier associated with transaction. | DW_NS_location_D | id | |
| trandisplayname | VARCHAR2 | 999 | Name of transaction, which also contains the transaction type info. The name is a combination of transaction type and document number. | ||||
| type | VARCHAR2 | 16 | Type of transaction. | DW_NS_STATUS_D | key | ||
| typebaseddocumentnumber | VARCHAR2 | 512 | Document number for type based numbered transactions like sales orders, invoices, journals, or purchase orders. | ||||
| createddate | TIMESTAMP | Transaction creation date. | |||||
| postingperiod | NUMBER | 38 | 0 | Period to which this transaction is posted. | DW_NS_accountingPeriod_D | id | |
| trandate | TIMESTAMP | Date when a transaction occurred or was posted. Examples include when a sale or payment was made. | |||||
| status | VARCHAR2 | 16 | Transaction status code, For example, Sales Order - Pending Approval, or Invoice - Paid In Full. | DW_NS_STATUS_D | code | ||
| createdby | NUMBER | 38 | 0 | Transaction creator identifier. | DW_NS_entity_D | id | |
| lastmodifiedby | NUMBER | 38 | 0 | Entity identifier of the last person to edit a transaction. | DW_NS_entity_D | id | |
| currency | NUMBER | 38 | 0 | Transaction currency identifier. | DW_NS_currency_D | id | |
| inventorynumber | NUMBER | 38 | 0 | The Serial/Lot number from which the picking will be performed. | DW_NS_inventoryNumber_D | id | |
| inventorystatus | NUMBER | 38 | 0 | Identifier of the inventory Status associated with the item in a transaction. | DW_NS_inventoryStatus_D | id | |
| from_bin | NUMBER | 38 | 0 | The Identifier of the bin from which the item is being transferred. | DW_NS_bin_D | id | |
| to_bin | NUMBER | 38 | 0 | The Identifier of the bin to which the item is being transferred. | DW_NS_bin_D | id | |
| from_bin_quantity | NUMBER | The quantity of the item which is being transferred from source . | |||||
| to_bin_quantity | NUMBER | The quantity of the item which is being transferred to destination bin. |
Copyright © 2019, 2025, Oracle and/or its affiliates.