DBA Data[Home] [Help]

APPS.BEN_SHR_BUS dependencies on FF_FORMULAS_F

Line 700: from ff_formulas_f ff

696: l_formula_type_id ff_formula_types.formula_type_id%type;
697:
698: cursor c_rule is
699: select ff.formula_type_id formula_type_id
700: from ff_formulas_f ff
701: where ff.formula_id = p_rl
702: and p_effective_date between ff.effective_start_date and ff.effective_end_date
703: and ff.business_group_id = p_business_group_id
704: and ff.formula_type_id = p_formula_type_id;