DBA Data[Home] [Help]

APPS.HR_CALENDAR_PKG dependencies on HR_EXCEPTION_USAGES

Line 357: hr_exception_usages EXC_USE

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
361: and exc_use.calendar_id = p_calendar_id

Line 415: hr_exception_usages EXC_USE

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
419: and exc_use.calendar_usage_id = p_calendar_usage_id