Saturday, April 28, 2012

Business Event Integration between Oracle FMW and Oracle EBiz

There are some key points which are required for Integrating Oracle FMW and EBiz using Business Events a part of Integration Repository in EBiz R12.
  1. The Business Event to be used should be active and in Subscribed state.
  2. While Configuring the Business Events in Oracle Apps Adapter, we need to check the radio button for Schema as "Specific Schema", and select the WF_EVENT schema.
  3. The flow of the BPEL process should be as follows:
    • The BPEL process should be One-Way in nature
    • Once the Event_NAME/ID is retrieved, it will call a custom procedure of EBiz via DB/OA adapter to fetch the data WRT the event id.
    • Once all information is retrieved, the data will be mapped to the target schema and published to the target.
These steps will make life easy for EBiz Integration for the Outbound Interactions.

No comments:

Post a Comment

B2B Features with OIC

During last couple of months various new features are getting introduced in Oracle Integration Cloud, out of those there is a new feature f...