DBA Data[Home] [Help]

APPS.WMS_TASK_LOAD dependencies on MTL_LOT_NUMBERS

Line 14743: FROM mtl_lot_numbers mln

14739: , mln.n_attribute9
14740: , mln.n_attribute10
14741: , mln.vendor_id
14742: , mln.territory_code
14743: FROM mtl_lot_numbers mln
14744: WHERE mln.lot_number = p_lot_number
14745: AND mln.inventory_item_id = p_item_id
14746: AND mln.organization_id = p_organization_id);
14747: