Add the Oracle E-Business Suite Adapter as an Invoke Connection for Inserting Records

After adding the REST Adapter as a trigger connection, you can add the Oracle E-Business Suite connection that you created earlier as an invoke (target) connection in your integration. This allows you to invoke an open interface table REST service to insert invoice line data into the open interface table RA_INTERFACE_LINES_ALL in Oracle Receivables.

Perform the following steps to add the Oracle E-Business Suite Adapter in the orchestration flow:

  1. In the "EBS OIT Demo" integration page, drag and drop the "EBSDemo" connection from the Invokes toolbar on the right to the integration, right after the "REST" activity you created earlier.

    The Configure Oracle E-Business Suite Adapter Endpoint wizard appears.

  2. In the Basic Info page, enter the following information for your endpoint:

    • What do you want to call your endpoint? - Enter "RA_Interface_Lines".

    • What does this endpoint do? - Enter "Insert invoice data in Oracle Receivables".

    Click Next.

  3. In the Web Services page, specify the following information for your target connection:

    • Product Family: Select "Financial Receivables Suite" from the drop-down list.

    • Product: Select "Receivables".

    • Interface Type: Select "Open Interface" from the list.

    • API: Select "AR Autoinvoice" for this example.

      The corresponding API internal name (RAXMTR) and description are automatically populated.


      Description of web_service_for_raxmtr.gif follows
      Description of the illustration web_service_for_raxmtr.gif

    Click Next.

  4. In the Operations page, select a desired method name contained in the selected API (RAXMTR) for this invoke (target) connection.

    For example, select "RA_INTERFACE_LINES_ALL".

    In the CRUD Operation field, select "Create" from the drop-down list.


    Description of operations_raxmtr.gif follows
    Description of the illustration operations_raxmtr.gif

    Click Next.

  5. The Summary page displays all the selected interface details. This information includes the selected "RA_INTERFACE_LINES_ALL" operation (with CRUD "Create" operation) contained in the "RAXMTR" web service from the Financial Receivables Suite product family and Receivables product. This page also displays the default interaction pattern "Synchronize" for the selected service.


    Description of summary_raxmtr.gif follows
    Description of the illustration summary_raxmtr.gif

    The Oracle E-Business Suite Adapter Target Endpoint configuration is successfully created.

    Click Done.

  6. Click Save to save your work.

The connection for Oracle E-Business Suite called "RA_Interface_lines" now appears as part of the orchestration flow.