DBA Data[Home] [Help]

APPS.PER_ABSENCE_ATTENDANCES_PKG dependencies on STANDARD

Line 2373: end time as 24:00, because this will not work with the standard

2369: Organization level, then system will take the default start time as
2370: 00:00 and end time as 23:59. If we calculate the total hours with
2371: this duration then we will be getting as 23.98333'. For a day the
2372: it must be 24 hours as default. We cannot change the default
2373: end time as 24:00, because this will not work with the standard
2374: hours format like HH24:MI. Hence overriding the calculated hours
2375: with 24 hours. */
2376: --
2377: if p_tstart = '00:00' and p_tend = '23:59' then