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!
unable to get value for database item element_ASG_GRE_YTD in fast formula
The Voluntary deduction element has been created under US legislation. The fast formula is generated with reference to ASG_GRE_TYD . When I run two consecutive quickpays, I am unable to fetch database item ASG_GRE_YTD value.
SOE_run = TEST_ELM_ASG_GRE_RUN
SOE_ytd = TEST_ELM_ASG_GRE_YTD
When i reference this SOE_ytd to check annual deduction limit, system
ret = hr_trace('* SOE YTD: .'|| to_char(SOE_ytd))
mesg = to_char(SOE_ytd)
IF SOE_ytd >= 10000 then
dedn_amt = 0
Else
(
IF (SOE_ytd + dedn_amt) >= 10000 then
dedn_amt = EVHC_PAC_ANN_LIMIT - SOE_ytd