DBA Data[Home] [Help]

APPS.BEN_ETP_BUS dependencies on FF_FORMULAS_F

Line 175: from ff_formulas_f ff

171: l_dummy varchar2(1);
172: --
173: cursor c1 is
174: select null
175: from ff_formulas_f ff
176: where ff.formula_id = p_prtt_det_rl
177: and p_effective_date
178: between ff.effective_start_date
179: and ff.effective_end_date;