DBA Data[Home] [Help]

APPS.IRC_UTILITIES_PKG dependencies on PER_VACANCIES

Line 616: ,per_vacancies per_vac

612: cursor csr_has_vac is
613: select 1
614: from per_all_people_f per_per
615: ,per_all_assignments_f per_asg
616: ,per_vacancies per_vac
617: where per_per.party_id=p_party_id
618: and p_eff_date between per_per.effective_start_date and per_per.effective_end_date
619: and per_per.person_id=per_asg.person_id
620: and p_eff_date between per_asg.effective_start_date and per_asg.effective_end_date