PART_UOM_CONVERSIONS
Part Code Unit of Measure Conversions
tableFINPART
PART_UOM_CONVERSIONS — Part Code Unit of Measure Conversions. FIN table in the standard Ross ERP 8.0 schema: 14 columns, used by 24 programs. Columns, data types, keys, foreign keys and relationships.
Open PART_UOM_CONVERSIONS 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 | PART_CODE | varchar(15) | PK | Product |
| 4 | UNIT_FROM | varchar(4) | PK FK→UNITS_OF_MEASURE | Unit of Measure |
| 5 | UNIT_TO | varchar(4) | PK FK→UNITS_OF_MEASURE | Unit Of Measure |
| 6 | UOM_CONVERSION_FACTOR | numeric(20,8) | Conversion Factor | |
| 7 | SYS_CONV_METHOD | varchar(1) | The conversion method for a UOM conversion. | |
| 8 | SYS_FORMULA_CODE | varchar(6) | Formula code for UOM conversions and dependency. | |
| 9 | GEM_TRANSACTION_ID | varchar(64) | System transaction identifier stamped by GEMBASE when the row was written. | |
| 10 | SYSTEM_DATE | datetime | System Date Transaction Made | |
| 11 | SYS_CREATE_USER | varchar(20) | User who new this record | |
| 12 | SYS_MODIFIED_DATE | datetime | Last Modification Date | |
| 13 | SYS_MODIFY_USER | varchar(20) | The last user who modified this record | |
| 14 | GEM_MODIFY_DATE | datetime | System timestamp of the most recent modification to the row, maintained by GEMBASE. |