Which job or internal command creates multiple scheduler jobs '<app.schema>.MV_RF$V_%'
In [USER|ALL|DBA]_SCHEDULER_JOB_RUN_DETAILS during every night several Jobs with job_name <app-schema>.MVRF$J_742_1, .. , <app-schema>.MVRF$J_742_130 are created.
I suppose these jobs are internal oracle jobs, for one thing do to the job_name and for another thing due to file rdbms/admin/catfusrg.sql which includes statement for number-of-jobs including "and job_name not like 'MV_RF$J_%';".
Which internal command creates these scheduler jobs?