Search notes:

Oracle PLAN_TABLE: columns OBJECT_NAME and OBJECT_OWNER

The columns object_name and object_owner in plan_table identify the object that is being accessed in the respective plan operation.
object_name and object_owner might be used to join the record to all_tab_statistics and all_ind_statistics to find objects that are accessed in an SQL statement whose statistics are not taken for a certain amount of time. This is demonstrated in use explain plan to find objects whose statistics weren't taken for a certain amount of time.

Index