DBA Data[Home] [Help]

APPS.WMS_BULK_PICK dependencies on MTL_LOT_NUMBERS

Line 1128: FROM mtl_lot_numbers mln

1124: , mln.n_attribute10
1125: , mln.vendor_id
1126: , mln.territory_code
1127: , p_secondary_trx_qty
1128: FROM mtl_lot_numbers mln
1129: WHERE mln.lot_number = p_lot_number
1130: AND mln.inventory_item_id = p_item_id
1131: AND mln.organization_id = p_organization_id);
1132: