DBA Data[Home] [Help]

APPS.BEN_ELEMENT_ENTRY dependencies on BEN_EPE_CACHE

Line 4735: -- elig_per_elctbl_chc_id is not populated in the ben_epe_cache

4731: --
4732: end if;
4733: --
4734: -- Bug2843979: Raising proper error if year period not found and
4735: -- elig_per_elctbl_chc_id is not populated in the ben_epe_cache
4736: --
4737: if l_last_pp_end_dt is null and
4738: ben_epe_cache.g_currepe_row.elig_per_elctbl_chc_id is null then
4739: --

Line 4738: ben_epe_cache.g_currepe_row.elig_per_elctbl_chc_id is null then

4734: -- Bug2843979: Raising proper error if year period not found and
4735: -- elig_per_elctbl_chc_id is not populated in the ben_epe_cache
4736: --
4737: if l_last_pp_end_dt is null and
4738: ben_epe_cache.g_currepe_row.elig_per_elctbl_chc_id is null then
4739: --
4740: fnd_message.set_name('BEN','BEN_93368_DETERMINE_PAY_PERIOD');
4741: fnd_message.raise_error;
4742: --