DBA Data[Home] [Help]

APPS.OE_OE_PRICING_AVAILABILITY dependencies on QP_LIST_HEADERS_B

Line 5204: , qp_list_headers_b qplh

5200: From
5201: qp_qualifiers qpq
5202: , qp_pricing_attributes qppa
5203: , qp_list_lines qpll
5204: , qp_list_headers_b qplh
5205: , qp_price_req_sources qpprs
5206: where
5207: qpq.qualifier_context='CUSTOMER'
5208: and qpq.qualifier_attribute='QUALIFIER_ATTRIBUTE15'

Line 5528: from qp_list_headers_b

5524: BEGIN
5525:
5526: select rounding_factor
5527: into l_rounding_factor
5528: from qp_list_headers_b
5529: where list_header_id = p_list_header_id;
5530:
5531: If l_rounding_factor = fnd_api.g_miss_num then
5532: l_rounding_factor:= Null;