DBA Data[Home] [Help]

APPS.PER_JOBS_PKG dependencies on HR_ALL_POSITIONS_F

Line 230: -- Changed 01-Oct-99 SCNair (per_all_positions to hr_all_positions_f) date track requirement

226: --
227: PROCEDURE check_delete_record(p_job_id number,
228: p_business_group_id number) is
229: --
230: -- Changed 01-Oct-99 SCNair (per_all_positions to hr_all_positions_f) date track requirement
231: --
232: cursor csr_position is select null
233: from hr_all_positions_f pst1
234: where pst1.job_id = p_job_id;

Line 233: from hr_all_positions_f pst1

229: --
230: -- Changed 01-Oct-99 SCNair (per_all_positions to hr_all_positions_f) date track requirement
231: --
232: cursor csr_position is select null
233: from hr_all_positions_f pst1
234: where pst1.job_id = p_job_id;
235: --
236: cursor csr_assignment is select null
237: from per_all_assignments_f a

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