Leveraging the Item Bulk Load Event in Integration Cloud
The Item Bulk Load Event is raised within the ERP Cloud Adapter in Oracle Integration Cloud. More details are available at https://docs.oracle.com/en/cloud/paas/integration-cloud/erp-adapter/oracle-erp-cloud-adapter-capabilities.html#GUID-9F62ACE1-54EB-4512-94BF-0A5EEB78E8B2
This event is raised as soon as the Item Import Scheduled process is completed. You can listen to this event to orchestrate integrations in OIC for bulk updates. The event payload contains the following attributes:
RequestId : Scheduled Process ID
EntityType : This will include one of the values listed in the attachment.
There is no enrichment service associated with this event. Therefore, you will need to call the related SOAP service and operation based on the Entity using the the RequestID as the query parameter.