INV_TRANSACTION_DETAILS
Inventory Transaction Details
tableFININV
INV_TRANSACTION_DETAILS — Inventory Transaction Details. FIN table in the standard Ross ERP 8.0 schema: 24 columns, used by 35 programs. Columns, data types, keys, foreign keys and relationships.
Open INV_TRANSACTION_DETAILS 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 | COMPANY_CODE | varchar(10) | Company Code | |
| 3 | MOVEMENT_CODE | varchar(6) | Movement Code | |
| 4 | DOC_REFERENCE | varchar(15) | Document Reference | |
| 5 | SEQUENCE | smallint | Sequence Number | |
| 6 | WAREHOUSE | varchar(2) | Warehouse Code | |
| 7 | PART_CODE | varchar(15) | FK→PRODUCT_MASTER | Product |
| 8 | BIN_LOCATION | varchar(15) | Bin Location | |
| 9 | MH_NUMBER | int | Material Handling Number | |
| 10 | STATUS_FLAG | varchar(1) | Status Flag | |
| 11 | SYSTEM_DATE | datetime | System Date Transaction Made | |
| 12 | USERNAME | varchar(20) | Username | |
| 13 | IC_LOT_NUMBER | varchar(20) | Lot Number | |
| 14 | IC_LOT_SEQUENCE | int | Lot Sequence | |
| 15 | IC_PACK_OR_CAP_QTY | numeric(20,6) | Package or capacity quantity | |
| 16 | IC_PACK_OR_CAP_UNIT | varchar(4) | Packaged or capacity unit of measure | |
| 17 | IC_NOT_CAP_QTY | numeric(20,6) | Non-capacity unit movement quantity | |
| 18 | IC_NOT_CAP_UNIT | varchar(4) | Not Capacity Unit of Measure | |
| 19 | IC_CAP_IF_PACKED_QTY | numeric(20,6) | Capacity Unit if Pack Product Movement Quantity | |
| 20 | IC_CAP_IF_PACKED_UNIT | varchar(4) | Capacity Unit if packaged product | |
| 21 | IC_REQUIREMENT_QTY | numeric(20,6) | Holds a value based on the requirement unit of measure | |
| 22 | IC_REQUIREMENT_UNIT | varchar(4) | Unit of Measure Required | |
| 23 | RCS_CONVERSION_STATUS | varchar(1) | Ren/CS Data Conversion Status | |
| 24 | GEM_ARCHIVE_FLAG | varchar(20) | System flag indicating whether the row has been archived by the GEMBASE archive process. |