PowerExchange Adapters for PowerCenter
- PowerExchange Adapters for PowerCenter 10.4.0
- All Products
Element | Description |
---|---|
APPLICATION | Oracle E-Business Suite application that the open interface belongs to. An application can contain more than one open interface. The APPLICATION element contains APPLICATION_SHORT_NAME to represent the application name. |
INTERFACE | Open interface in the application. The interface name appears in the list of open interfaces when you import an Oracle E-Business Suite target definition. INTERFACE contains the INTERNALNAME element, which is the name of the concurrent request. |
TABLE | Interface tables in the open interface. TABLE contains the NAME element, which is the name of an interface table. |
<APPLICATION NAME="AR"> <INTERFACE NAME="AR TelecomInvoice" INTERNALNAME="RATEL"> <TABLE NAME="AR_INTERFACE_LINES_ALL" /> <TABLE NAME="AR_INTERFACE_DISTRIBUTIONS_ALL" /> <TABLE NAME="AR_INTERFACE_SALESCREDITS_ALL" /> </INTERFACE> </APPLICATION>