DBA Data[Home] [Help]

APPS.BEN_DISTRIBUTE_RATES dependencies on BEN_COMP_LVL_FCTR

Line 1771: from ben_comp_lvl_fctr clf

1767: --
1768: cursor c_clf is
1769: select clf.comp_src_cd,
1770: clf.defined_balance_id
1771: from ben_comp_lvl_fctr clf
1772: where clf.comp_lvl_fctr_id = l_ecr.ptd_comp_lvl_fctr_id
1773: and clf.business_group_id = p_business_group_id;
1774: --
1775: l_clf c_clf%rowtype;