GL_VP_HEADERS
Variable Percent Distribution Headers
tableFINGL
GL_VP_HEADERS — Variable Percent Distribution Headers. FIN table in the standard Ross ERP 8.0 schema: 7 columns, used by 5 programs. Columns, data types, keys, foreign keys and relationships.
Open GL_VP_HEADERS 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 | COMPANY_CODE | varchar(10) | PK | Company Code |
| 3 | GL_RULE_LEVEL | int | PK | GL Allocation Rule Level |
| 4 | GL_RULE_CODE | varchar(15) | PK | GL Allocation Rule Code |
| 5 | GL_RULE_PART_SEQUENCE | smallint | PK | Rule Part Sequence Number |
| 6 | GL_VP_TYPE | varchar(1) | PK | Variable Percent Type |
| 7 | GL_TOTAL_PERCENT | numeric(20,6) |