DBA Data[Home] [Help]

APPS.PER_JOBS_PKG dependencies on PAY_ELEMENT_LINKS_F

Line 273: from pay_element_links_f eln

269: where vac.job_id = p_job_id
270: and vac.job_id is not null;
271: --
272: cursor csr_link is select null
273: from pay_element_links_f eln
274: where eln.job_id = p_job_id
275: and eln.job_id is not null;
276: --
277: cursor csr_role is select null