Configure Oracle E-Business Suite Adapter Operations Properties
Enter the Oracle E-Business Suite Adapter invoke operations property values for your integration.
Topics:
-
What You Can Do from the Oracle E-Business Suite Adapter Operations Page
-
What You See on the Oracle E-Business Suite Adapter Operations Page
-
What You Can Do from Oracle E-Business Suite Adapter Operations - Add Filter Conditions Page
-
What You See on the Oracle E-Business Suite Adapter Operations — Add Filter Conditions Page
What You Can Do from the Oracle E-Business Suite Adapter Operations Page
You can perform the following task on the Oracle E-Business Suite Adapter Operations page.
- Select a desired method name from the API you specified in the Web Services page.
What You See on the Oracle E-Business Suite Adapter Operations Page
The following table describes the key information on the Oracle E-Business Suite Adapter Operations page:
| Element | Description |
|---|---|
|
API |
It displays the API name (such as OE_INBOUND_INT), you selected earlier in the Web Services page. |
|
Methods |
Select a desired method contained in the selected API. For example, PROCESS_ORDER 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 Please note that |
|
Direction |
This field appears 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. If the selected method is |
|
CRUD Operation |
|
|
Service Status |
This field displays the corresponding REST service status for the selected method.
|
|
Description |
When a method is selected, it displays the selected method description information. |
Configure Oracle E-Business Suite Adapter Operations — Add Filter Conditions Properties
You can optionally create the Oracle E-Business Suite Adapter filter conditions for the selected open interface in your integration if the selected CRUD Operation value for a method is ‘Read', 'Update', or 'Delete'.
What You Can Do from Oracle E-Business Suite Adapter Operations - Add Filter Conditions Page
You can perform the following task on the Oracle E-Business Suite Adapter Operations - Add Filter Conditions page.
- Create one or more filter conditions for the selected open interface method if desired. These conditions filter the endpoint data before it is passed to the associated REST service for your integration at runtime.
What You See on the Oracle E-Business Suite Adapter Operations — Add Filter Conditions Page
The following table describes the key information on the Oracle E-Business Suite Adapter Operations — Add Filter Conditions page:
| 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: Equals, Not Equals, Less Than, Less or Equal To, Greater Than, Greater or Equal To, In, and Not In. By default, “Equals” ( 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 BATCH_NUM parameter specified here will be available for mapping later at the design time and will be part of the input parameters in the schema ( |
|
AND/OR |
If there are more than one filter conditions listed in the table, specify desired logical operator values ( |
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 OK to save the filter conditions and return back to the Operations page. See: What You See on the Oracle E-Business Suite Adapter Operations Page.