System Tables Views Oracle PLSQL

SQL> select
  7    Action_Name,          /*Numeric code for the action.*/
 10  from DBA_AUDIT_OBJECT;
SQL>