DBA Data[Home] [Help]

APPS.HRI_BPL_JOB dependencies on HRI_BPL_ABV

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

308: RETURN NULL;
309: --
310: END IF;
311: --
312: hri_bpl_abv.CheckFastFormulaCompiled(p_formula_id => l_ff_id,
313: p_bgttyp => p_business_group_id);
314: --
315: -- If no exception is raised then return the fast formula
316: --

Line 323: WHEN hri_bpl_abv.ff_not_compiled THEN

319: EXCEPTION
320: --
321: -- Handling the case when the fast formula is not compiled
322: --
323: WHEN hri_bpl_abv.ff_not_compiled THEN
324: --
325: RAISE;
326: --
327: END ff_exists_and_compiled;