Use Multiple Callback Integrations for the Same FBDI Job

You may have a use case in which you have multiple data sources and require different callbacks for each data source. This use case can be implemented in the Oracle ERP Cloud Adapter.

For example, assume you need to create journals from multiple sources and put the log files into the respective source system directories.
  • For source A, you have integration INTA
  • For source B, you have integration INTB, which loads journals using an FBDI bulk import.
  • A callback is enabled for both integrations. The callback log file must placed in the respective source systems directory.

Configure a trigger Oracle ERP Cloud Adapter connection as follows:

  1. While configuring a callback trigger on the Request page, select Receive Business Events raised within ERP Cloud instead of Receive Callback Message upon Completion of FBDI bulk Import Job submitted via another Integration.
  2. Select the event ERP Integration Inbound event.
  3. Configure a filter expression on this event based on the document name in the event payload. Ensure that the document name has a particular format that identifies the source of the data.

    These actions enable multiple callbacks to be configured depending on the document name.