Individual Compensation Distribution :
Below is the quick steps for ICD setup:
Setup Individual Compensation Distribution (ICD):
Below digram depicts steps required to setup ICD
Part1 : Setup necessary elements and required formulas
Step2: Setup necessary function/menus to access it through self-service
Setup Individual Compensation Distribution with example:
Requirement : Let us now explain this step by step with a real world example. Lets assume there is a requirement to setup ICD to reward employees for taking training. An employee will be rewarded Rs. 1000.00 for each hours. Manager will also be able to rate the training. So the calculation would look like this:
Pay Value = ((1000.00 * Duration in hours) * Manager Rating 1 to 10)/10
So if a managers gave rating 5 and employee gave training for 8 hours, he will get Rs. 4000.00 (= 1000.00*8*5/10)
To accomplish this requirements steps would be as follows:
1. Create an element :
Create an element “ICD Training Reward” as follows with two input values
1. Duration in hours
2. Manager Rating 1 to 10.
Now also create an element link for this element and write a fast formula that will have calculation as described above. Link this formula with the element.
Pay Value = ((1000.00 * Duration in hours) * Manager Rating 1 to 10)/10
2. Create a plan for this element :
Now its time to link this element with plan. For the same please follow below navigation
Navigation : HR Professional V4.0 ⇒ Individual Compensation Distribution ⇒ Quick Setup ⇒ Select the element ICD Training Reward ⇒ Click Create
* This will create a plan type id please take note of that
3. Create a function to access it through self-service responsibility:
Now we have created an element and linked it with plan. The next step would be to create a function and attach with manager self-service responsibility so that manager can access it and reward employees reporting under him.
Create one function “Training Reward” as follows and attach this with your custom Manager self-service responsibility
* In the parameter PLANTYPE=1, value 1 is the plan type id which we got while creating plan
Function : XXICD_TRAING_REWARD
User Function Name : Training Reward
Type : SSWA jsp function
Parameters : pProcessName=HR_ADV_INDIVIDUAL_COMP_PRC&pItemType=HRSSA&pCalledFrom=XXICD_TRAING_REWARD&PLANTYPE=1&OAFunc=XXICD_TRAING_REWARD
HTML Call : OA.jsp?akRegionCode=HR_CREATE_PROCESS_TOP_SS&akRegionApplicationId=800
4. Access the function to reward employee:
The last and final step would be to access the function through manager self-service and reward an employee.
Other references:
I am sure these steps will be of some help to understand basics of Individual Compensation Distribution. However, if you would like to explore more on this, following oracle notes will defiantly help you. Best of luck !!
- How to Setup an Individual Compensation Distribution Function for Accessing from Employee Self-Service Responsibility in the new R12.1 model (Doc ID 1488022.1)
- Managing Individual Compensation Distribution Plans with Oracle HRMS (Doc ID 143057.1)
- How To Configure History Information on Individual Compensation Distribution (Doc ID 359165.1)
- R12.1.2 Individual Compensation Distribution Allowing Negative Value (No Min/Max Validation) (Doc ID 1244935.1)
- How to Show Different Input Values for Managers and Employees for Individual Compensation Distributions in Self-Service? (Doc ID 1260264.1)
- How to Setup an Individual Compensation Distribution Function for a Plan Type for Accessing from Employee Self-Service Responsibility (Doc ID 453649.1)
- How to Award New Compensation to Employees as HR Line Manager using the Function Individual Compensation for Administrators? (Doc ID 1604738.1)
- New Recurring Element for Individual Compensation Distribution (Doc ID 1603161.1)
- Can Individual Compensation Distributions be Processed on Secondary Assignments? (Doc ID 1323402.1)
- Individual Compensation Distribution and Approvals Management Rule Returning Different Approver Values (Doc ID 1324350.1)
- How to Remove the Cost Allocation Field in Individual Compensation Distributions? (Doc ID 1590128.1)
- Is There an API To Load Data For Individual Compensation Distributions ? (Doc ID 1519726.1)
- Can Individual Compensation Distribution (ICD) Use AME For Approvals? (Doc ID 336181.1)
- How to Remove Delete Option in Individual Compensation Distribution for Manager Self-Service Transactions (Doc ID 1313756.1)
- Not Able To Remove/Unselect an Already Selected Individual Compensation Distribution (ICD) (Doc ID 1116243.1)
- Unable to Access Individual Compensation Distributions (ICD) from Employee-Self Service Responsibility (Doc ID 335777.1)
- Does Individual Compensation Distribution (ICD) Require a License? (Doc ID 1213956.1)
- How Does a Manager Submit More Than 1 Payment Using Individual Compensation Distributions (Doc ID 1307408.1)
- How to Switch off Approvals for Individual Compensation Distributions (ICD) Function ? (Doc ID 1401495.1)