DBA Data[Home] [Help]

APPS.HRI_BPL_PERSON_TYPE dependencies on HRI_BPL_ABV

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

408: RETURN NULL;
409: --
410: END IF;
411: --
412: hri_bpl_abv.CheckFastFormulaCompiled(p_formula_id => l_ff_id,
413: p_bgttyp => p_business_group_id);
414: --
415: dbg('formula id ='||l_ff_id);
416: --

Line 425: WHEN hri_bpl_abv.ff_not_compiled THEN

421: EXCEPTION
422: --
423: -- Handling the case when the fast formula is not compiled
424: --
425: WHEN hri_bpl_abv.ff_not_compiled THEN
426: --
427: RAISE;
428: --
429: END ff_exists_and_compiled;