DBA Data[Home] [Help]

APPS.HR_EXU_BUS dependencies on HR_PATTERNS

Line 102: hr_patterns hp,

98: cursor c1 is
99: select '1'
100: from hr_calendar_usages hcu,
101: hr_calendars hc,
102: hr_patterns hp,
103: hr_pattern_purposes hpp
104: where hcu.calendar_usage_id = p_calendar_usage_id
105: and hcu.calendar_id = hc.calendar_id
106: and hc.pattern_id = hp.pattern_id