SQL COMMAND TO FIND TABLES THAT REFERENCE A FIELD NAME

SQL> select table_name, column_name from all_tab_columns where column_name = ‘DENOM_ID’;