DBA Data[Home] [Help]

APPS.GMIVTDX dependencies on MTL_LOT_NUMBERS

Line 938: mtl_lot_numbers mln

934: ,mln.expiration_action_date
935: ,mln.hold_date
936: ,l_mmtt_row.reason_id
937: FROM
938: mtl_lot_numbers mln
939: WHERE
940: mln.inventory_item_id = l_mmtt_row.inventory_item_id
941: and mln.organization_id = l_mmtt_row.organization_id
942: and mln.lot_number = l_mtlt_row_tbl(i).lot_number;