We normally run many Scheduled Processes in fusion. some of them to keep the users in sync, updating the search keywords, sending pending ldap requests, refresh manger hierarchy, etc to name a few.
If you are really interested in finding out the underlying tables which gets impacted by these processes, you can run the below query immediately after the process runs to success and check the tables for change in inserts/updates/deletes count.
Select * from all_tab_modifications order by timestamp desc
Sample result will look like:
If you have any questions, please feel free to reach out to me by posting in comments section.
If you are interested in learning Fusion Technical tools go through this post
If you liked the article, please share it with your friends/ colleagues/ teammates or anyone who might also benefit from it.