Query DBA_AUDIT_OBJECT for Owner of the affected object
SQL> select 5 Owner /*Owner of the affected object.*/ 10 from DBA_AUDIT_OBJECT; SQL>