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!
Oracle Payroll - Fast Formula - User Defined Functions - effective date parameter
Hi,
We have found some inconsistency (as yet unexplained) where an expected date being passed to a User Defined Function is apparently not being handled as expected via the custom code to generate a report.
So where in fast formula (associated with deduction element) have example lines as below
p_effective_date = PAY_PROC_PERIOD_END_DATE
message = UDF_FUNCTION_NAME (p_effective_date)
IF message <> '0' then
return message
So in this case date being passed should always be the end-date of payroll period being processed. So if August 2021 would be 31-Aug-2021.
Assignment Id is also being passed via Context Usage