INVENTORY_TAGS
Inventory Counting Tags
tableFININVENTORY
INVENTORY_TAGS — Inventory Counting Tags. FIN table in the standard Ross ERP 8.0 schema: 16 columns, used by 2 programs. Columns, data types, keys, foreign keys and relationships.
Open INVENTORY_TAGS 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) | PK | Company Code |
| 3 | WAREHOUSE | varchar(2) | PK FK→WAREHOUSE_CONTROLS | Warehouse Code |
| 4 | PHYS_COUNT_NUMBER | int | PK | Count Number |
| 5 | TAG_KEY | varchar(10) | PK | Inventory Tag |
| 6 | PART_CODE | varchar(15) | FK→PRODUCT_WAREHOUSE | Product |
| 7 | COUNTED_QTY | numeric(20,6) | Counted Quantity | |
| 8 | COUNTED_DATE | datetime | Actual Inv Count Date | |
| 9 | BIN_LOCATION | varchar(15) | Bin Location | |
| 10 | SYSTEM_DATE | datetime | System Date Transaction Made | |
| 11 | UNIT_INV | varchar(4) | Unit of Measure (Inventory) | |
| 12 | MH_NUMBER | int | Material Handling Number | |
| 13 | FIELD_NAME | varchar(31) | Field Name | |
| 14 | IC_STATUS_CODE | varchar(8) | FK→IC_STATUS_CODES | Inventory Status |
| 15 | IC_LOT_NUMBER | varchar(20) | Lot Number | |
| 16 | IC_LOT_SEQUENCE | int | Lot Sequence |