Oracle E-Business Suite Adapter Configure Operations Page
Enter REST service operation or method information that you plan to use as an invoke in your integration.
Element | Description |
---|---|
API |
Displays the API name (such as “OE_INBOUND_INT”) that you selected earlier in the Web Services page. |
Methods |
Select a desired method contained in the selected API. For example, select “PROCESS_ORDER” as the method from the “OE_INBOUND_INT” API. If the selected interface is an open interface (such as RAXMTR), a list of open interface tables contained in the selected open interface is displayed as the methods, along with the associated concurrent program submission method Note: SUBMIT_CP_<internal name of the associated concurrent program> is only displayed for an open interface. This method will not be shown if the selected interface is an open interface view.
|
Direction (for Open Interfaces only) |
Appears only if the selected interface is an open interface table or open interface view. It displays a read-only value (Inbound or Outbound) for the selected method of an open interface table or view. Note: If the selected method isSUBMIT_CP_<internal name of the associated concurrent program> , Direction and CRUD Operation (described in the next row) are not shown in this page.
|
CRUD Operation (for Open Interfaces only) |
Appears only if the selected interface is an open interface table or open interface view.
|
Operation (for Java APIs only) |
Appears only if the selected interface is a Java API. The available options for your selection are:
|
Service Status |
Displays the corresponding REST service status for the selected method.
|
Description |
Displays the selected method description information. |
Oracle E-Business Suite Adapter Operations — Add Filter Conditions Page
You can optionally create filter conditions for a selected open interface in your integration if the selected CRUD Operation value for a method is Read, Update, or Delete. Use this feature to add conditions to only allow certain data to be passed in your integration.
Element | Description |
---|---|
Element |
Select a desired open interface table or view column from the drop-down menu. This returns the elements filtered by the text you selected. For example, select “QUANTITY_ORDER” as the filter text. Then only the column names with “QUANTITY_ORDER” will be retrieved. |
Operator |
Select an appropriate operator for your filter condition. The available operation options are:
For example, select “Greater Than” for the filter element “QUANTITY_ORDER”. |
Value |
Enter a literal value or a parameter in this field. For example, enter If the value is a parameter or variable, add Please note that the |
AND/OR |
If there are more than one filter conditions listed in the table, specify desired logical operator values ( |
To update an existing condition, select a desired condition that you want to edit first. The entered values become editable. To remove a filter condition entered earlier in the table, click the X
icon next to the condition you want to remove. Click Detach to manage the filter conditions in a separate Detached Table page. Click Clear All to remove all the filter conditions listed in the table.
Click Continue to save the filter conditions and return back to the Operations page. See: Oracle E-Business Suite Adapter Configure Operations Page.