DBA Data[Home] [Help]

APPS.BEN_DCR_BUS dependencies on FF_FORMULAS_F

Line 186: from ff_formulas_f ff

182: l_dummy varchar2(1);
183: --
184: cursor c1 is
185: select null
186: from ff_formulas_f ff
187: where ff.formula_id = p_cvg_strt_dt_rl
188: and p_effective_date
189: between ff.effective_start_date
190: and ff.effective_end_date;

Line 342: from ff_formulas_f ff

338: l_dummy varchar2(1);
339: --
340: cursor c1 is
341: select null
342: from ff_formulas_f ff
343: where ff.formula_id = p_cvg_thru_dt_rl
344: and p_effective_date
345: between ff.effective_start_date
346: and ff.effective_end_date;