DBA Data[Home] [Help]

APPS.QP_VALIDATE_MODIFIERS dependencies on QP_PRICE_FORMULAS_B

Line 1068: from qp_price_formulas_b

1064: /* Validating the Formula */
1065:
1066: select 'X'
1067: into l_dummy_1
1068: from qp_price_formulas_b
1069: where price_formula_id = p_MODIFIERS_rec.price_by_formula_id;
1070: -- mkarya for bug 1906545, formula and operand are no more mutually exclusive
1071: -- also formula having a line with line type 'LP' is also allowed
1072: /*