SYS_FORMULA_CODES
Formula Code Definition
tableFINSYS
SYS_FORMULA_CODES — Formula Code Definition. FIN table in the standard Ross ERP 8.0 schema: 9 columns, used by 20 programs. Columns, data types, keys, foreign keys and relationships.
Open SYS_FORMULA_CODES in the interactive Data Dictionary →Part of SYS 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 | SYS_FORMULA_CODE | varchar(6) | PK | Formula code for UOM conversions and dependency. |
| 3 | CODE_DESCRIPTION | varchar(30) | Code Description | |
| 4 | SYS_FORMULA | text | storage of a formula for potency or dependency. | |
| 5 | ACTIVATION_STATUS | varchar(1) | Activation Status | |
| 6 | COMPANY_CODE | varchar(10) | Company Code | |
| 7 | PM_DEPENDENCY | varchar(1) | Identify if record is used for recipe dependency. | |
| 8 | GEM_TRANSACTION_ID | varchar(64) | System transaction identifier stamped by GEMBASE when the row was written. | |
| 9 | GEM_MODIFY_DATE | datetime | System timestamp of the most recent modification to the row, maintained by GEMBASE. |