SF_FORECAST_CHANGES
Forecast Change History
tableFINSF
SF_FORECAST_CHANGES — Forecast Change History. FIN table in the standard Ross ERP 8.0 schema: 14 columns, used by 8 programs. Columns, data types, keys, foreign keys and relationships.
Open SF_FORECAST_CHANGES 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→SF_FCAST_ITEM_PARMS | Product |
| 5 | SF_BUDGET_TYPE | varchar(5) | PK | Sales Forecast Type |
| 6 | SYSTEM_DATE | datetime | PK | System Date Transaction Made |
| 7 | CURRENT_YEAR | smallint | PK | Current Year |
| 8 | PERIOD | smallint | PK | Period Number |
| 9 | SF_FCAST_OLD_QTY | int | Forecast Old Quantity | |
| 10 | SF_FCAST_NEW_QTY | int | Forecast New Quantity | |
| 11 | USERNAME | varchar(20) | Username | |
| 12 | CHANGE_DATE | datetime | ||
| 13 | SF_REASON_CODE | varchar(6) | FK→SF_REASON_CODES | Forecast Change Reason Code |
| 14 | SF_REASON_COMMENT | text | Reason Comment |