DBA Data[Home] [Help]

APPS.QP_PRICE_FORMULA_PUB dependencies on QP_VALUE_TO_ID

Line 468: l_price_formula_id := QP_Value_To_Id.price_formula

464: ELSE
465:
466: -- Convert Value to Id
467:
468: l_price_formula_id := QP_Value_To_Id.price_formula
469: ( p_price_formula => p_price_formula
470: );
471:
472: IF l_price_formula_id = FND_API.G_MISS_NUM THEN