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

Fast Formula For Hours to Days In Absence Management

edited Aug 17, 2020 5:43AM in Workforce Management 1 comment

Summary

Fast Formula For Hours to Days In Absence Management

Content

Hi Experts,

 

We have a formula that is for India UOM is Hours, I want to configure for US UOM is in Days.

Can anyone suggest how to write formula for Days.

 

l_abs_duration_hours = (l_abs_duration*8)

l_log =ESS_LOG_WRITE('l_abs_duration='|| to_char(l_abs_duration))
l_log =ESS_LOG_WRITE('l_abs_duration_hours='|| to_char(l_abs_duration_hours))

accrual = l_abs_duration_hours

RETURN accrual

 

 

Thanks,

Manoj

Version

20B

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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