DBA Data[Home] [Help]

APPS.GME_RELEASE_BATCH_PVT dependencies on MTL_LOT_NUMBERS

Line 649: FROM MTL_LOT_NUMBERS

645:
646: -- Bug 12971020 - Let's make sure that trans date is after lot origination date.
647: IF (l_reservation_rec.lot_number IS NOT NULL) THEN
648: SELECT origination_date INTO l_lot_orig_date
649: FROM MTL_LOT_NUMBERS
650: WHERE INVENTORY_ITEM_ID = l_reservation_rec.inventory_item_id
651: AND LOT_NUMBER = l_reservation_rec.lot_number
652: AND ORGANIZATION_ID = l_reservation_rec.organization_id;
653: