DBA Data[Home] [Help]

APPS.PAY_GB_P11D_ARCHIVE_SS dependencies on FF_EXEC

Line 1158: l_inputs ff_exec.inputs_t;

1154:
1155: l_element_name pay_element_types_f.element_name%TYPE;
1156: l_formula_id ff_formulas_f.formula_id%TYPE;
1157: l_formula_effective_start_date DATE;
1158: l_inputs ff_exec.inputs_t;
1159: l_user_inputs ff_exec.inputs_t;
1160: l_outputs ff_exec.outputs_t;
1161: l_counter NUMBER;
1162: l_assignment_id NUMBER;

Line 1159: l_user_inputs ff_exec.inputs_t;

1155: l_element_name pay_element_types_f.element_name%TYPE;
1156: l_formula_id ff_formulas_f.formula_id%TYPE;
1157: l_formula_effective_start_date DATE;
1158: l_inputs ff_exec.inputs_t;
1159: l_user_inputs ff_exec.inputs_t;
1160: l_outputs ff_exec.outputs_t;
1161: l_counter NUMBER;
1162: l_assignment_id NUMBER;
1163: l_loan_threshold NUMBER;

Line 1160: l_outputs ff_exec.outputs_t;

1156: l_formula_id ff_formulas_f.formula_id%TYPE;
1157: l_formula_effective_start_date DATE;
1158: l_inputs ff_exec.inputs_t;
1159: l_user_inputs ff_exec.inputs_t;
1160: l_outputs ff_exec.outputs_t;
1161: l_counter NUMBER;
1162: l_assignment_id NUMBER;
1163: l_loan_threshold NUMBER;
1164: l_asg_max_end_date DATE;

Line 3229: ff_exec.init_formula(l_formula_id, l_formula_effective_start_date, l_inputs, l_outputs);

3225: IF l_formula_id IS NOT NULL
3226: THEN
3227: hr_utility.set_location('Initializing the formula ', 40);
3228: Begin
3229: ff_exec.init_formula(l_formula_id, l_formula_effective_start_date, l_inputs, l_outputs);
3230: Exception
3231: when OTHERS then
3232: l_error_assignment := TRUE;
3233: l_error := '1';

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

3264: END LOOP;
3265: END IF; -- end if for setting user inputs
3266: -- hr_utility.trace_on(null,'CAR');
3267: hr_utility.set_location('Running the formula ', 20);
3268: ff_exec.run_formula(l_inputs, l_outputs);
3269:
3270: -- Tapping the output from the formula using the l_outputs array
3271: hr_utility.set_location('After Running the formula ', 20);
3272: FOR l_counter IN l_outputs.FIRST .. l_outputs.LAST