How to retrieve ESS job report from UCM for the jobs trigger by ARCS?
Summary:
Within our ARCS application, we have multiple direct integrations created to trigger the Oracle Enterprise Scheduler (ESS) Jobs in ERP Fusion and load the data into ARCS after the report is fetched (from the UCM).
In ARCS, we have multiple target applications created. Each target application is linked to the ESS job in ERP that associate with this ARCS job. We also have other component in ARCS that is linked to each of these target applications like the format, location, and other setup to make the ARCS job work.
When we trigger one of the ARCS jobs in data load execution, it will trigger the ESS job in ERP Fusion and when the report is generated, ARCS will get the report from the UCM and then load it into ARCS. In the ARCS process log, it has a DocumentId that ARCS uses to get the report in UCM. We tried to go in our UCM to find the report but was not able to. However, we when use the getDocumentForDocumentId SOAP API (https://docs.oracle.com/en/cloud/saas/financials/23c/oeswf/erpintegrationservice-d16599e420.html#u30242373) to get the report using the Document ID, we were able to.