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

#ColumnTypeKeyDescription
1GEM_DBKEYintGEMBASE internal surrogate primary key: a system-generated unique row identifier (the database key). Not a business field; every table carries one.
2COMPANY_CODEvarchar(10)PKCompany Code
3PART_CODEvarchar(15)PKProduct
4UNIT_FROMvarchar(4)PK FK→UNITS_OF_MEASUREUnit of Measure
5UNIT_TOvarchar(4)PK FK→UNITS_OF_MEASUREUnit Of Measure
6UOM_CONVERSION_FACTORnumeric(20,8)Conversion Factor
7SYS_CONV_METHODvarchar(1)The conversion method for a UOM conversion.
8SYS_FORMULA_CODEvarchar(6)Formula code for UOM conversions and dependency.
9GEM_TRANSACTION_IDvarchar(64)System transaction identifier stamped by GEMBASE when the row was written.
10SYSTEM_DATEdatetimeSystem Date Transaction Made
11SYS_CREATE_USERvarchar(20)User who new this record
12SYS_MODIFIED_DATEdatetimeLast Modification Date
13SYS_MODIFY_USERvarchar(20)The last user who modified this record
14GEM_MODIFY_DATEdatetimeSystem timestamp of the most recent modification to the row, maintained by GEMBASE.