Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Schedule a process to run REST API call

Mayar MohamedMay 20 2025

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?

Comments
Post Details
Added on May 20 2025
0 comments
137 views