DBA Data[Home] [Help]

APPS.BEN_MANAGE_OVERRIDE dependencies on BEN_PIL_ELCTBL_CHC_POPL

Line 1145: from ben_pil_elctbl_chc_popl pel,

1141: --
1142: cursor c_pel is
1143: select pel.enrt_perd_id,
1144: pel.lee_rsn_id
1145: from ben_pil_elctbl_chc_popl pel,
1146: ben_elig_per_elctbl_chc epe
1147: where pel.pil_elctbl_chc_popl_id = epe.pil_elctbl_chc_popl_id
1148: and epe.elig_per_elctbl_chc_id = p_elig_per_elctbl_chc_id;
1149: