To find all foreign keys referencing a target table, join together two copies of the all_constraints table, one for the primary key constraint on the target table (here labelled "pk") and one for the foreign key constraints on other tables referencing that pk constraint (here labelled "fk"), and then join the all_cons_columns table for extra column name info.