You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register
Get Started: AI 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

edited Jul 7, 2025 9:16AM in Workforce Management 3 comments

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 .

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!