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!
End Dating an element link
Hello! I am trying to end date a recurring element's link. I have read multiple places that I am getting the error message "
APP-PAY-07134: You cannot delete links which have entries within the deletion period."
because there is a payroll run with results. But there isn't. I have also run the below query, that show no results.
Do I really have to remove the recurring earnings element from all my employees before end dating the link?
I feel like I have been able to do this before?
TIA
Carrie
select *
from pay_element_entries_f
where element_link_id = 2257
and effective_start_date >= <date on which link is end dated>;