Built-In Utility Services
The following sections describe the built‐in services you can use in the WmOAAdapter package.
pub.adapter.wmoa:deleteAllTransactions
This service allows you to delete all transaction definitions at one time using the Designer, rather than deleting each transaction definition individually using theIntegration Server Administrator.
Input Parameters
| OARelease | Value. The Oracle
Applications release number of the transaction definitions to be deleted.
Valid values: 107SC, 107NCA, 11, 11i |
Output Parameters
| deleteStatus | fOARelease. The
Oracle Applications release number.
transactionName. The name of the transaction definition. message. Informational message. |
pub.adapter.wmoa:importAllTransactions
This service allows you to import all of the transaction definitions into the repository for a particular release of Oracle Applications at one time using the Designer, rather than importing the transaction definitions individually using the Integration Server Administrator.
Input Parameters
There are no input parameters. The service imports all .txp files located in the IntegrationServer_directory\packages\WmOAAdapter\exchange directory into the repository.
Output Parameters
| importStatus | success. Either true
or false.
message. Informational message. fileTranName. The name of the transport file (.txp) of the transaction definition. importTranName. Transaction definition name. |