DBA Data[Home] [Help]

APPS.PQP_PENSION_FUNCTIONS dependencies on FF_EXEC

Line 4937: l_inputs ff_exec.inputs_t;

4933: WHERE assignment_action_id = c_assignment_action_id;
4934: --
4935: l_payroll_action_id number;
4936: l_part_time_perc varchar2(35);
4937: l_inputs ff_exec.inputs_t;
4938: l_outputs ff_exec.outputs_t;
4939: l_formula_exists BOOLEAN := TRUE;
4940: l_formula_cached BOOLEAN := FALSE;
4941: l_formula_id ff_formulas_f.formula_id%TYPE;

Line 4938: l_outputs ff_exec.outputs_t;

4934: --
4935: l_payroll_action_id number;
4936: l_part_time_perc varchar2(35);
4937: l_inputs ff_exec.inputs_t;
4938: l_outputs ff_exec.outputs_t;
4939: l_formula_exists BOOLEAN := TRUE;
4940: l_formula_cached BOOLEAN := FALSE;
4941: l_formula_id ff_formulas_f.formula_id%TYPE;
4942:

Line 5021: l_inputs ff_exec.inputs_t;

5017: WHERE assignment_action_id = c_assignment_action_id;
5018: --
5019: l_payroll_action_id number;
5020: l_part_time_perc varchar2(35);
5021: l_inputs ff_exec.inputs_t;
5022: l_outputs ff_exec.outputs_t;
5023: l_formula_exists BOOLEAN := TRUE;
5024: l_formula_cached BOOLEAN := FALSE;
5025: l_formula_id ff_formulas_f.formula_id%TYPE;

Line 5022: l_outputs ff_exec.outputs_t;

5018: --
5019: l_payroll_action_id number;
5020: l_part_time_perc varchar2(35);
5021: l_inputs ff_exec.inputs_t;
5022: l_outputs ff_exec.outputs_t;
5023: l_formula_exists BOOLEAN := TRUE;
5024: l_formula_cached BOOLEAN := FALSE;
5025: l_formula_id ff_formulas_f.formula_id%TYPE;
5026: