DBA Data[Home] [Help]

APPS.OE_ORDER_ADJ_PVT dependencies on QP_PRICING_ATTRIBUTES

Line 7882: , qp_pricing_attributes qppa

7878: Cursor get_gsa_list_lines is
7879: Select/*+ ordered use_nl(qpq qppa qpll qplh) */ min(qpll.operand)
7880: From
7881: qp_qualifiers qpq
7882: , qp_pricing_attributes qppa
7883: , qp_list_lines qpll
7884: , qp_list_headers_b qplh
7885: , qp_price_req_sources qpprs
7886: where

Line 13299: qp_pricing_attributes qppr

13295: SELECT 'X'
13296: FROM
13297: qp_list_headers_b qh,
13298: qp_list_lines ql,
13299: qp_pricing_attributes qppr
13300: WHERE ql.list_line_id = qppr.list_line_id
13301: AND ql.automatic_flag = 'N'
13302: AND qh.list_header_id = ql.list_header_id
13303: AND qh.active_flag = 'Y'