[Home] [Help]
45: ) Is
46:
47: --
48: v_dummy number;
49: l_formula_type_name ff_formula_types.formula_type_name%type;
50:
51: --
52: -- Cursor to check for presence of formula in ff_qp_reports table.
53: --
208: -- Cursor to get the formula type name.
209: --
210: cursor csr_formula_type_name is
211: select upper(formula_type_name)
212: from ff_formula_types
213: where formula_type_id = p_formula_details.formula_type_id;
214: --
215:
216: