SF_ITEM_BUDGETS
Item Budgets
tableFINSF
SF_ITEM_BUDGETS — Item Budgets. FIN table in the standard Ross ERP 8.0 schema: 11 columns, used by 23 programs. Columns, data types, keys, foreign keys and relationships.
Open SF_ITEM_BUDGETS in the interactive Data Dictionary →Part of SF 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 | DIVISION | varchar(2) | PK | Division |
| 4 | PART_CODE | varchar(15) | PK FK→PRODUCT_MASTER | Product |
| 5 | SF_BUDGET_TYPE | varchar(5) | PK | Sales Forecast Type |
| 6 | PERCENTAGE | numeric(20,4) | Percentage | |
| 7 | SF_BUDGET_QUANTITY | int | Forecast Quantity | |
| 8 | CURRENT_YEAR | smallint | PK | Current Year |
| 9 | PERIOD | smallint | PK | Period Number |
| 10 | USERNAME | varchar(20) | Username | |
| 11 | SYSTEM_DATE | datetime | System Date Transaction Made |