DBA Data[Home] [Help]

APPS.OE_OE_AVAILABILITY dependencies on QP_LIST_HEADERS_B

Line 3824: , qp_list_headers_b qplh

3820: From
3821: qp_qualifiers qpq
3822: , qp_pricing_attributes qppa
3823: , qp_list_lines qpll
3824: , qp_list_headers_b qplh
3825: , qp_price_req_sources qpprs
3826: where
3827: qpq.qualifier_context='CUSTOMER'
3828: and qpq.qualifier_attribute='QUALIFIER_ATTRIBUTE15'

Line 4151: from qp_list_headers_b

4147: BEGIN
4148:
4149: select rounding_factor
4150: into l_rounding_factor
4151: from qp_list_headers_b
4152: where list_header_id = p_list_header_id;
4153:
4154: If l_rounding_factor = fnd_api.g_miss_num then
4155: l_rounding_factor:= Null;