How to Enable Business Event in Oracle Fusion

Oracle Fusion ERP Cloud business events helps us to know what transaction has happened in Oracle Fusion. During integration, you can subscribe to a business event to trigger a downstream application from Oracle Fusion.

Letโ€™s look at an example with OIC.

suppose in a use case you have to create an order in another system whenever an order is submitted in Oracle order management. You will create an OIC process to subscribe to an Order management business event in OIC via the ERP cloud adapter and then design an orchestration process to connect to downstream applications and create a similar order.

Oracle Fusion Business Event not triggering

Many times developer face the challenge of business events not triggering and hence their OIC process does not trigger.

So the solution for that is a simple Rest API. You can use it to check the status of the event and then PATCH it to enable.

Example

In the below example, you use the URL to query (GET) all the business events and see the Status

see the value of businesseventcode we are looking to get the status of the business event StandardReceiptCreated . The value of ย EnabledFlag is False. Means the business event is disabled.

https://<fadomain*****>.com/fscmRestApi/resources/11.13.18.05/erpBusinessEvents?totalResults=true
image enable business event in Oracle Fusion 2

How to enable the business event.

USE the Operation PATCH to enable the event.

https://fadomain.com/fscmRestApi/resources/11.13.18.05/erpBusinessEvents/{ErpBusinessEventId}

in our example
https://fadomain/fscmRestApi/resources/11.13.18.05/erpBusinessEvents/100000371405577

Pass the payload as

{

ย ย ย ย "EnabledFlag":ย true

}
image 1 enable business event in Oracle Fusion 3

wpsbutton
We will be happy to hear your thoughts

Leave a reply

Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.

Powered By
Best Wordpress Adblock Detecting Plugin | CHP Adblock
Cloud Technologies Blog
Logo
Compare items
  • Total (0)
Compare
0
Shopping cart