DBA Data[Home] [Help]

APPS.HR_CAU_BUS dependencies on HR_PATTERN_CONSTRUCTIONS

Line 185: from hr_pattern_constructions CON,

181: -- equal to 'QUALIFYING' or 'NON QUALIFYING'. This is an SSP-specific
182: -- test.
183: --
184: select 1
185: from hr_pattern_constructions CON,
186: hr_pattern_constructions CON2,
187: hr_calendars CAL
188: where cal.calendar_id = p_calendar_id
189: and cal.pattern_id = con.pattern_id

Line 186: hr_pattern_constructions CON2,

182: -- test.
183: --
184: select 1
185: from hr_pattern_constructions CON,
186: hr_pattern_constructions CON2,
187: hr_calendars CAL
188: where cal.calendar_id = p_calendar_id
189: and cal.pattern_id = con.pattern_id
190: and con.component_pattern_id = con2.pattern_id (+)