DBA Data[Home] [Help]

APPS.PER_ABS_BUS dependencies on FF_EXEC

Line 930: l_inputs ff_exec.inputs_t;

926: l_hours_or_days varchar2(1);
927: l_element_type_id number;
928: l_legislation_code varchar2(150);
929: l_formula_id number;
930: l_inputs ff_exec.inputs_t;
931: l_outputs ff_exec.outputs_t;
932: l_user_message varchar2(1) := 'N';
933: l_invalid_message fnd_new_messages.message_text%TYPE;
934:

Line 931: l_outputs ff_exec.outputs_t;

927: l_element_type_id number;
928: l_legislation_code varchar2(150);
929: l_formula_id number;
930: l_inputs ff_exec.inputs_t;
931: l_outputs ff_exec.outputs_t;
932: l_user_message varchar2(1) := 'N';
933: l_invalid_message fnd_new_messages.message_text%TYPE;
934:
935: /*Added for the bug 6790565 - starts here*/

Line 1095: l_inputs ff_exec.inputs_t;

1091: l_hours_or_days varchar2(1);
1092: l_element_type_id number;
1093: l_legislation_code varchar2(150);
1094: l_formula_id number;
1095: l_inputs ff_exec.inputs_t;
1096: l_outputs ff_exec.outputs_t;
1097: l_user_message varchar2(1) := 'N';
1098: l_invalid_message fnd_new_messages.message_text%TYPE;
1099:

Line 1096: l_outputs ff_exec.outputs_t;

1092: l_element_type_id number;
1093: l_legislation_code varchar2(150);
1094: l_formula_id number;
1095: l_inputs ff_exec.inputs_t;
1096: l_outputs ff_exec.outputs_t;
1097: l_user_message varchar2(1) := 'N';
1098: l_invalid_message fnd_new_messages.message_text%TYPE;
1099:
1100: /*Added for the bug 6790565 - starts here*/

Line 1317: ff_exec.reset_caches; -- bug fix 9337533 to clear the cache..

1313:
1314: hr_utility.set_location(l_proc, 40);
1315:
1316: --
1317: ff_exec.reset_caches; -- bug fix 9337533 to clear the cache..
1318:
1319: -- Initalise the formula.
1320: --
1321: ff_exec.init_formula

Line 1321: ff_exec.init_formula

1317: ff_exec.reset_caches; -- bug fix 9337533 to clear the cache..
1318:
1319: -- Initalise the formula.
1320: --
1321: ff_exec.init_formula
1322: (p_formula_id => l_formula_id
1323: ,p_effective_date => p_effective_date
1324: ,p_inputs => l_inputs
1325: ,p_outputs => l_outputs);

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

1381:
1382: --
1383: -- Run the formula.
1384: --
1385: ff_exec.run_formula(l_inputs, l_outputs);
1386:
1387: hr_utility.set_location(l_proc, 55);
1388:
1389: --