Getting the child process IDs
Summary
Getting the child process IDs for a job submitted through ErpIntegration web serviceContent
I'm using the ErpIntegration web service to invoke ESS jobs from an on-prem system. Some of these jobs have child processes that get spawned. For example in my case, ImportAutoinvoice generates a child process to create the Autoinvoice Execution report. I need to know the child process IDs created by the ImportAutoinvoice so that I can fetch the execution report using the web method "downloadESSJobExecutionDetails". But I need the process ID that the Oracle Cloud system generated.
I see that Oracle has a getRequests method
1