IC_LOT_CHARACTERISTICS
Lot Characteristics
tableFINIC
IC_LOT_CHARACTERISTICS — Lot Characteristics. FIN table in the standard Ross ERP 8.0 schema: 10 columns, used by 57 programs. Columns, data types, keys, foreign keys and relationships.
Open IC_LOT_CHARACTERISTICS in the interactive Data Dictionary →Part of IC 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 | Warehouse Code |
| 4 | PART_CODE | varchar(15) | PK | Product |
| 5 | IC_LOT_NUMBER | varchar(20) | PK FK→PART_BATCHES | Lot Number |
| 6 | CHARACTERISTIC_CODE | varchar(6) | PK FK→CHARACTERISTIC_CODES | Characteristic code |
| 7 | CHARACTERISTIC_NUMERIC | numeric(20,6) | Characteristic standards associated with this product | |
| 8 | CHARACTERISTIC_TEXT | varchar(30) | Characteristic standards associated with this product | |
| 9 | IC_DATATYPE_INDICATOR | varchar(1) | Characteristic Type Indicator | |
| 10 | GEM_ARCHIVE_FLAG | varchar(20) | System flag indicating whether the row has been archived by the GEMBASE archive process. |