In Oracle it is valid to have a trigger owned by another schema reside in a table in another schema. Viewing a trigger like this shows an empty Declaration and attempting to generate the DDL also ...
In an Oracle database, when I navigate through the Database Navigator, to any table and go to the triggers "folder", I can see the name of the trigger, the table, etc. But I can't see the TRIGGER_BODY ...