Search notes:

Oracle: V$SQL_FEATURE_DEPENDENCY

depend_on

There is only one «SQL feature» that does not depend on another feature, the following SQL statement returns only one record:
select
   *
from
   v$sql_feature_dependency
where
   depend_on <> 'NONE';

See also

v$sql_feature v$sql_feature_hierarchy
Oracle Dynamic Performance Views

Index