DBA Data[Home] [Help]

APPS.OE_ORDER_ADJ_PVT dependencies on QP_PRICING_ATTRIBUTES

Line 7974: , qp_pricing_attributes qppa

7970: Cursor get_gsa_list_lines is
7971: Select/*+ ordered use_nl(qpq qppa qpll qplh) */ min(qpll.operand)
7972: From
7973: qp_qualifiers qpq
7974: , qp_pricing_attributes qppa
7975: , qp_list_lines qpll
7976: , qp_list_headers_b qplh
7977: , qp_price_req_sources qpprs
7978: where

Line 13473: qp_pricing_attributes qppr

13469: SELECT 'X'
13470: FROM
13471: qp_list_headers_b qh,
13472: qp_list_lines ql,
13473: qp_pricing_attributes qppr
13474: WHERE ql.list_line_id = qppr.list_line_id
13475: AND ql.automatic_flag = 'N'
13476: AND qh.list_header_id = ql.list_header_id
13477: AND qh.active_flag = 'Y'