A_BIN_MOVEMENT_HISTORY
Archive Bin Movements History
tableFINBIN
A_BIN_MOVEMENT_HISTORY — Archive Bin Movements History. FIN table in the standard Ross ERP 8.0 schema: 35 columns, used by 3 programs. Columns, data types, keys, foreign keys and relationships.
Open A_BIN_MOVEMENT_HISTORY in the interactive Data Dictionary →Part of Other tables & objects · all tables, views & procedures
Columns
| # | Column | Type | Key | Description |
|---|---|---|---|---|
| 1 | GEM_DBKEY | int | GEMBASE internal surrogate primary key: a system-generated unique row identifier (the database key). Not a business field; every table carries one. | |
| 2 | ARCHIVE_ID | varchar(1) | Prefix Fields for Archive Tables | |
| 3 | COMPANY_CODE | varchar(10) | Company Code | |
| 4 | WAREHOUSE | varchar(2) | Warehouse Code | |
| 5 | PART_CODE | varchar(15) | Product | |
| 6 | BIN_LOCATION | varchar(15) | Bin Location | |
| 7 | MH_NUMBER | int | Material Handling Number | |
| 8 | MOVEMENT_DATE | datetime | Movement Date | |
| 9 | SYSTEM_DATE | datetime | System Date Transaction Made | |
| 10 | USERNAME | varchar(20) | Username | |
| 11 | QTY_ON_HAND | numeric(20,6) | Quantity on Hand | |
| 12 | QTY_PICKED | numeric(20,6) | Quantity Picked | |
| 13 | QTY_RECEIVED | numeric(20,6) | Qty Received | |
| 14 | QTY_IN_QUALITY_CONTROL | numeric(20,6) | Quantity in Quality Control | |
| 15 | QTY_IN_QUARANTINE | numeric(20,6) | Quantity in Quarantine | |
| 16 | QTY_AWAITING_CONFIRM_IN | numeric(20,6) | Quantity In - Awaiting Confirmation | |
| 17 | QTY_AWAITING_CONFIRM_OUT | numeric(20,6) | Quantity Out - Awaiting Confirmation | |
| 18 | QTY_IN_RETURNS_QC | numeric(20,6) | Quantity Returned in Quality Control | |
| 19 | QTY_IN_DESPATCH | numeric(20,6) | Quantity in Shipping | |
| 20 | QTY_TRANSIT_IN | numeric(20,6) | Quantity in Transit - Inwards | |
| 21 | QTY_TRANSIT_OUT | numeric(20,6) | Quantity in Transit - Outwards | |
| 22 | QTY_EXPIRED | numeric(20,6) | Quantity Expired | |
| 23 | QTY_QC_AWAITING_CONFIRM_OUT | numeric(20,6) | Quantity QC Awaiting Confirm OUT | |
| 24 | QTY_QR_AWAITING_CONFIRM_OUT | numeric(20,6) | Quantity Quarantine Awaiting Confirm OUT | |
| 25 | QTY_EXP_AWAITING_CONFIRM_OUT | numeric(20,6) | Quantity Expired Awaiting Confirm OUT | |
| 26 | ARCHIVE_DATE | datetime | Archive Date | |
| 27 | ARCHIVE_USERNAME | varchar(20) | Username recorded when the row was moved to the archive. | |
| 28 | IC_QUANTITY | numeric(20,6) | Inventory Quantity | |
| 29 | IC_QTY_PICKED | numeric(20,6) | Quantity Picked | |
| 30 | IC_QTY_IN_DESPATCH | numeric(20,6) | Quantity in Shipping | |
| 31 | IC_QTY_AWAITING_CONFIRM_OUT | numeric(20,6) | Quantity Awaiting Confirm Out | |
| 32 | IC_STATUS_CODE | varchar(8) | Inventory Status | |
| 33 | IC_LOT_NUMBER | varchar(20) | Lot Number | |
| 34 | IC_LOT_SEQUENCE | int | Lot Sequence | |
| 35 | GEM_ARCHIVE_FLAG | varchar(20) | System flag indicating whether the row has been archived by the GEMBASE archive process. |