Pass the -c argument to top to display the command line arguments that were passed to the process
top -c
In my humble opinion ....
top -c
select * from all_constraints
where r_constraint_name in
(select constraint_name from all_constraints
where table_name='TABLE_NAME');