DBA Data[Home] [Help]

APPS.PER_JOBS_PKG dependencies on PER_ALL_ASSIGNMENTS_F

Line 237: from per_all_assignments_f a

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
238: where a.job_id = p_job_id
239: and a.job_id is not null;
240: --
241: cursor csr_grade is select null