Can I execute a HR API with a concurrent process?
Making a long story short hopefully…. Once I’ve determined that
employee(s) will receive a reimbursement from the Dental or Vision p lans… I want to update a batch of employees (entering the appropriate element entry via hr_element_entry_api.create_element_entry.
I’ve learned so far that I have to be logged in to the APPS schema to execute the API and can’t execute from my APEX application as I originally intended.