Shipping Transaction Form shows the Lines_Status as "Replenishment Requested" but the WSH_DELIVERY_
Shipping Transaction Form shows the Lines_Status as "Replenishment Requested". How ever when i see the table WSH_DELIVERY_DETAILS it has release status of "B" (BackOrdered) .
Need some help in how to derive/query this status ""Replenishment Requested" from the table
Note:- WMS is installed in our system
Found a note from Oracle Support ((Doc ID 1379759.1)
There is NO direct mapping of the values in fnd_lookup_values to wsh_delivery_details. Various procedures within Shipping assign the value to the wsh_delivery_details field released_status, and this is done using programming logic. The application does not directly copy the value in fnd_lookup_values to wsh_delivery_details.