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 244: from hr_exception_usages u,

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