DBA Data[Home] [Help]

APPS.BEN_ELEMENT_ENTRY dependencies on BEN_ELIG_PER_ELCTBL_CHC

Line 1794: from ben_elig_per_elctbl_chc epe

1790: --
1791: cursor c_get_epe
1792: is
1793: select epe.elig_per_elctbl_chc_id
1794: from ben_elig_per_elctbl_chc epe
1795: ,ben_oipl_f oipl
1796: ,ben_per_in_ler pil
1797: where epe.per_in_ler_id = pil.per_in_ler_id
1798: and nvl(epe.pgm_id, -1) = nvl(p_pgm_id, -1)