DBA Data[Home] [Help]

APPS.HXC_FIND_NOTIFY_APRS_PKG dependencies on FF_EXEC

Line 3267: l_inputs ff_exec.inputs_t;

3263: p_result in out nocopy varchar2)
3264: is
3265: l_proc varchar2(61);
3266:
3267: l_inputs ff_exec.inputs_t;
3268: l_outputs ff_exec.outputs_t;
3269:
3270: l_effective_date date;
3271: l_formula_id hxc_approval_comps.approval_mechanism_id%type;

Line 3268: l_outputs ff_exec.outputs_t;

3264: is
3265: l_proc varchar2(61);
3266:
3267: l_inputs ff_exec.inputs_t;
3268: l_outputs ff_exec.outputs_t;
3269:
3270: l_effective_date date;
3271: l_formula_id hxc_approval_comps.approval_mechanism_id%type;
3272:

Line 3315: ff_exec.init_formula(l_formula_id, l_effective_date, l_inputs,l_outputs);

3311: --
3312: --sb_msgs_pkg.trace('STEP 10 - before init_formula()');
3313: -- gaz - remove
3314: ff_utils.set_debug(127);
3315: ff_exec.init_formula(l_formula_id, l_effective_date, l_inputs,l_outputs);
3316:
3317: --
3318: -- set up the inputs and contexts to formula
3319: -- nb. no contexts are used

Line 3414: ff_exec.run_formula(l_inputs, l_outputs);

3410: if g_debug then
3411: hr_utility.set_location(l_proc, 110);
3412: end if;
3413: --sb_msgs_pkg.trace('STEP 30 - before run_formula()');
3414: ff_exec.run_formula(l_inputs, l_outputs);
3415:
3416: if g_debug then
3417: hr_utility.set_location(l_proc, 120);
3418: end if;