INVENTORY_FORECASTS
Inventory Forecasts
tableMANINVENTORY
INVENTORY_FORECASTS — Inventory Forecasts. MAN table in the standard Ross ERP 8.0 schema: 10 columns, used by 7 programs. Columns, data types, keys, foreign keys and relationships.
Open INVENTORY_FORECASTS in the interactive Data Dictionary →Part of Other 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 | INVENTORY_FORECAST_CODE | varchar(6) | PK | Inventory Forecast Code |
| 4 | PLANNING_PRODUCT | varchar(15) | PK | |
| 5 | LEVEL_INDICATOR | smallint | PK | Calendar Level Indicator |
| 6 | START_DATE_01 | datetime | Required Schedule Start Date | |
| 7 | END_DATE_01 | datetime | Required Schedule End Date | |
| 8 | QTY_ON_HAND | numeric(20,6) | Quantity on Hand | |
| 9 | UNIT_OF_MEASURE | varchar(4) | PK | Unit of Measure |
| 10 | WAREHOUSE | varchar(2) | PK | Warehouse Code |