DBA Data[Home] [Help]

APPS.PAY_IE_P60XML dependencies on FF_EXEC

Line 109: l_inputs ff_exec.inputs_t;

105: IS
106: l_session_date DATE;
107: l_include_flag VARCHAR2(10);
108: l_tab_asg_set_amnds t_asg_set_amnds;
109: l_inputs ff_exec.inputs_t;
110: l_outputs ff_exec.outputs_t;
111: --
112: BEGIN
113: --

Line 110: l_outputs ff_exec.outputs_t;

106: l_session_date DATE;
107: l_include_flag VARCHAR2(10);
108: l_tab_asg_set_amnds t_asg_set_amnds;
109: l_inputs ff_exec.inputs_t;
110: l_outputs ff_exec.outputs_t;
111: --
112: BEGIN
113: --
114: fnd_file.put_line(fnd_file.LOG,'Entering chk_is_asg_in_asg_set');

Line 138: ff_exec.init_formula(p_formula_id => p_formula_id

134: -- check whether a formula criteria exists for this
135: -- assignment set
136: -- Initialize the formula
137: fnd_file.put_line(fnd_file.LOG,'Entered assignment criteria block');
138: ff_exec.init_formula(p_formula_id => p_formula_id
139: ,p_effective_date => p_effective_date
140: ,p_inputs => l_inputs
141: ,p_outputs => l_outputs
142: );

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

156: -- Run the formula
157: fnd_file.put_line(fnd_file.LOG,' before formaula run');
158:
159:
160: ff_exec.run_formula(l_inputs, l_outputs);
161:
162:
163: fnd_file.put_line(fnd_file.LOG,' aftre formaula run');
164: -- Check whether the assignment has to be included