Oracle Apps Adapter 6.0 | webMethods Oracle Applications Adapter Documentation | webMethods Oracle Applications Adapter 12.2.7 Predefined Transaction Services Documentation | Overview | Overview | Document and Service Locations
 
Document and Service Locations
In the following descriptions, Doc represents the actual name of the business document that the service implements. You can customize the services in the custom folder if the default settings do not meet your needs.
*intoOA folders are structured as follows:
Folder
Supporting documents or services
custom
*bizDocMapping. This service maps the high-level business document structure to the open interface table structure.
*getDocImport_ERR. This service retrieves processing errors related to the import process (if applicable).
*setDocTxn. This service inserts the data from the business document into the open interface tables.
rec
*DocBizDoc. This document defines the high-level business document structure.
*setDocTxnInputRec. This document defines the low-level document structure, which is a direct reflection of the corresponding open interface tables.
utils
The contents of this folder varies for each predefined transaction service. For example:
*importDoc. Runs the list of services.
*execDocConcProg. Runs the Oracle Applications concurrent processing for the business document.
*checkDocImportStatus. Checks the status of the concurrent processing. If it detects errors, it calls getDocImport_ERR.
For information about the functionality of the receive services, see Overview of Receive Service Transaction Processing.
*queryOA folders are structured as follows:
Folder
Supporting documents or services
custom
*queryDocTxn. This service retrieves data based on the query conditions.
rec
*queryDocTxnOutputRec. This document type contains the data structure retrieved by the queryDocTxn service.
For information about the functionality of the query services, see Query Services.
*sendOA folders are structured as follows:
Folder
Supporting documents or services
custom
*getDocTxn. This service polls for events in the Oracle Applications system.
*processBizDoc. This service defines how the service delivers the data to the final destination. You must customize this service to define where the data is delivered; otherwise, the service will not deliver any documents, and the events will be removed from the WM_TRACKCHANGES table.
rec
*getDocTxnOutputRec. This document type contains the data structure retrieved by the getDocTxn service.
For information about the functionality of the send services, see Overview of Query Service Transaction Processing.