Many components of Oracle ERP Cloud are workflow based, with this workflow infrastructure supporting many business processes. Business events have been placed at many of the key points along these workflows that can be leveraged to allow the user to trigger additional actions.
This video takes a look at an example business event in ERP Cloud, and how we can use it to invoke an integration in Oracle Integration Cloud.
Some useful URLs
To check your current ERP Cloud subscriptions: https://XXXXXXXXXX/soa-infra/PublicEvent/subscriptions
Oracle documentation on APIs to GET and PATCH ERP Cloud Business Events: https://docs.oracle.com/en/cloud/saas/financials/22b/farfa/api-erp-business-events.html
Specific documentation on Project Business Events: https://docs.oracle.com/en/cloud/paas/integration-cloud/erp-adapter/oracle-erp-cloud-adapter-capabilities.html#GUID-C2CB1BB1-8F6C-43B5-ACBE-168625F78B8E
Example REST call to query for a Business Event (GET): https://XXXXXXXXXX.oraclecloud.com/fscmRestApi/resources/11.13.18.05/erpBusinessEvents?q=BusinessEventCode like ‘*ProjectStatusEvent*’&onlyData=true
Note: for the above query you will need to set an additional REST Header:
REST-Framework-Version = 2
Until next time…
2 thoughts on “OIC Basics – Subscribing to Business Events in OIC”