Announcements for Payroll and OTL can now be found in the Announcements - Payroll and OTL - EBS (MOSC) subcategory. Follow to be sure you don't miss a thing!
PAY: Need help with formula
we are working in oracle applications 11i. I have a new requirement in PAYROLL that requires to edit the formula of the social insurance.
the formula need to read the salary of either the hire date or JAN , whichever is latest.
had help in:
https://forums.oracle.com/forums/thread.jspa?threadID=2295769&tstart=0
Now, I'm still trying to figure out how can i do this !!
If I understood correctly can do this in three steps:
1. fetch the latest date
2. fetch the assignment action of employee on the date fetched in step 1
3. get the salary by calling the package pay_balance_pkg.get_value() using the balance id and the assignment fetched from STEP2.