DBA Data[Home] [Help]

APPS.PER_JOB_BUS dependencies on PER_VACANCIES

Line 1164: from per_vacancies vac

1160: where bde1.job_id = p_job_id
1161: and bde1.job_id is not null;
1162: --
1163: cursor csr_vacancy is select null
1164: from per_vacancies vac
1165: where vac.job_id = p_job_id
1166: and vac.job_id is not null;
1167: --
1168: cursor csr_link is select null

Line 1194: -- PER_all_assignments, per_vacancies_f, per_element_links_f

1190: --
1191: -- Check there are no values in per_valid_grades, per_job_requirements,
1192: -- per_job_evaluations, per_career_path_elements (check on parent and
1193: -- subordinate id), hr_all_positions_f, per_budget_elements,
1194: -- PER_all_assignments, per_vacancies_f, per_element_links_f
1195: --
1196: --
1197: --
1198: open csr_position;