DBA Data[Home] [Help]

APPS.PER_JOBS_PKG dependencies on PER_ROLES

Line 278: from per_roles rol

274: where eln.job_id = p_job_id
275: and eln.job_id is not null;
276: --
277: cursor csr_role is select null
278: from per_roles rol
279: where rol.job_id = p_job_id
280: and rol.job_id is not null;
281: --
282: g_dummy_number number;