DBA Data[Home] [Help]

APPS.BEN_ELIGIBLE_PERSON_PERF_API dependencies on BEN_PLIP_F

Line 1717: from ben_plip_f cpp,

1713: --
1714: cursor c_plip
1715: (p_elig_per_id number, cv_pgm_id number) is
1716: select cpp.plip_id
1717: from ben_plip_f cpp,
1718: ben_elig_per_f pep
1719: where cpp.pl_id = pep.pl_id
1720: and pep.elig_per_id = p_elig_per_id
1721: and cpp.pgm_id = cv_pgm_id /* Bug 5098907 */