DBA Data[Home] [Help]

APPS.BEN_EVALUATE_ELIG_PROFILES dependencies on FF_FDI_USAGES_F

Line 2250: from ff_fdi_usages_f

2246: is
2247: --
2248: cursor c_ff_use_asg(cv_formula_id in number) is
2249: select 'Y'
2250: from ff_fdi_usages_f
2251: where FORMULA_ID = cv_formula_id
2252: and ITEM_NAME = 'ASSIGNMENT_ID'
2253: and usage = 'U';
2254: --

Line 9101: from ff_fdi_usages_f

9097: between pln.effective_start_date and pln.effective_end_date ;
9098: --
9099: cursor c_ff_use_asg(cv_formula_id in number) is
9100: select 'Y'
9101: from ff_fdi_usages_f
9102: where FORMULA_ID = cv_formula_id
9103: and ITEM_NAME = 'ASSIGNMENT_ID'
9104: and usage = 'U';
9105: -- 4958846