DBA Data[Home] [Help]

APPS.BEN_MANAGE_LIFE_EVENTS dependencies on BEN_PL_TYP_F

Line 1883: ben_pl_typ_f pt,

1879: --
1880: cursor c8 is
1881: select 'x' found
1882: from ben_cvg_amt_calc_mthd_f ccm,
1883: ben_pl_typ_f pt,
1884: ben_pl_f pl
1885: where pl.pl_id = p_pl_id
1886: and pt.pl_typ_id = pl.pl_typ_id
1887: and pt.opt_typ_cd = 'CWB'

Line 10241: , ben_pl_typ_f plt

10237: plt.name,
10238: Plt.MN_ENRL_RQD_NUM,
10239: plt.MX_ENRL_ALWD_NUM
10240: from ben_ptip_f ptip
10241: , ben_pl_typ_f plt
10242: where ptip.ptip_id = p_ptip_id
10243: and ptip.pl_typ_id = plt.pl_typ_id
10244: and ptip.business_group_id = p_business_group_id
10245: and p_effective_date between