Download Sample Setup for Case Scenarios in Oracle Payroll - Loan...
Description
13th June 2013 Sample Setup for Case Scenarios in Oracle Payroll Loan The aim of this post is to provide sample case study for beginners in Oracle Payroll. This case study will take you through the real time requirements in payroll for UAE legislation. In further posts we will be dealing with scenarios related to costing and resolution for issues during payroll support. Note: All setups are effective 01Jan1951 1. Loan Setup Case: In your organization, an employee is eligible to apply for a loan. Now the administrator will determine the number of installments required to recover this loan. This loan is internal and does not require payment to be made to a third party.Let us keep it very simple. Oracle Payroll by default provides elements for Handling Loans. You may use these or create you own, as I have done for simplicity sake. Approach: You need a nonrecurring element, something that the admin will add in the element entries to say that in this run the loan is to disbursed to the employee. Then recurring elements for deducting the installment in subsequent runs until the entire amount is repaid. Also the corresponding balances need to be created. Then we write the fast formula for processing the loan and validations if any. Define the formula result. Go to the element entry screen add the loan element and run the quick pay to check our setup.
Element and Balance Setup: Total Compensation>Basic>Element Description Total Compensation>Basic>Balance ___________________________________________________________________________________ Element Loan Amount Classification Earnings Type NonRecurring Termination Rule Last Standing Process Other Options Process in Run Priority 7552 Input Values Pay Value Element Loan Repayment Classification Type Termination Rule
Voluntary Deductions Recurring Last Standing Process
Other Options
Process in Run
Priority
7550 Number ofLoan Installments(Number) Amount(Money)
Input Values Element Classification Type Termination Rule Other Options Priority
Loan Outstanding Earnings NonRecurring Last Standing Process Process in Run 7561
Input Values
Outstanding Amount(Money)
Balance
Loan
Once Period
in
Indirect Result
Each
Feeds
Loan Repayment(Add)
Dimension
Assignment Inception to Assignment Run Date
Element Entry Inception to Date
___________________________________________________________________________________ Total Compensation>Basic>Write Formula Fast Formula: Loan Calculation Type: Oracle Payroll DEFAULT FOR PAY_PROC_PERIOD_START_DATE IS '1951/01/01 00:00:00' (date) DEFAULT FOR PAY_PROC_PERIOD_END_DATE IS '4712/12/31 00:00:00' (date) DEFAULT FOR EMP_HIRE_DATE IS '4712/12/31 00:00:00' (date) DEFAULT FOR AMOUNT is 0 DEFAULT FOR STOP IS 'NO' DEFAULT FOR LOAN_OUTSTANDING IS 0 DEFAULT FOR LOAN_INSTALLMENT IS 0 INPUTS ARE LOAN_AMOUNT,NUMBER_OF_INSTALLMENTS IF LOAN_BALANCE_ASG_ITD = 0 AND PAY_PROC_PERIOD_START_DATE = ENTRY_START_DATE THEN ( LOAN_OUTSTANDING = LOAN_AMOUNT MSG = 'Loan is disbursed' RETURN LOAN_OUTSTANDING,LOAN_AMOUNT,MSG ) IF LOAN_AMOUNT LOAN_BALANCE_ASG_ITD >0 THEN ( LOAN_INSTALLMENT = LOAN_AMOUNT/NUMBER_OF_INSTALLMENTS LOAN_OUTSTANDING = LOAN_AMOUNT LOAN_BALANCE_ASG_ITD LOAN_INSTALLMENT IF LOAN_OUTSTANDING > 0 THEN ( MSG = 'Loan Recovery in progress' RETURN LOAN_OUTSTANDING,LOAN_INSTALLMENT,MSG ) ELSE ( MSG = 'Loan recovery completed' STOP ='YES' RETURN LOAN_OUTSTANDING,MSG,STOP ) )
Formula Result: Total Compensation>Basic>Formula Results
Now we go to the employee assignment screen and add the entry as shown.Loan Repayment entry for employee in Feb Note: This has already been processed, hence the check and end date.
Quick Pay Results: People>Enter and Maintain> 1.Select the employee 2. Click on Assignment 3. Click on Others
Posted 13th June 2013 by Vasudha and Sreekanth 3 View comments
Jasmin Mezet April 8, 2014 at 7:30 AM Hi Vasudha and Sreekanth, Very good post. But I was not able to get the results as you did. First, I needed to change the Loan Amount earning element from Recurring to Nonrecurring since it will not appear in Formula results if (Earning element) it's
Recurring. I hope you are still "online" so we can discuss this problem? Regards Jazzmean Reply Replies Vasudha and Sreekanth
May 21, 2014 at 6:32 AM
Hi Jazz, Sorry for the delayed response. You are right the loan amount earning should be nonrecurring. As you can see in the first screenshot where loan disbursed, the loan amount is an indirect result and hence cannot be a recurring element. I have now corrected the typo. Please do let me know if you need further information. I hope to be actively available on this blog :) Regards, Vasudha and Sreekanth Reply
Venu R November 10, 2014 at 7:00 AM This comment has been removed by the author. Reply
Thank you for interesting in our services. We are a non-profit group that run this website to share documents. We need your help to maintenance this website.