GL_ACCOUNT_CATEGORIES
GL Natural Account Categories
tableFINGL
GL_ACCOUNT_CATEGORIES — GL Natural Account Categories. FIN table in the standard Ross ERP 8.0 schema: 6 columns, used by 4 programs. Columns, data types, keys, foreign keys and relationships.
Open GL_ACCOUNT_CATEGORIES in the interactive Data Dictionary →Part of GL 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_CATEGORY | varchar(6) | PK | Natural Account Category |
| 3 | CODE_DESCRIPTION | varchar(30) | Code Description | |
| 4 | ACCOUNT_TYPE | varchar(1) | Account Type (A-sset, L-iability, E-xpense etc.) | |
| 5 | NORMAL_BALANCE | varchar(1) | Normal Balance for Account (D-ebit or C-redit) | |
| 6 | PA_WBS_REQUIRED | smallint | PA Required |