DBA Data[Home] [Help]

APPS.PAY_IVL_BUS dependencies on FF_EXEC

Line 596: l_inputs ff_exec.inputs_t;

592: l_proc varchar2(72) := g_package||'chk_formula_val';
593: l_formula_status varchar2(10);
594: l_formula_message fnd_new_messages.message_text%type;
595: l_formula_id number;
596: l_inputs ff_exec.inputs_t;
597: l_outputs ff_exec.outputs_t;
598: --
599: Cursor C_formula
600: is

Line 597: l_outputs ff_exec.outputs_t;

593: l_formula_status varchar2(10);
594: l_formula_message fnd_new_messages.message_text%type;
595: l_formula_id number;
596: l_inputs ff_exec.inputs_t;
597: l_outputs ff_exec.outputs_t;
598: --
599: Cursor C_formula
600: is
601: select formula_id

Line 630: ff_exec.init_formula(l_formula_id,

626: hr_utility.set_location(' Step 3:'||l_proc, 8);
627: -- We need to call a formula to validate the default value.
628: --For Bug No. 2879170 added if condtion.
629: If l_formula_id is not null then
630: ff_exec.init_formula(l_formula_id,
631: p_effective_date,
632: l_inputs,
633: l_outputs);
634: --

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

668: -- element.
669: --
670: If not p_assignment_id_warning then
671: --
672: ff_exec.run_formula(l_inputs, l_outputs);
673: --
674: -- Now obtain the return values. There should be
675: -- exactly two outputs.
676: If l_outputs.count <> 2 then