Process Integration
You can build an end-end process integration using the supported Oracle Purchasing's integration methods and business events with Oracle Integration Cloud (OIC).
Oracle Purchasing automatically raises a business event associated with the specific business object and actions. Oracle Integration Cloud (OIC) gets the enriched data when listening to this event.
Key Features
Business events are automatically raised when Oracle Purchasing business objects are updated. OIC has native capabilities to subscribe to these business events.
The business events are published when a purchase order is created, changed, finally closed, or reopened.
EventActionCode
- IMPLEMENTED: Raised when a purchase order is implemented.
- CO_IMPLEMENTED: Raised when a change order on a purchase order is implemented.
- FINALLY_CLOSED: Raised when a purchase order is finally closed.
- FINALLY_CLOSE_REMOVED: Raised when a finally closed purchase order is reopened.
Event Payload
- EventActionCode
- POHeaderId
- OrderNumber
- SoldToLegalEntityId
- SoldToLegalEntityName
- RequisitioningBusinessUnitId
- BuyerManagedTransportationFlag
- InterfaceSourceCode
- POChangeOrderSequence
- ChangeOrderTypeCode
- ImplementationDate
Service Callback
- SOAP service: PurchaseOrderService
- Operation: getPurchaseOrder
Best Practices
None.
Constraints
None.