Previous  Next          Contents  Index  Navigation    Library

Populate Hierarchy API Table

Populating the Hierarchy API table means taking appropriate hierarchy data from external source tables and inserting it into the Hierarchy API table within Oracle Sales Compensation. There are several methods that the user can choose to populate the Hierarchy API table:

In this stage, data is being transferred from the Hierarchy API table into the appropriate dimension hierarchy tables within Oracle Sales Compensation where they can be accessed by users of the Oracle Sales Compensation application.

Only one dimension hierarchy can be transferred at a time. The concurrent procedure for transferring the data UPLOAD HIERARCHY will request information on the name of the dimension, the name of the hierarchy to be transferred, the start period and end period that should be defined for this hierarchy. This will allow the dimension hierarchy to be uniquely defined. The UPLOAD HIERARCHY concurrent procedure also requests the name of the unique column in the Dimension table which uniquely identifies each entry in the dimension table. If a value for the unique column is not entered as a parameter, it defaults to the name of the dimension value column of the dimension hierarchy.

During this procedure the hierarchy data will be loaded row by row. In case of error, that row will be marked as unable to load and the process of transferring the data will continue. After making changes you may use the Reload Hierarchy procedure to reload the hierarchy.


         Previous  Next          Contents  Index  Navigation    Library