DBA Data[Home] [Help]

APPS.QP_DEFAULT_FORMULA_LINES dependencies on DUAL

Line 59: FROM dual;

55:
56: oe_debug_pub.add('Entering Get_Price_Formula_line in FormulaLines Default Pkg');
57: SELECT QP_PRICE_FORMULA_LINES_S.nextval
58: INTO l_price_formula_line_id
59: FROM dual;
60:
61: oe_debug_pub.add('Leaving Get_Price_Formula_line in FormulaLines Default Pkg');
62: RETURN l_price_formula_line_id;
63: