DBA Data[Home] [Help]

APPS.PER_JOB_BUS dependencies on PAY_ELEMENT_LINKS_F

Line 1169: from pay_element_links_f eln

1165: where vac.job_id = p_job_id
1166: and vac.job_id is not null;
1167: --
1168: cursor csr_link is select null
1169: from pay_element_links_f eln
1170: where eln.job_id = p_job_id
1171: and eln.job_id is not null;
1172: --
1173: cursor csr_role is select null