Why since RMS v16 is not possible to create a receipt for a reconciled item?
Previous versions (14,15) allowed the creation of a receipt for an item reconciled. RMS creates the records in tran_Data to reverse the reconciliation and adds the code 44.
Since v16, in the same scenario, the error: SHIP_ITEM_RECONCILED is raised by the program: RMSSUB_STKORD_RECEIPT_VALIDATE; nothing happens into TRAN_DATA table, but shipment.status_code changes to R-received.
v19 cursor:
cursor C_CHECK_RECEIPT is
select sh.shipment
from shipment sh,
shipsku sk
where sh.shipment = sk.shipment
and sh.bol_no = I_rib_receipt_rec.asn_nbr
and sk.item = I_rib_receiptdtl_rec.item_id
and sk.distro_no = I_rib_receipt_rec.po_nbr