DBA Data[Home] [Help]

APPS.HRI_BPL_PERF_RATING dependencies on FF_EXEC

Line 356: l_inputs ff_exec.inputs_t;

352: l_cached_skip VARCHAR2(30);
353: l_cached_rating NUMBER;
354: l_business_group NUMBER;
355: l_skip_review VARCHAR2(30);
356: l_inputs ff_exec.inputs_t;
357: l_outputs ff_exec.outputs_t;
358: l_ff_id NUMBER;
359: --
360: BEGIN

Line 357: l_outputs ff_exec.outputs_t;

353: l_cached_rating NUMBER;
354: l_business_group NUMBER;
355: l_skip_review VARCHAR2(30);
356: l_inputs ff_exec.inputs_t;
357: l_outputs ff_exec.outputs_t;
358: l_ff_id NUMBER;
359: --
360: BEGIN
361: --

Line 451: FF_Exec.Init_Formula

447: --
448: -- The value for this formula is not cached and the formula exists to convert the rating
449: -- Initialise the Inputs and Outputs tables
450: --
451: FF_Exec.Init_Formula
452: ( l_ff_id
453: , SYSDATE
454: , l_inputs
455: , l_outputs );

Line 494: FF_Exec.Run_Formula (l_inputs, l_outputs);

490: --
491: -- Run the fast formula
492: --
493: dbg('Before running the formula');
494: FF_Exec.Run_Formula (l_inputs, l_outputs);
495: dbg('After running the formula');
496: --
497: -- Get the output from tha fast formula
498: --