DBA Data[Home] [Help]

APPS.PER_JOB_BUS dependencies on PER_JOB_EVALUATIONS

Line 1147: from per_job_evaluations jev1

1143: from per_job_requirements jre1
1144: where jre1.job_id = p_job_id;
1145: --
1146: cursor csr_evaluation is select null
1147: from per_job_evaluations jev1
1148: where jev1.job_id = p_job_id;
1149: --
1150: cursor csr_elementp is select null
1151: from per_career_path_elements cpe1

Line 1192: -- per_job_evaluations, per_career_path_elements (check on parent and

1188: --
1189: begin
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: --

Line 1424: from per_job_evaluations jbe

1420:
1421: cursor csr_job_evaluations(p_job_id in number) is
1422: select jbe.job_evaluation_id,
1423: jbe.date_evaluated
1424: from per_job_evaluations jbe
1425: where jbe.job_id = csr_job_evaluations.p_job_id;
1426:
1427: --
1428: begin