DBA Data[Home] [Help]

APPS.PAY_IVL_BUS dependencies on FF_EXEC

Line 664: l_inputs ff_exec.inputs_t;

660: l_proc varchar2(72) := g_package||'chk_formula_val';
661: l_formula_status varchar2(10);
662: l_formula_message fnd_new_messages.message_text%type;
663: l_formula_id number;
664: l_inputs ff_exec.inputs_t;
665: l_outputs ff_exec.outputs_t;
666: --
667: Cursor C_formula
668: is

Line 665: l_outputs ff_exec.outputs_t;

661: l_formula_status varchar2(10);
662: l_formula_message fnd_new_messages.message_text%type;
663: l_formula_id number;
664: l_inputs ff_exec.inputs_t;
665: l_outputs ff_exec.outputs_t;
666: --
667: Cursor C_formula
668: is
669: select formula_id

Line 698: ff_exec.init_formula(l_formula_id,

694: hr_utility.set_location(' Step 3:'||l_proc, 8);
695: -- We need to call a formula to validate the default value.
696: --For Bug No. 2879170 added if condtion.
697: If l_formula_id is not null then
698: ff_exec.init_formula(l_formula_id,
699: p_effective_date,
700: l_inputs,
701: l_outputs);
702: --

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

736: -- element.
737: --
738: If not p_assignment_id_warning then
739: --
740: ff_exec.run_formula(l_inputs, l_outputs);
741: --
742: -- Now obtain the return values. There should be
743: -- exactly two outputs.
744: If l_outputs.count <> 2 then