DBA Data[Home] [Help]

APPS.QP_RESOLVE_INCOMPATABILITY_PVT dependencies on QP_PRICING_ATTRIBUTES

Line 1559: from qp_pricing_attributes

1555:
1556: BEGIN
1557: select pricing_attribute
1558: into l_volume_attribute
1559: from qp_pricing_attributes
1560: where list_line_id = i.created_from_list_line_id
1561: and pricing_attribute_context = QP_PREQ_GRP.G_PRIC_VOLUME_CONTEXT
1562: and excluder_flag='N'; --3607956
1563: EXCEPTION