DBA Data[Home] [Help]

APPS.IRC_PARTY_API dependencies on PER_VACANCIES

Line 5734: per_vacancies pav

5730: Cursor csr_secured_apl_count is
5731: select count(pav.vacancy_id)
5732: from per_people_f ppf,
5733: per_assignments_f2 paf,
5734: per_vacancies pav
5735: where ppf.party_id = p_party_id
5736: and paf.person_id = ppf.person_id
5737: and trunc(sysdate) between paf.effective_start_date and paf.effective_end_date
5738: and trunc(sysdate) between ppf.effective_start_date and ppf.effective_end_date