DBA Data[Home] [Help]

APPS.OE_PRICE_ORDER_PVT_OBSOLETE dependencies on OE_ORDER_LINES

Line 743: from oe_order_lines l

739: , lines.priced_quantity
740: , lines.line_quantity
741: , l.shipped_quantity
742: , l.header_id
743: from oe_order_lines l
744: , qp_preq_lines_tmp lines
745: where lines.line_id = l.line_id
746: and lines.line_type_code='LINE'
747: and l.booked_flag = 'Y'