Activate and Run the Recipe

After you've configured the connections and other resources, you can activate and run the recipe.

  1. Activate the recipe. See Activate a Recipe or Accelerator.
  2. Run the recipe.
    1. Log in to your Oracle ERP Cloud instance with the Procurement Manager role.
    2. Create an order.
      Click the Task drop-down menu, and select Create Order.

    On successfully creating an order in Oracle ERP Cloud, the first integration flow Oracle ERP Kafka Order Sync Producer gets triggered and it receives the order details and writes the same into the Apache Kafka topic. Subsequently, the second integration flow Oracle Kafka ADW Order Sync Consumer gets triggered which consumes the order details from the Apache Kafka topic and writes it to the ADW database table.

  3. Monitor the running of the integration flow in Oracle Integration. See Monitor Integrations.
  4. Verify that the order details are written to the ADW database table.
    Execute the following command:
    SELECT * FROM ERPUSER.SALES_ORDER_LINEITEMS
    
              SELECT * FROM ERPUSER.SALES_ORDER_HEADER