Available to Reserve is not available
Hi,
I have developed a PL/SQL procedure to automatically generate transfer move order and allocate its quantity once 'WIP Return' transacted in the batch production form where we generate an automatic move order to transfer this returned quantity to raw materials warehouse.
The procedure works well where the move order is generated and the desired quantity is allocated, but when I try to transact this order you find that the ATR is 0.
I'm using 'inv_move_order_pub.process_move_order' to generate the move order then 'inv_replenish_detail_pub.line_details_pub' to allocate the move order quantity.