381. DRP

Distribution Requirements Planning (DRP): MRP applied to the distribution side of the supply chain. Plans replenishment of regional warehouses / DCs / retail stores from upstream sources.

Whereas MRP explodes finished-good demand into component requirements, DRP aggregates downstream demand into upstream-warehouse requirements.

381.1. Setup

Multi-echelon distribution network:

                  Plant
                    │
              Central DC
                /   \
        Regional DC  Regional DC
         /   |   \      /   |   \
       Store Store Store Store Store Store

Each location has its own:

DRP computes time-phased orders at each level so the right inventory arrives at the right place at the right time.

381.2. Pull-up logic

Each location computes:

Gross need𝑡=Forecast𝑡(for stores; sum of downstream orders for DCs)Projected on-hand𝑡=Projected on-hand𝑡1+Receipts𝑡Gross need𝑡Planned order release𝑡𝐿=Replenishment quantityif projected drops below safety stock

The store’s planned order becomes the regional DC’s gross need; the regional DC’s planned order becomes the central DC’s gross need; etc.

381.3. Difference from MRP

MRPDRP
DirectionTop-down (BOM explosion)Bottom-up (demand pull-up)
GoalPlan production / materialsPlan distribution / replenishment
Bill structureBill of Materials (parts)Bill of Distribution (network)
Demand sourceMPS (planned), forecastCustomer demand (forecast or actual)
Time-phasingLead-time-offset for productionLead-time-offset for shipping

Both use the same record structure (gross requirements, on-hand, planned orders) but with different drivers.

381.4. Why DRP matters

381.5. Bullwhip implications

DRP can amplify the bullwhip effect: lot-sized replenishment + safety stock at each echelon → upstream sees orders far more variable than actual end-customer demand.

Mitigations:

381.6. Connection to S&OP

DRP feeds into Sales & Operations Planning: balancing distribution-network requirements with production capability.

381.7. See also