DBA Data[Home] [Help]

APPS.BEN_TCS_COMPENSATION dependencies on FF_EXEC

Line 216: l_inputs ff_exec.inputs_t;

212: p_currency_cd in varchar2,
213: p_uom in varchar2,
214: p_rule_table out nocopy period_table) is
215:
216: l_inputs ff_exec.inputs_t;
217: l_outputs ff_exec.outputs_t;
218: -- vkodedal modified the length of varchar Bug# 6992595
219: l_comp_dates varchar2(2000);
220: l_comp_values varchar2(2000);

Line 217: l_outputs ff_exec.outputs_t;

213: p_uom in varchar2,
214: p_rule_table out nocopy period_table) is
215:
216: l_inputs ff_exec.inputs_t;
217: l_outputs ff_exec.outputs_t;
218: -- vkodedal modified the length of varchar Bug# 6992595
219: l_comp_dates varchar2(2000);
220: l_comp_values varchar2(2000);
221: --

Line 250: ff_exec.init_formula

246: -- Initialise the formula .
247: --
248:
249:
250: ff_exec.init_formula
251: (p_formula_id => p_input_value_id,
252: p_effective_date => p_date_earned,
253: p_inputs => l_inputs,
254: p_outputs => l_outputs);

Line 286: ff_exec.run_formula(p_inputs => l_inputs,

282: hr_utility.set_location ('Run formula: '||l_proc,15);
283: --
284: -- We have loaded the input record . Now run the formula.
285: --
286: ff_exec.run_formula(p_inputs => l_inputs,
287: p_outputs => l_outputs);
288:
289: hr_utility.set_location ('After Run formula: '||l_outputs.first || ' : ' ||l_outputs.last ,15);
290: --