DBA Data[Home] [Help]

APPS.OE_PRICE_ORDER_PVT dependencies on OE_ORDER_LINES

Line 947: from oe_order_lines l

943: , lines.priced_quantity
944: , lines.line_quantity
945: , l.shipped_quantity
946: , l.header_id
947: from oe_order_lines l
948: , qp_preq_lines_tmp lines
949: where lines.line_id = l.line_id
950: and lines.line_type_code='LINE'
951: and l.booked_flag = 'Y'