Ahhh,
well you can log on as the owner of the object and query the associated "object tables" that belong to that table. Like this

select * from user_triggers
where table_name='your_table';

select * from user_synonyms
where table_name='your_table';