DBA Data[Home] [Help]

APPS.OE_RELATED_ITEMS_PVT dependencies on QP_LIST_HEADERS_B

Line 3047: , qp_list_headers_b qplh

3043: From
3044: qp_qualifiers qpq
3045: , qp_pricing_attributes qppa
3046: , qp_list_lines qpll
3047: , qp_list_headers_b qplh
3048: , qp_price_req_sources qpprs
3049: where
3050: qpq.qualifier_context='CUSTOMER'
3051: and qpq.qualifier_attribute='QUALIFIER_ATTRIBUTE15'

Line 3373: from qp_list_headers_b

3369: BEGIN
3370:
3371: select rounding_factor
3372: into l_rounding_factor
3373: from qp_list_headers_b
3374: where list_header_id = p_list_header_id;
3375:
3376: If l_rounding_factor = fnd_api.g_miss_num then
3377: l_rounding_factor:= Null;