DBA Data[Home] [Help]

APPS.GME_PICKING_PVT dependencies on MTL_RESERVATIONS

Line 745: update mtl_reservations

741:
742: FOR get_mmtt IN cur_mmtt (p_mo_line_rec.line_id) LOOP
743: --Bug# 7383625 :Added IF condition to populate detailed_quantity
744: IF get_mmtt.reservation_id is not NULL then
745: update mtl_reservations
746: set detailed_quantity = get_mmtt.primary_quantity
747: where reservation_id = get_mmtt.reservation_id;
748: END IF;
749: