DBA Data[Home] [Help]

APPS.PER_ABSENCE_ATTENDANCES_PKG dependencies on STANDARD

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

2265: Organization level, then system will take the default start time as
2266: 00:00 and end time as 23:59. If we calculate the total hours with
2267: this duration then we will be getting as 23.98333'. For a day the
2268: it must be 24 hours as default. We cannot change the default
2269: end time as 24:00, because this will not work with the standard
2270: hours format like HH24:MI. Hence overriding the calculated hours
2271: with 24 hours. */
2272: --
2273: if p_tstart = '00:00' and p_tend = '23:59' then