Posts

Showing posts from August, 2020

Automating End to End Bulk Export from Oracle ERP Cloud using Oracle Integration (Part 2- ERP Cloud Event based Callback)

Image
Background In Part 1 of the blog series we have seen how to Initiate Oracle ERP Cloud Data Extract process from OIC. We have also seen  how a callback url can be used to trigger the Callback Integration Flow after the BIP extract job is complete. In this blog we will witness the out of box event based mechanism to trigger the Callback Integration flow instead of a concrete callback endpoint. The best practice is to leverage event based mechanism as there is built in retry mechanism in ERP Cloud if the event is not delivered to OIC. Designing the Integration Flow Prerequisite Configuration Refer: Configure Section of ERP Cloud Modify the ERP Bulk Extract Integration flow (Flow 1- Refer Part1) Update the Map fields for erpBulkExport Operation to the following literal values jobOptions: "EnableEvent=Y" callbackURL: Do not provide anything. Delete the mapping if it exists Activate the Integration Flow Creating Event based Integration Flow (Flow 2) 1. Create an App Driven Integra