How can we schedule a process to run REST API into fusion?
We have a requirement to run REST API process as a scheduled process to read data from BIP report and update the data. We're supposedly to create a DOR that involves data of personal payment method, we create a BIP report that checks if both data, IBAN, in personal payment method UI and DOR data are the same or not. If not, we should update the data in the UI with the new data in the DOR using the scheduled REST API with PATCH by this API
/hcmRestApi/resources/11.13.18.05/personalPaymentMethods/{personalPaymentMethodsUniqID}
REST API for Oracle Fusion Cloud HCM
. How can we approach this solution? is it possible to create this scheduled process with API or Job definition? I heard it's possible by PL/SQL, can anyone shed some light on this topic?