378. 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.

378.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.

378.2. Pull-up logic

Each location computes:

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.

378.3. Difference from MRP

MRP DRP
Direction Top-down (BOM explosion) Bottom-up (demand pull-up)
Goal Plan production / materials Plan distribution / replenishment
Bill structure Bill of Materials (parts) Bill of Distribution (network)
Demand source MPS (planned), forecast Customer demand (forecast or actual)
Time-phasing Lead-time-offset for production Lead-time-offset for shipping

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

378.4. Why DRP matters

378.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:

378.6. Connection to S&OP

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

378.7. See also