IC_PRODUCT_CHARACTERISTICS
Characteristics enabled for products
tableFINIC
IC_PRODUCT_CHARACTERISTICS — Characteristics enabled for products. FIN table in the standard Ross ERP 8.0 schema: 12 columns, used by 88 programs. Columns, data types, keys, foreign keys and relationships.
Open IC_PRODUCT_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 | PART_CODE | varchar(15) | PK FK→PRODUCT_MASTER | Product |
| 4 | CHARACTERISTIC_CODE | varchar(6) | PK FK→CHARACTERISTIC_CODES | Characteristic code |
| 5 | UNIT_CHAR | varchar(4) | FK→UNITS_OF_MEASURE | Unit of Measure (Characteristic) |
| 6 | IC_ACTIVE_AT_SO_ENTRY | varchar(1) | Characteristic at Sales Order Entry | |
| 7 | IC_ACTIVE_AT_PM_MAT_ISSUE | varchar(1) | Characteristic Active At PM Material Issue | |
| 8 | IC_DEF_CHAR_NUMERIC | numeric(20,6) | ||
| 9 | IC_DEF_CHAR_TEXT | varchar(30) | ||
| 10 | IC_DATATYPE_INDICATOR | varchar(1) | Characteristic Type Indicator | |
| 11 | IC_CHARACTERISTIC_TYPE | smallint | Characteristic Type | |
| 12 | GEM_TRANSACTION_ID | varchar(64) | System transaction identifier stamped by GEMBASE when the row was written. |