DBA Data[Home] [Help]

APPS.HXC_FF_DICT dependencies on FF_UTILS

Line 47: ff_utils.set_debug(127);

43: l_proc := g_package||'.formula';
44: hr_utility.set_location ('Entering '||l_proc,10);
45: hr_utility.set_location ('Before Init Formula '||l_proc,20);
46: end if;
47: ff_utils.set_debug(127);
48: ff_exec.init_formula
49: (p_formula_id => p_formula_id,
50: p_effective_date => p_submission_date,
51: p_inputs => l_inputs,

Line 242: ff_utils.set_debug(127);

238: END LOOP;
239: --
240: -- Ok we have loaded the input record now run the formula.
241: --
242: ff_utils.set_debug(127);
243: ff_exec.run_formula(p_inputs => l_inputs,
244: p_outputs => l_outputs);
245: --
246: if g_debug then