I can get the table info from sys.user_tables.get the column info from sys.er_tab_columns.Now I want get foreign key info ,and package info.which view can provide this info?
please help.