DBA Data[Home] [Help]

APPS.BEN_EVALUATE_ELIG_PROFILES dependencies on FF_FDI_USAGES_F

Line 2239: from ff_fdi_usages_f

2235: is
2236: --
2237: cursor c_ff_use_asg(cv_formula_id in number) is
2238: select 'Y'
2239: from ff_fdi_usages_f
2240: where FORMULA_ID = cv_formula_id
2241: and ITEM_NAME = 'ASSIGNMENT_ID'
2242: and usage = 'U';
2243: --

Line 9082: from ff_fdi_usages_f

9078: between pln.effective_start_date and pln.effective_end_date ;
9079: --
9080: cursor c_ff_use_asg(cv_formula_id in number) is
9081: select 'Y'
9082: from ff_fdi_usages_f
9083: where FORMULA_ID = cv_formula_id
9084: and ITEM_NAME = 'ASSIGNMENT_ID'
9085: and usage = 'U';
9086: -- 4958846