MRP_SHORTAGES
MRP Sales Shortages
tableMANMRP
MRP_SHORTAGES — MRP Sales Shortages. MAN table in the standard Ross ERP 8.0 schema: 13 columns, used by 6 programs. Columns, data types, keys, foreign keys and relationships.
Open MRP_SHORTAGES in the interactive Data Dictionary →Part of MRP 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 | PART_CODE | varchar(15) | PK | Product |
| 4 | WAREHOUSE | varchar(2) | PK | Warehouse Code |
| 5 | REQUIRED_DATE | datetime | PK | Required Date |
| 6 | PP_REFERENCE | varchar(25) | PK | Reference |
| 7 | FORECAST_TYPE | varchar(1) | Planning Forecast Type | |
| 8 | FORECAST_METHOD | varchar(1) | Forecast Method | |
| 9 | MRP_VERSION | int | PK | MRP Version |
| 10 | MRP_QUANTITY | numeric(20,6) | MRP Input/Output Quantity | |
| 11 | MRP_ORDER_TYPE | varchar(1) | MRP Order Type | |
| 12 | SHORTAGE_QTY | numeric(20,6) | MRP Sales Shortage Qty | |
| 13 | DIVISION | varchar(2) | Division |