[Home] [Help]
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
1134: where a.job_id = p_job_id
1135: and a.job_id is not null;
1136: --
1137: cursor csr_grade is select null