DBA Data[Home] [Help]

APPS.PER_JOBS_PKG dependencies on PER_BUDGET_ELEMENTS

Line 263: from per_budget_elements bde1

259: from per_career_path_elements cpe1
260: where cpe1.subordinate_job_id = p_job_id;
261: --
262: cursor csr_budget is select null
263: from per_budget_elements bde1
264: where bde1.job_id = p_job_id
265: and bde1.job_id is not null;
266: --
267: cursor csr_vacancy is select null

Line 296: -- subordinate id), hr_all_positions_f, per_budget_elements,

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: --
299: --
300: --