SYS_CONTROL_FLAG_DESCRIPTIONS
Text descriptions for control flag codes
tableFINSYS
SYS_CONTROL_FLAG_DESCRIPTIONS — Text descriptions for control flag codes. FIN table in the standard Ross ERP 8.0 schema: 5 columns, used by 120 programs. Columns, data types, keys, foreign keys and relationships.
Open SYS_CONTROL_FLAG_DESCRIPTIONS 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_CONTROL_FLAG_FIELD | varchar(32) | PK | Control Flag Field Name |
| 3 | SYS_CONTROL_FLAG_LANG | varchar(2) | PK | Control Flag Language |
| 4 | SYS_CONTROL_FLAG_VALUE | smallint | PK | Control Flag Value |
| 5 | SYS_CONTROL_FLAG_DESC | varchar(30) | Control Flag Description Text |