DBA Data[Home] [Help]

APPS.OE_RELATED_ITEMS_PVT dependencies on QP_LIST_HEADERS_B

Line 3081: , qp_list_headers_b qplh

3077: From
3078: qp_qualifiers qpq
3079: , qp_pricing_attributes qppa
3080: , qp_list_lines qpll
3081: , qp_list_headers_b qplh
3082: , qp_price_req_sources qpprs
3083: where
3084: qpq.qualifier_context='CUSTOMER'
3085: and qpq.qualifier_attribute='QUALIFIER_ATTRIBUTE15'

Line 3407: from qp_list_headers_b

3403: BEGIN
3404:
3405: select rounding_factor
3406: into l_rounding_factor
3407: from qp_list_headers_b
3408: where list_header_id = p_list_header_id;
3409:
3410: If l_rounding_factor = fnd_api.g_miss_num then
3411: l_rounding_factor:= Null;