DBA Data[Home] [Help]

APPS.BEN_DETERMINE_COVERAGE dependencies on BEN_COMP_LVL_FCTR

Line 1857: from ben_comp_lvl_fctr clf

1853: --
1854: cursor c_clf(p_comp_lvl_fctr_id in number) is
1855: select clf.comp_src_cd,
1856: clf.name
1857: from ben_comp_lvl_fctr clf
1858: where p_comp_lvl_fctr_id = clf.comp_lvl_fctr_id;
1859: --
1860: l_clf c_clf%rowtype;
1861: --