MRP_DETAILS
Material Requirements Plan Details
tableMANMRP
MRP_DETAILS — Material Requirements Plan Details. MAN table in the standard Ross ERP 8.0 schema: 21 columns, used by 2 programs. Columns, data types, keys, foreign keys and relationships.
Open MRP_DETAILS 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 | FACTORY | varchar(2) | PK | Factory Code |
| 4 | PLANNING_LEVEL_CODE | smallint | PK | Planning Level |
| 5 | PLANNING_ID | varchar(20) | PK | Planning Ident |
| 6 | ITERATION | smallint | PK | Planning Iteration |
| 7 | PLANNING_DATE | datetime | PK | Planning Date |
| 8 | WAREHOUSE | varchar(2) | PK | Warehouse Code |
| 9 | PART_CODE | varchar(15) | PK | Product |
| 10 | QUANTITY_REQUIRED | numeric(20,6) | Material Quantity Required | |
| 11 | UNIT_OF_MEASURE | varchar(4) | Unit of Measure | |
| 12 | BUCKET_OFFSET | int | PK | Time Bucket Offset |
| 13 | PURCHASE_ORDER_QTY | numeric(20,6) | Purchase Order or Warehouse Transfer Quantity | |
| 14 | MPS_VERSION | smallint | PK | Master Production Schedule Version |
| 15 | SALES_ORDER_QTY | numeric(20,6) | Sales Order Quantity | |
| 16 | QTY_ON_HAND | numeric(20,6) | Quantity on Hand | |
| 17 | BASE_DATE | datetime | Planning Base Date | |
| 18 | RECOMMENDED_ORDER_QTY | numeric(20,6) | MRP Recommended Order Quantity | |
| 19 | CORRECTED_QTY_ON_HAND | numeric(20,6) | ||
| 20 | SALES_FORECAST_QTY | numeric(20,6) | Sales Forecast Quantity | |
| 21 | PURCHASE_FORECAST_QTY | numeric(20,6) | Purchase Forecast Quantity |