DBA Data[Home] [Help]

APPS.HR_CALENDAR_PKG dependencies on HR_PATTERN_EXCEPTIONS

Line 356: from hr_pattern_exceptions EXC,

352: -- our period of interest
353: --
354: select exc.pattern_id,
355: exc.exception_start_time
356: from hr_pattern_exceptions EXC,
357: hr_exception_usages EXC_USE
358: where exc.exception_start_time < p_period_end_time
359: and exc.exception_end_time > p_period_start_time
360: and exc.exception_id = exc_use.exception_id

Line 414: from hr_pattern_exceptions EXC,

410: -- period of interest.
411: --
412: select exc.pattern_id,
413: exc.exception_start_time
414: from hr_pattern_exceptions EXC,
415: hr_exception_usages EXC_USE
416: where exc.exception_start_time < p_period_end_time
417: and exc.exception_end_time > p_period_start_time
418: and exc.exception_id = exc_use.exception_id