DBA Data[Home] [Help]

APPS.OE_OE_AVAILABILITY dependencies on QP_LIST_HEADERS_B

Line 3807: , qp_list_headers_b qplh

3803: From
3804: qp_qualifiers qpq
3805: , qp_pricing_attributes qppa
3806: , qp_list_lines qpll
3807: , qp_list_headers_b qplh
3808: , qp_price_req_sources qpprs
3809: where
3810: qpq.qualifier_context='CUSTOMER'
3811: and qpq.qualifier_attribute='QUALIFIER_ATTRIBUTE15'

Line 4134: from qp_list_headers_b

4130: BEGIN
4131:
4132: select rounding_factor
4133: into l_rounding_factor
4134: from qp_list_headers_b
4135: where list_header_id = p_list_header_id;
4136:
4137: If l_rounding_factor = fnd_api.g_miss_num then
4138: l_rounding_factor:= Null;