You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Difference in Quickpay vs Calculate Payroll

We have modified the delivered formula for our salaried employees that is attached to their salary basis element using the below logic:

l_UNV_worked_days = 10
l_UNV_fte = 1
If wsa_exists('WAS_UNV_WORKED_DAYS','NUMBER' ) then
(l_UNV_worked_days = WSA_GET('WAS_UNV_WORKED_DAYS',0))
If wsa_exists('WAS_UNV_FTE','NUMBER' ) then
(l_UNV_fte = WSA_GET('WAS_UNV_FTE',0))
l_dummy =PAY_INTERNAL_LOG_WRITE('(RGS_REGULAR_SALARIED_EARN_RESULTS) l_UNV_worked_days :'||to_char(l_UNV_worked_days ))
l_dummy =PAY_INTERNAL_LOG_WRITE('(RGS_REGULAR_SALARIED_EARN_RESULTS) l_UNV_fte :'||to_char(l_UNV_fte ))

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!