IC_PRODUCT_MASTER_UNITS
Product Master Units of Measure
tableFINIC
IC_PRODUCT_MASTER_UNITS — Product Master Units of Measure. FIN table in the standard Ross ERP 8.0 schema: 11 columns, used by 416 programs. Columns, data types, keys, foreign keys and relationships.
Open IC_PRODUCT_MASTER_UNITS 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 | Product |
| 4 | UNIT_OF_MEASURE | varchar(4) | PK | Unit of Measure |
| 5 | IC_PRODUCT_UOM_TYPE | varchar(1) | The type of UOM | |
| 6 | IC_QUANTITY_MASK | varchar(20) | A display mask for the quantity. | |
| 7 | IC_DECIMALS | smallint | Number of decimal places | |
| 8 | SYS_EDI_UNIT_CODE | varchar(2) | EDI Unit Code | |
| 9 | IC_PRODUCT_PACKAGE_WEIGHT | numeric(20,2) | Weight for a product package unit | |
| 10 | FLAG | varchar(1) | Flag | |
| 11 | GEM_MODIFY_DATE | datetime | System timestamp of the most recent modification to the row, maintained by GEMBASE. |