DBA Data[Home] [Help]

APPS.PER_JOB_BUS dependencies on HR_ALL_POSITIONS_F

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

1121: -- ---------------------------------------------------------------------------
1122: procedure check_delete_record(p_job_id number,
1123: p_business_group_id number) is
1124: --
1125: -- Changed 01-Oct-99 SCNair (per_all_positions to hr_all_positions_f) date track
1126: -- requirement
1127: --
1128: cursor csr_position is select null
1129: from hr_all_positions_f pst1

Line 1129: from hr_all_positions_f pst1

1125: -- Changed 01-Oct-99 SCNair (per_all_positions to hr_all_positions_f) date track
1126: -- requirement
1127: --
1128: cursor csr_position is select null
1129: from hr_all_positions_f pst1
1130: where pst1.job_id = p_job_id;
1131: --
1132: cursor csr_assignment is select null
1133: from per_all_assignments_f a

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

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