ACCOUNT_TYPES
General Ledger Account Types
tableFINACCOUNT
ACCOUNT_TYPES — General Ledger Account Types. 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 ACCOUNT_TYPES 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 | ACCOUNT_TYPE | varchar(1) | PK | Account Type (A-sset, L-iability, E-xpense etc.) |
| 3 | SORT_ORDER | smallint | Sort Order | |
| 4 | ACCOUNT_DESCRIPTION | varchar(30) | Account Description | |
| 5 | FUND_IN_USE | varchar(1) | Fund/Commitment Accounting in Use | |
| 6 | SYS_CURRENCY_GAIN_LOSS | varchar(1) | Compute Unrealized Currency Gain/Loss | |
| 7 | GL_DEFAULT_RATE_TYPE | varchar(6) | FK→SYS_RATE_TYPES | Default Currency Rate Type |
| 8 | GL_DEFAULT_RATE_AUTHORITY | varchar(6) | FK→SYS_RATE_AUTHORITIES | Default Currency Rate Authority |
| 9 | GEM_MODIFY_DATE | datetime | System timestamp of the most recent modification to the row, maintained by GEMBASE. |