REST API to check status Create Accounting Execution Report
We are trying to do integration with Oracle Fusion Cloud Financials(Accounting Hub) using Informatica. As part of this Integration we do below steps.
Invoke job(submitESSJobRequest) from Informatica using REST API call
1. Operation name - "submitESSJobRequest"
2. Job package name - "/oracle/apps/ess/financials/subledgerAccounting/shared"
3. Job Defn Name - "XLATXNIMPORT"
When we submit this job we pass multiple parameters and one of the parameters is to create accounting - Y. Once we submit Import Accounting Transaction job using SubmitESSJobRequest It in turn runs the Create Accounting Transactions in Final mode automatically.
Below are the list of jobs it runs