[Home] [Help]
1170: where eln.job_id = p_job_id
1171: and eln.job_id is not null;
1172: --
1173: cursor csr_role is select null
1174: from per_roles rol
1175: where rol.job_id = p_job_id
1176: and rol.job_id is not null;
1177: --
1178: g_dummy_number number;