This can happen when importing the security tables. I've never seen it happen with localization or messaging tables, but either way, it's a simple fix:1) Edit each of your imported tables (I'd start with the security tables if you have them in your app as they are the most likely culprits)
2) Ensure that any automatically created Stored Procedures actually have Sproc Names for them (if not, uncheck and recheck the box to regenerate the name)
3) Save the table
Do that for each of the security tables and see if it resolves your problem. If not, try the same thing with the localization and messaging tables.