Payroll and OTL - EBS (MOSC)

MOSC Banner

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

edited Jul 25, 2018 5:00AM in Payroll and OTL - EBS (MOSC) 4 commentsAnswered

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center