Referenced Owner "SYS" issue
I have a view that when I go to the dependencies tab shows me a row that says
Referenced Owner: SYS
Referenced Name: STANDARD
Referenced Type: PACKAGE
When I run the same script on a different db I don't get this reference. There is not a SYS package within that db.
Is there a grant statement that adds this dependency? I have to make my new schema exactly like my old one except for tables that we are not using and we are making sure out scripts are correct. I want to correct this so both schema match on all tables, procedures, views, etc..
Any help would be appreciated.