DBA Data[Home] [Help]

APPS.PER_JOBS_PKG dependencies on PER_JOB_REQUIREMENTS

Line 247: from per_job_requirements jre1

243: where vg1.business_group_id + 0 = p_business_group_id
244: and vg1.job_id = p_job_id;
245: --
246: cursor csr_requirement is select null
247: from per_job_requirements jre1
248: where jre1.job_id = p_job_id;
249: --
250: cursor csr_evaluation is select null
251: from per_job_evaluations jev1

Line 294: -- Check there are no values in per_valid_grades, per_job_requirements,

290: l_rows_fetched NUMBER;
291: --
292: begin
293: --
294: -- Check there are no values in per_valid_grades, per_job_requirements,
295: -- per_job_evaluations, per_career_path_elements (check on parent and
296: -- subordinate id), hr_all_positions_f, per_budget_elements,
297: -- PER_all_assignments, per_vacancies_f, per_element_links_f
298: --