DBA Data[Home] [Help]

APPS.HR_SECURITY_INTERNAL dependencies on PER_VAC_LINKED_ASSIGNMENTS

Line 4259: and nvl(paaf.vacancy_id,(select distinct vacancy_id from PER_VAC_LINKED_ASSIGNMENTS

4255: from per_all_people_f papf,
4256: per_all_assignments_f paaf,
4257: irc_rec_team_members irt
4258: where papf.person_id = paaf.person_id
4259: and nvl(paaf.vacancy_id,(select distinct vacancy_id from PER_VAC_LINKED_ASSIGNMENTS
4260: where tgt_apl_asg_id=paaf.assignment_id and rownum<2)) = irt.vacancy_id
4261: and sysdate between paaf.effective_start_date and paaf.effective_end_date
4262: and sysdate between papf.effective_start_date and papf.effective_end_date
4263: and paaf.assignment_type in('A','O')