New Deliery Line Status from R12.1.1 onwards
R12.1.1 onwards two new delivery line statuses have been added. They are 'Replenishment Requested' and 'Replenishment Completed'. I am trying to verify how and when these statuses are stored in WSH_DELIVERY_DETAILS Table.
These two new statuses we can see using the below query.
SELECT * FROM WSH_LOOKUPS
WHERE LOOKUP_TYPE = 'PICK_STATUS'
Can any one help in acheiving how and when these two values are populated, what transactions do i have to do to populate these two values...?
Thanks,
Vamsi.