DBA Data[Home] [Help]

APPS.HRFASTANSWERS dependencies on FF_COMPILED_INFO_F

Line 2081: from ff_compiled_info_f

2077: , p_bgttyp in VarChar2 )
2078: IS
2079: cursor fast_formula_compiled_csr is
2080: select formula_id
2081: from ff_compiled_info_f
2082: where formula_id = p_formula_id;
2083:
2084: l_formula_id ff_compiled_info_f.formula_id%type := null;
2085:

Line 2084: l_formula_id ff_compiled_info_f.formula_id%type := null;

2080: select formula_id
2081: from ff_compiled_info_f
2082: where formula_id = p_formula_id;
2083:
2084: l_formula_id ff_compiled_info_f.formula_id%type := null;
2085:
2086: BEGIN
2087: if p_formula_id is null then
2088: Raise_FF_Not_Exist( p_bgttyp );