DBA Data[Home] [Help]

APPS.PER_ABS_BUS dependencies on FFFUNC

Line 2668: l_dur_calc_hours := (fffunc.days_between(p_date_end,p_date_start)+1)*24;

2664: -- fix for the bug 8492746 starts here
2665:
2666: l_dur_ent_hours := nvl(p_absence_hours,l_absence_hours);
2667:
2668: l_dur_calc_hours := (fffunc.days_between(p_date_end,p_date_start)+1)*24;
2669:
2670: if (l_dur_ent_hours > l_dur_calc_hours)
2671: then
2672: