Keep replenishment requested tasks from splitting the pick line
We will use the following example to illustrate my question. For external sales orders, upon pick release, when there is a shortage in the pick face, a replenishment task is triggered.
ORDER 12345678
LINE | SKU | QTY |
---|---|---|
1.1 | SKUA | 50 |
2.1 | SKUB | 100 |
3.1 | SKUC | 50 |
PICK LOCATIONS
LOCATION | SKU | QTY |
---|---|---|
PCK001 | SKUA | 100 |
PCK002 | SKUB | 10 |
PCK003 | SKUC | 100 |
The current configuration (and the way Oracle seems to work) is that upon Pick Release, there will be pick tasks for all three lines. Plus a replenishment to bring PCK002 back up to max plus demand.
Task for SKUA for 50
Task for SKUB for 10
Task for SKUC for 50
Replen for 200 (max)