Business Events
Oracle Fusion Cloud Maintenance raises several business events that can be configured and used for outbound integration with third-party applications.
The Oracle Workflow Business Event System is an application service that leverages Oracle Advanced Queuing (AQ) infrastructure to communicate business events between systems. The Business Event System consists of the Event Manager and workflow process event activities. The Event Manager contains a registry of business events, systems, named communication agents within those systems, and subscriptions indicating that an event is significant to a particular system. Events can be raised locally or received from an external system or the local system through AQ.
Key Features
- Used only for outbound integration.
- Ability to use Oracle Integration Cloud (OIC)-based connectors to listen to these events and perform actions in any third-party applications that integrate with Oracle Maintenance
Best Practices
- Enable business events to integrate Oracle Maintenance with external applications.
- It's recommended to use Oracle Maintenance REST APIs with business events to get the details that the integrating application requires.
Constraints
- Not recommended for integrations with large volumes of data.
- Third-party platforms can't be used for business-event integration.
Business Events Available for Outbound Integration
Oracle Maintenance provides business events that external systems can use to perform specific actions.
Business Event | Description | Event Raise Points | Enrichment Service | Enabled by Using |
---|---|---|---|---|
Customer Asset Created | Signals that a customer asset is created. | An Enterprise asset is converted to a Customer asset using a Sales Order Shipment or Fulfillment. A Customer asset is created from Sales Order Shipment or Fulfillment. A Customer asset is created from the user interface. A Customer asset is created using the REST API. A Customer asset is create using file-based data import (FBDI). | SOAP service: AssetService Operation: getAsset | Always enabled |
Customer Asset Relationship Created | Signals that a customer asset relationship is created. | A new component is created as a child of the Customer asset. | SOAP service: AssetRelationshipService Operation: getAssetRelationship | Always enabled |
Customer Asset Relationship Deleted | Signals that an asset relationship is deleted. | A component is removed from the Customer asset. | SOAP service: AssetRelationshipService Operation: getAssetRelationship | Always enabled |
Customer Asset Updated | Signals that a customer asset is updated. | Changes in quantity, lot, serial, item, location, and the customer information of the Customer asset. | SOAP service: AssetService Operation: getAsset | Always enabled |
Maintenance Asset Created | Signals that a maintenance asset is created. | A new Enterprise asset is created in the system from integrations, or using the user interface, REST APIs, and FBDI. | SOAP service: AssetService Operation: getAsset | Always enabled |
Maintenance Asset Updated | Signals that a maintenance asset is updated. | When the Maintenance asset is updated for item, lot, serial, quantity, and location. | SOAP service: AssetService Operation: getAsset | Always enabled |
Work Order Create | Signals that a work order is created. | When the Maintenance work order is created. | SOAP service: WorkOrderEnrichService Operation: getWorkOrderEnrich | Always enabled |
Work Order Update | Signals that a work order is updated. | When the Maintenance work order is updated. | SOAP service: WorkOrderEnrichService Operation: getWorkOrderEnrich | Always enabled |
Business Event Payloads
This table shows Oracle Maintenance business events and their corresponding payloads.
Business Event | Event Payload |
---|---|
Customer Asset Created | |
Customer Asset Relationship Created | |
Customer Asset Relationship Deleted | |
Customer Asset Updated | |
Maintenance Asset Created | |
Maintenance Asset Updated | |
Work Order Create | |
Work Order Update | |