Chapter 47: Fast Formula for Annual Bonus Calculation
Overview:
This formula calculates the annual bonus based on the employee’s annual salary and the bonus percentage defined by company policy.
Business Logic:
-
Bonus = Annual Salary × Bonus Percentage
-
The formula allows dynamic bonus percentages (e.g., 10%, 15%).
Inputs Required:
-
ANNUAL_SALARY: Employee’s yearly salary
-
BONUS_PERCENTAGE: Percentage of the bonus (as a number, e.g., 10 for 10%)
Sample Formula:
Use Case Example:
-
Annual Salary: ₹10,00,000
-
Bonus Percentage: 15
→ Bonus Amount: ₹10,00,000 × 15% = ₹1,50,000
Best Practices:
-
Ensure BONUS_PERCENTAGE is managed via element entries or fast formula inputs.
-
Apply proper proration if the employee hasn't worked a full year.
Practice Quiz:
-
What happens if the bonus percentage is 0?
-
How can you extend the formula to include proration for partial-year employees?
-
How is the bonus amount taxed in Oracle Payroll?
No comments:
Post a Comment