DBA Data[Home] [Help]

APPS.HRI_BPL_PERF_RATING dependencies on HRI_BPL_ABV

Line 153: hri_bpl_abv.CheckFastFormulaCompiled(p_formula_id => l_ff_id,

149: RETURN NULL;
150: --
151: END IF;
152: --
153: hri_bpl_abv.CheckFastFormulaCompiled(p_formula_id => l_ff_id,
154: p_bgttyp => p_business_group_id);
155: --
156: -- If no exception is raised then return the fast formula
157: --

Line 164: WHEN hri_bpl_abv.ff_not_compiled THEN

160: EXCEPTION
161: --
162: -- Handling the case when the fast formula is not compiled
163: --
164: WHEN hri_bpl_abv.ff_not_compiled THEN
165: --
166: RAISE;
167: --
168: END ff_exits_and_compiled;