DBA Data[Home] [Help]

APPS.ONT_FREIGHT_UTIL dependencies on QP_PRICE_FORMULA_LINES

Line 138: From qp_price_formula_lines a,

134: a.step_number,
135: a.start_date_active,
136: a.end_date_active,
137: b.name
138: From qp_price_formula_lines a,
139: qp_price_formulas_vl b
140: Where a.price_formula_id = p_price_formula_id
141: and b.price_formula_id = p_price_formula_id;
142: