We have automated the GL Journal Import process using the ERP Integration Service, as detailed in the article below.
https://blogs.oracle.com/integration/post/oracle-erp-cloud-integration-services-import-data
With this automation, we can successfully initiate the GL Journal import in our ERP application. However, we are not receiving the callback to the designated URL.
We are currently verifying whether a callback is registered in the public events, following the guidelines in the document provided. Unfortunately, we couldn't locate any callback events during our review.
Troubleshooting Business Events Raised by Fusion SaaS, During OIC/SOACS Downtime (Doc ID 2751325.1)
Could you please take a look and let us know what we might be overlooking?
FYI, following is the payload we are using to automate the GL Journal Import
{
"OperationName": "importBulkData",
"ContentType": "zip",
"FileName": "Test_File.csv.zip",
"JobName": "/oracle/apps/ess/financials/generalLedger/programs/common/,JournalImportLauncher",
"ParameterList": "Global Ledger Set,Test Source,Test Ledger,12345,N,N,N",
"NotificationCode": "10",
"CallbackURL": "https://oracle-integration.yelp.com/callback",
"JobOptions": "ExtractFileType=ALL"
}