[Home] [Help]
APPS.BEN_DISTRIBUTE_RATES dependencies on BEN_COMP_LVL_FCTR
Line 1891: from ben_comp_lvl_fctr clf
1887: --
1888: cursor c_clf is
1889: select clf.comp_src_cd,
1890: clf.defined_balance_id
1891: from ben_comp_lvl_fctr clf
1892: where clf.comp_lvl_fctr_id = l_ecr.ptd_comp_lvl_fctr_id
1893: and clf.business_group_id = p_business_group_id;
1894: --
1895: l_clf c_clf%rowtype;