DBA Data[Home] [Help]

APPS.HXC_FIND_NOTIFY_APRS_PKG dependencies on FF_EXEC

Line 3066: l_inputs ff_exec.inputs_t;

3062: p_result in out nocopy varchar2)
3063: is
3064: l_proc varchar2(61);
3065:
3066: l_inputs ff_exec.inputs_t;
3067: l_outputs ff_exec.outputs_t;
3068:
3069: l_effective_date date;
3070: l_formula_id hxc_approval_comps.approval_mechanism_id%type;

Line 3067: l_outputs ff_exec.outputs_t;

3063: is
3064: l_proc varchar2(61);
3065:
3066: l_inputs ff_exec.inputs_t;
3067: l_outputs ff_exec.outputs_t;
3068:
3069: l_effective_date date;
3070: l_formula_id hxc_approval_comps.approval_mechanism_id%type;
3071:

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

3110: --
3111: --sb_msgs_pkg.trace('STEP 10 - before init_formula()');
3112: -- gaz - remove
3113: ff_utils.set_debug(127);
3114: ff_exec.init_formula(l_formula_id, l_effective_date, l_inputs,l_outputs);
3115:
3116: --
3117: -- set up the inputs and contexts to formula
3118: -- nb. no contexts are used

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

3204: if g_debug then
3205: hr_utility.set_location(l_proc, 110);
3206: end if;
3207: --sb_msgs_pkg.trace('STEP 30 - before run_formula()');
3208: ff_exec.run_formula(l_inputs, l_outputs);
3209:
3210: if g_debug then
3211: hr_utility.set_location(l_proc, 120);
3212: end if;