DBA Data[Home] [Help]

APPS.PAY_FR_REBATES dependencies on FF_EXEC

Line 31: ff_exec.init_formula (l_formula_id,

27: hr_utility.set_location('After cursor formula_id = '||to_char(l_formula_id),10);
28: hr_utility.set_location('After cursor date = '||to_char(l_start_date),10);
29: hr_utility.set_location('Formula name = '||p_formula_name, 10);
30: --
31: ff_exec.init_formula (l_formula_id,
32: l_start_date,
33: g_inputs,
34: g_outputs);
35: --

Line 103: ff_exec.run_formula (g_inputs ,

99: --
100: -- Run the formula
101: --
102: hr_utility.set_location('Prior to execute the formula',8);
103: ff_exec.run_formula (g_inputs ,
104: g_outputs
105: );
106: --
107: hr_utility.set_location('End run formula',9);

Line 176: ff_exec.run_formula (g_inputs ,

172: --
173: -- Run the formula
174: --
175: hr_utility.set_location(' Prior to execute the formula',8);
176: ff_exec.run_formula (g_inputs ,
177: g_outputs
178: );
179: --
180: hr_utility.set_location(' End run formula',9);

Line 247: ff_exec.run_formula (g_inputs ,

243: --
244: -- Run the formula
245: --
246: hr_utility.set_location(' Prior to execute the formula',8);
247: ff_exec.run_formula (g_inputs ,
248: g_outputs
249: );
250: --
251: hr_utility.set_location(' End run formula',9);

Line 319: ff_exec.run_formula (g_inputs,

315: --
316: -- Run the formula
317: --
318: hr_utility.set_location(' Prior to execute the formula',8);
319: ff_exec.run_formula (g_inputs,
320: g_outputs
321: );
322: --
323: hr_utility.set_location(' End run formula',9);

Line 402: ff_exec.run_formula (g_inputs,

398: -- Run the formula
399: --
400: hr_utility.set_location(' Prior to execute the formula',8);
401: --
402: ff_exec.run_formula (g_inputs,
403: g_outputs
404: );
405: --
406: hr_utility.set_location(' End run formula',9);

Line 590: ff_exec.run_formula (g_inputs,

586: -- Run the formula
587: --
588: hr_utility.set_location(' Prior to execute the formula',8);
589: --
590: ff_exec.run_formula (g_inputs,
591: g_outputs
592: );
593: --
594: hr_utility.set_location(' End run formula',9);