DBA Data[Home] [Help]

APPS.HR_MASS_MOVE_API dependencies on PER_VACANCIES

Line 1061: from per_vacancies vac

1057: where jbe.position_id = p_position_id;
1058: --
1059: cursor csr_pos_vacancy is
1060: select null
1061: from per_vacancies vac
1062: where vac.position_id = p_position_id
1063: and p_date_effective between vac.date_from
1064: and nvl(vac.date_to, hr_api.g_eot);
1065: --