PP_PRODUCTION_FORECAST
PP Production Forecast
tableMANPP
PP_PRODUCTION_FORECAST — PP Production Forecast. MAN table in the standard Ross ERP 8.0 schema: 11 columns, used by 7 programs. Columns, data types, keys, foreign keys and relationships.
Open PP_PRODUCTION_FORECAST 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 | FORECAST_CODE | varchar(8) | PK FK→PP_PRODUCTION_FORECAST_CODES | Production Forecast Code |
| 4 | FACTORY | varchar(2) | PK | Factory Code |
| 5 | PART_CODE | varchar(15) | PK | Product |
| 6 | WAREHOUSE | varchar(2) | PK | Warehouse Code |
| 7 | OUTPUT_QTY | numeric(20,6) | Output Quantity | |
| 8 | OUTPUT_UNIT | varchar(4) | Output Unit of Measure | |
| 9 | REQUIRED_DATE | datetime | PK | Required Date |
| 10 | PROCESS_SPEC | varchar(15) | PK | Process Specification |
| 11 | SYS_VERSION_NUMBER | int | Version Number |