DBA Data[Home] [Help]

APPS.PQP_PENSION_FUNCTIONS dependencies on FF_EXEC

Line 5034: l_inputs ff_exec.inputs_t;

5030: WHERE assignment_action_id = c_assignment_action_id;
5031: --
5032: l_payroll_action_id number;
5033: l_part_time_perc varchar2(35);
5034: l_inputs ff_exec.inputs_t;
5035: l_outputs ff_exec.outputs_t;
5036: l_formula_exists BOOLEAN := TRUE;
5037: l_formula_cached BOOLEAN := FALSE;
5038: l_formula_id ff_formulas_f.formula_id%TYPE;

Line 5035: l_outputs ff_exec.outputs_t;

5031: --
5032: l_payroll_action_id number;
5033: l_part_time_perc varchar2(35);
5034: l_inputs ff_exec.inputs_t;
5035: l_outputs ff_exec.outputs_t;
5036: l_formula_exists BOOLEAN := TRUE;
5037: l_formula_cached BOOLEAN := FALSE;
5038: l_formula_id ff_formulas_f.formula_id%TYPE;
5039:

Line 5118: l_inputs ff_exec.inputs_t;

5114: WHERE assignment_action_id = c_assignment_action_id;
5115: --
5116: l_payroll_action_id number;
5117: l_part_time_perc varchar2(35);
5118: l_inputs ff_exec.inputs_t;
5119: l_outputs ff_exec.outputs_t;
5120: l_formula_exists BOOLEAN := TRUE;
5121: l_formula_cached BOOLEAN := FALSE;
5122: l_formula_id ff_formulas_f.formula_id%TYPE;

Line 5119: l_outputs ff_exec.outputs_t;

5115: --
5116: l_payroll_action_id number;
5117: l_part_time_perc varchar2(35);
5118: l_inputs ff_exec.inputs_t;
5119: l_outputs ff_exec.outputs_t;
5120: l_formula_exists BOOLEAN := TRUE;
5121: l_formula_cached BOOLEAN := FALSE;
5122: l_formula_id ff_formulas_f.formula_id%TYPE;
5123: