DBA Data[Home] [Help]

APPS.HR_EXU_BUS dependencies on HR_EXCEPTION_USAGES

Line 236: from hr_exception_usages u,

232: c1_rec c1%ROWTYPE;
233:
234: cursor c2 is
235: select '1'
236: from hr_exception_usages u,
237: hr_pattern_exceptions e
238: where u.calendar_id = p_calendar_id
239: and u.exception_id = e.exception_id
240: and e.exception_start_time <= c1_rec.end_time

Line 246: from hr_exception_usages u,

242: -- and e.exception_end_time >= c1_rec.start_time
243: and e.exception_end_time > c1_rec.start_time
244: UNION ALL
245: select '1'
246: from hr_exception_usages u,
247: hr_pattern_exceptions e
248: where u.calendar_usage_id = p_calendar_usage_id
249: and u.exception_id = e.exception_id
250: and e.exception_start_time <= c1_rec.end_time