DBA Data[Home] [Help]

APPS.OE_OE_PRICING_AVAILABILITY dependencies on QP_LIST_HEADERS_B

Line 5179: , qp_list_headers_b qplh

5175: From
5176: qp_qualifiers qpq
5177: , qp_pricing_attributes qppa
5178: , qp_list_lines qpll
5179: , qp_list_headers_b qplh
5180: , qp_price_req_sources qpprs
5181: where
5182: qpq.qualifier_context='CUSTOMER'
5183: and qpq.qualifier_attribute='QUALIFIER_ATTRIBUTE15'

Line 5503: from qp_list_headers_b

5499: BEGIN
5500:
5501: select rounding_factor
5502: into l_rounding_factor
5503: from qp_list_headers_b
5504: where list_header_id = p_list_header_id;
5505:
5506: If l_rounding_factor = fnd_api.g_miss_num then
5507: l_rounding_factor:= Null;