Proration Formula in Oracle HRMS Payroll
Proration Formula in Oracle HRMS Payroll
Usage:
It is a very common requirement in Oracle payroll, that when a specific event occurs, e.g. Salary change, Salary of
that particular period should be prorated.
Steps:
1) Create an element
7) Salary Change
RESULT = ASG_SALARY
START_DATE = PAY_PROC_PERIOD_START_DATE
END_DATE = PAY_PROC_PERIOD_END_DATE
L_WORKED_DAYS = DAYS_BETWEEN(PRORATE_END,PRORATE_START) +1
START_DATE = PRORATE_START
END_DATE = PRORATE_END
Global HRMS Manager --> People --> Enter and Maintain --> Assignment --> Salary
Step (8) Run Quick Pay
Two element will be shown in Run results. Oracle splits the element execution on change date.
Element 1
Element 2
So we achieved our goal. Hope you enjoyed the post.