DBA Data[Home] [Help]

APPS.PER_ABS_BUS dependencies on STANDARD

Line 1282: -- standard hours of the assignment or business group.

1278:
1279: else
1280: --
1281: -- No formula could be located so we calculate based on the
1282: -- standard hours of the assignment or business group.
1283: --
1284: p_use_formula := FALSE;
1285:
1286: hr_utility.set_location(l_proc, 65);

Line 1393: -- The leave timings are out off the standard timings.

1389: --
1390: if l_first_day_minutes <= 0 OR l_first_day_minutes > l_normal_day_minutes
1391: OR l_last_day_minutes <= 0 OR l_last_day_minutes > l_normal_day_minutes THEN
1392: --
1393: -- The leave timings are out off the standard timings.
1394: -- So use 24 hours rule to calculate the first day and last day minutes.
1395: --
1396: hr_utility.set_location(l_proc, 72);
1397: l_first_day_minutes := convert_to_minutes(nvl(p_time_start,

Line 1479: /* If the standard working hours is not defined at Assignment or

1475: -- Set the absence days and hours out parameters.
1476: --
1477: if l_hours_or_days = 'H' then
1478: -- Start of fix 3156665
1479: /* If the standard working hours is not defined at Assignment or
1480: Organization level, then system will take the default start time
1481: as 00:00 and end time as 23:59. Duration of this times will reach
1482: upto 23.983333' only. So if system is using default timings then
1483: rounding the calculated hours to get the default as 24 hours.