DBA Data[Home] [Help]

APPS.BEN_CPN_BUS dependencies on FF_FORMULAS_F

Line 117: from ff_formulas_f ff

113: l_dummy varchar2(1);
114: --
115: cursor c1 is
116: select null
117: from ff_formulas_f ff
118: ,per_business_groups pbg
119: where ff.formula_id = p_cntng_frmr_prtt_dsge_rl
120: and ff.formula_type_id = -160
121: and pbg.business_group_id = p_business_group_id

Line 209: from ff_formulas_f ff

205: l_dummy varchar2(1);
206: --
207: cursor c1 is
208: select null
209: from ff_formulas_f ff
210: where ff.formula_id = p_cntng_frmr_prtt_rl
211: and p_effective_date
212: between ff.effective_start_date
213: and ff.effective_end_date;

Line 365: from ff_formulas_f ff

361: l_dummy varchar2(1);
362: --
363: cursor c1 is
364: select null
365: from ff_formulas_f ff
366: , per_business_groups pbg
367: where ff.formula_id = p_pymt_must_be_rcvd_rl
368: and ff.formula_type_id = -142
369: and pbg.business_group_id = p_business_group_id