DBA Data[Home] [Help]

APPS.BEN_MANAGE_DEFAULT_ENRT dependencies on BEN_LER_F

Line 792: from ben_ler_f ler

788: and (p_person_id is NULL or pil.person_id = p_person_id)
789: -- and (p_ler_id is NULL or pil.per_in_ler_id = p_ler_id) -- 2828045
790: and (p_ler_id is NULL or pil.ler_id = p_ler_id)
791: and exists (select null -- 2828045
792: from ben_ler_f ler
793: where ler.ler_id = pil.ler_id
794: and ler.typ_cd not in ('COMP','ABS','GSP')
795: and l_effective_date
796: between ler.effective_start_date

Line 1879: ,ben_ler_f ler

1875: ,a.enrt_perd_strt_dt
1876: ,a.enrt_perd_end_dt
1877: From Ben_pil_elctbl_chc_popl a
1878: ,ben_per_in_ler b
1879: ,ben_ler_f ler
1880: Where a.PIL_ELCTBL_POPL_STAT_CD = 'STRTD'
1881: --and a.business_group_id = b.business_group_id
1882: and a.business_group_id = p_business_group_id
1883: and a.per_in_ler_id = b.per_in_ler_id

Line 1898: ben_ler_f ler

1894: Select b.PER_IN_LER_ID
1895: ,b.lf_evt_ocrd_dt
1896: ,b.ler_id
1897: From ben_per_in_ler b,
1898: ben_ler_f ler
1899: Where b.per_in_ler_stat_cd = 'STRTD'
1900: and b.person_id = p_person_id
1901: and b.ler_id = ler.ler_id
1902: and ler.typ_cd not in ('COMP','GSP')