DBA Data[Home] [Help]

APPS.BEN_ELIGIBLE_PERSON_PERF_API dependencies on BEN_PLIP_F

Line 1738: from ben_plip_f cpp,

1734: --
1735: cursor c_plip
1736: (p_elig_per_id number, cv_pgm_id number) is
1737: select cpp.plip_id
1738: from ben_plip_f cpp,
1739: ben_elig_per_f pep
1740: where cpp.pl_id = pep.pl_id
1741: and pep.elig_per_id = p_elig_per_id
1742: and cpp.pgm_id = cv_pgm_id /* Bug 5098907 */