I originally wrote with respect to this procedure what appeared reasonable at the time.
This function appears to only be executable using TRUE when executed from a remote database ... which makes sense if you are Oracle Corp. and don't want your customers purging past misdeeds.
But Martin Berger has corrected me and it is Martin's description that appears to the left of the demo.
This procedure is, in fact, not "executed from a remote database".
IF CLEANUP_LOCAL is FALSE, all entries for DBIDs which are not current DBID are deleted (only from DBA_FEATURE_USAGE_STATISTICS, not from DBA_HIGH_WATER_STATISTICS).
If CLEANUP_LOCAL != FALSE
IF _awr_corrupt_mode or _awr_restrict_mode are not 'FALSE', DBA_FEATURE_USAGE_STATISTICS is cleared.
dbms_feature_usage_internal(cleanup_local IN BOOLEAN);
col name format a55
SELECT name, detected_usages, total_samples
FROM dba_feature_usage_statistics
ORDER BY 1;