Fast Formula For Hours to Days In Absence Management
Summary
Fast Formula For Hours to Days In Absence ManagementContent
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
Tagged:
0