Get Started: AI Resources for Oracle Cloud HCM – Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Parallel Execution To Create Time Entries SaaS using timeRecordEventRequests REST API
Summary:
We are trying to Create Time Records in Oracle Cloud using below REST API
"/hcmRestApi/resources/11.13.18.05/timeRecordEventRequests"
In the Request Payload , we are passing -
"processMode": "TIME_SUBMIT",
"processInline": "N", — Here Process Inline flag is N , which will only insert the data in Interface table and not base table.
We need to run Program "Process Imported Time Entries" to import the Time Entries in base table.
Question -
If we are executing the Request payload in parallel batches/threads , and after all records are inserted in interface table and then execute the program
"Process Imported Time Entries" , will it create a duplicate records if different batches have same person , assignment for same week .
Tagged:
0