Previous  Next          Contents  Index  Navigation    Library

Overview of the Oracle Receivables Transaction Data Collection Process

In Oracle Sales Compensation, collecting transaction information from Oracle Receivables consists of three major tasks.

   To define table and column mappings between Oracle Receivables and Oracle Sales Compensation and regenerate the code according to the mappings:

This task consists of two steps.

   To use the Concurrent Manager to submit a set of requests that install the collection programs and collect the transaction data according to the defined table and column mappings:

After Oracle Sales Compensation gives you the message "Synchronization Complete," you must run several concurrent manager programs. This task consists of two steps:

   To use the Concurrent Manager to submit a request to run the Transaction Interface Loader program:

After the collection programs have inserted your collected data into the intermediate table CN_COMM_LINES_API, you must then run another program using the concurrent manager to insert the collected data into the CN_COMMISSION_LINES table. This program is called the Transaction Interface Loader, and is also available in the list of values for the Name field in the Submit Requests window.

The Transaction Interface Loader program creates a batch program that loads your data into the Oracle Sales Compensation interface (intermediate) table CN_COMMISSION_LINES; you can run a query in the Maintain Transactions window to see this batch, called Transfer <date>. The date field shows the date when the data is transferred.

To see details of the collected transactions, click the Transactions button in the Maintain Transactions window. Oracle Sales Compensation takes you to the Transactions window and displays all your collected transactions. See Viewing Transaction Details for more information on working with the Transactions window.

Running the Transaction Interface Loader program is the the same task that you perform when you collect transaction information directly through an open interface. Collecting Transactions Using the Open Interface Directly, describes how to perform this task. Alternatively, you can execute the CN_COMMISSION _LINES_PKG.LOAD procedure in SQL*Plus to perform the same function.

Note: See the Oracle Applications User's Guide, Release 10SC, for details on how to work with the concurrent manager.


         Previous  Next          Contents  Index  Navigation    Library