SA_BUDGET_FORMAT_HEADER
Sales Analysis Budget Format Headers
tableFINSA
SA_BUDGET_FORMAT_HEADER — Sales Analysis Budget Format Headers. FIN table in the standard Ross ERP 8.0 schema: 6 columns, used by 5 programs. Columns, data types, keys, foreign keys and relationships.
Open SA_BUDGET_FORMAT_HEADER in the interactive Data Dictionary →Part of SA 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 | FORMAT_CODE | varchar(6) | PK | Format Code |
| 4 | FORMAT_DESCRIPTION | varchar(30) | ||
| 5 | TOTAL_NUMBER_PERIODS | smallint | Number of Periods in Year | |
| 6 | TOTAL_PERCENTAGE | numeric(10,4) |