DBA Data[Home] [Help]

APPS.PAY_IE_EOY_INCOMELEVY_REPORT dependencies on FF_EXEC

Line 144: l_inputs ff_exec.inputs_t;

140: IS
141: l_session_date DATE;
142: l_include_flag VARCHAR2(10);
143: l_tab_asg_set_amnds t_asg_set_amnds;
144: l_inputs ff_exec.inputs_t;
145: l_outputs ff_exec.outputs_t;
146: --
147: BEGIN
148: --

Line 145: l_outputs ff_exec.outputs_t;

141: l_session_date DATE;
142: l_include_flag VARCHAR2(10);
143: l_tab_asg_set_amnds t_asg_set_amnds;
144: l_inputs ff_exec.inputs_t;
145: l_outputs ff_exec.outputs_t;
146: --
147: BEGIN
148: --
149: fnd_file.put_line(fnd_file.LOG,'Entering chk_is_asg_in_asg_set');

Line 173: ff_exec.init_formula(p_formula_id => p_formula_id

169: -- check whether a formula criteria exists for this
170: -- assignment set
171: -- Initialize the formula
172: fnd_file.put_line(fnd_file.LOG,'Entered assignment criteria block');
173: ff_exec.init_formula(p_formula_id => p_formula_id
174: ,p_effective_date => p_effective_date
175: ,p_inputs => l_inputs
176: ,p_outputs => l_outputs
177: );

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

191: -- Run the formula
192: fnd_file.put_line(fnd_file.LOG,' before formaula run');
193:
194:
195: ff_exec.run_formula(l_inputs, l_outputs);
196:
197:
198: fnd_file.put_line(fnd_file.LOG,' aftre formaula run');
199: -- Check whether the assignment has to be included