DBA Data[Home] [Help]

APPS.BEN_PEL_BUS dependencies on BEN_ELIG_PER_ELCTBL_CHC

Line 1584: from ben_elig_per_elctbl_chc epe

1580: l_val number;
1581:
1582: cursor c_epe_exists (p_pil_elctbl_chc_popl_id number) is
1583: select 1
1584: from ben_elig_per_elctbl_chc epe
1585: where epe.pil_elctbl_chc_popl_id = p_pil_elctbl_chc_popl_id;
1586:
1587: Begin
1588: hr_utility.set_location('Entering:'||l_proc, 5);