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!
What are the DBIs for the Leave of Absence (LOA) Start Date And End Date in R12?
Hi,
The issue has can be reproduced at will with the following steps :
1. Create an Unpaid Leave (Absence Classification) Non-recurring element with inputs as days, date start,date end & pay value
2. Create one more element called Unpaid Leave Deduction of indirect Deduction element with inputs as pay value.
3. Write a fast formula :
Formula Name : CRL_UNPAID_LV_DED_FF
Formula : (for example)
DEFAULT FOR ASG_SALARY IS 0
DEFAULT FOR DAYS IS 0
DEFAULT FOR PAY_PROC_PERIOD_START_DATE IS '0001/01/01 00:00:00' (DATE)
DEFAULT FOR PAY_PROC_PERIOD_END_DATE IS '4712/12/31 00:00:00' (date)
DEFAULT FOR date_start IS '0001/01/01 00:00:00' (DATE)