DBA Data[Home] [Help]

APPS.HRI_BPL_ASG_SUMMARIZATION dependencies on HRI_BPL_ABV

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

82: RETURN NULL;
83: --
84: END IF;
85: --
86: hri_bpl_abv.CheckFastFormulaCompiled(p_formula_id => l_ff_id,
87: p_bgttyp => p_business_group_id);
88: --
89: -- If no exception is raised then return the fast formula
90: --

Line 97: WHEN hri_bpl_abv.ff_not_compiled THEN

93: EXCEPTION
94: --
95: -- Handling the case when the fast formula is not compiled
96: --
97: WHEN hri_bpl_abv.ff_not_compiled THEN
98: --
99: RAISE;
100: --
101: END ff_exists_and_compiled;