DBA Data[Home] [Help]

APPS.PAY_ELEMENT_TEMPLATE_UTIL dependencies on PAY_SFR_INS

Line 2621: pay_sfr_ins.ins(p_effective_date, p_formula_rules(i));

2617: if l_id is not null then
2618: p_formula_rules(i).input_value_id :=
2619: p_input_values(l_id).input_value_id;
2620: end if;
2621: pay_sfr_ins.ins(p_effective_date, p_formula_rules(i));
2622: --
2623: i := p_formula_rules.next(i);
2624: end loop;
2625: -----------------------------------------