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

#ColumnTypeKeyDescription
1GEM_DBKEYintGEMBASE internal surrogate primary key: a system-generated unique row identifier (the database key). Not a business field; every table carries one.
2ACCOUNT_TYPEvarchar(1)PKAccount Type (A-sset, L-iability, E-xpense etc.)
3SORT_ORDERsmallintSort Order
4ACCOUNT_DESCRIPTIONvarchar(30)Account Description
5FUND_IN_USEvarchar(1)Fund/Commitment Accounting in Use
6SYS_CURRENCY_GAIN_LOSSvarchar(1)Compute Unrealized Currency Gain/Loss
7GL_DEFAULT_RATE_TYPEvarchar(6)FK→SYS_RATE_TYPESDefault Currency Rate Type
8GL_DEFAULT_RATE_AUTHORITYvarchar(6)FK→SYS_RATE_AUTHORITIESDefault Currency Rate Authority
9GEM_MODIFY_DATEdatetimeSystem timestamp of the most recent modification to the row, maintained by GEMBASE.