DBA Data[Home] [Help]

APPS.QP_UPG_OE_PVT dependencies on OE_ORDER_LINES_ALL

Line 58: qp_discount_mapping dmap, oe_order_lines_all oeordl, qp_list_lines ll

54: ll.list_line_type_code,
55: ll.override_flag,
56: oeordl.ordered_quantity
57: from
58: qp_discount_mapping dmap, oe_order_lines_all oeordl, qp_list_lines ll
59: where
60: ( dmap.old_discount_id = p_discount_id and
61: oeordl.line_id = p_line_id and
62: dmap.new_list_line_id = ll.list_line_id and