DBA Data[Home] [Help]

APPS.QP_VALIDATE_MODIFIERS dependencies on QP_PRICE_FORMULAS_B

Line 1072: from qp_price_formulas_b

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