DBA Data[Home] [Help]

APPS.PAY_IE_P60XML dependencies on FF_EXEC

Line 143: l_inputs ff_exec.inputs_t;

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

Line 144: l_outputs ff_exec.outputs_t;

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

Line 172: ff_exec.init_formula(p_formula_id => p_formula_id

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

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

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