DBA Data[Home] [Help]

APPS.BEN_APR_BUS dependencies on BEN_PL_F

Line 2214: -- Bug 2695254 changed the ben_pl to ben_pl_f and ben_oipl to ben_oipl_f

2210: l_proc varchar2(72) := g_package||'chk_mlt_cd_dependencies';
2211: l_api_updating boolean;
2212: l_dummy ben_cvg_amt_calc_mthd_f.name%type := null; --UTF8 Change Bug 2254683
2213: --
2214: -- Bug 2695254 changed the ben_pl to ben_pl_f and ben_oipl to ben_oipl_f
2215: --
2216: cursor c1 is
2217: select cvg.name
2218: from ben_pl_f coa,ben_cvg_amt_calc_mthd_f cvg

Line 2218: from ben_pl_f coa,ben_cvg_amt_calc_mthd_f cvg

2214: -- Bug 2695254 changed the ben_pl to ben_pl_f and ben_oipl to ben_oipl_f
2215: --
2216: cursor c1 is
2217: select cvg.name
2218: from ben_pl_f coa,ben_cvg_amt_calc_mthd_f cvg
2219: where coa.pl_id = p_pl_id
2220: and coa.pl_id = cvg.pl_id (+)
2221: and coa.business_group_id = p_business_group_id
2222: union