Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

ERP SaaS: ERP Integration Service Callback

Pradeep MogantiOct 9 2024

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"
}
Comments
Post Details
Added on Oct 9 2024
0 comments
25 views