DBA Data[Home] [Help]

APPS.PAY_GB_P11D_ARCHIVE_SS dependencies on FF_EXEC

Line 1159: l_inputs ff_exec.inputs_t;

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

Line 1160: l_user_inputs ff_exec.inputs_t;

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

Line 1161: l_outputs ff_exec.outputs_t;

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

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

3291: IF l_formula_id IS NOT NULL
3292: THEN
3293: hr_utility.set_location('Initializing the formula ', 40);
3294: Begin
3295: ff_exec.init_formula(l_formula_id, l_formula_effective_start_date, l_inputs, l_outputs);
3296: Exception
3297: when OTHERS then
3298: l_error_assignment := TRUE;
3299: l_error := '1';

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

3330: END LOOP;
3331: END IF; -- end if for setting user inputs
3332: -- hr_utility.trace_on(null,'CAR');
3333: hr_utility.set_location('Running the formula ', 20);
3334: ff_exec.run_formula(l_inputs, l_outputs);
3335:
3336: -- Tapping the output from the formula using the l_outputs array
3337: hr_utility.set_location('After Running the formula ', 20);
3338: FOR l_counter IN l_outputs.FIRST .. l_outputs.LAST