DBA Data[Home] [Help]

APPS.QP_RESOLVE_INCOMPATABILITY_PVT dependencies on QP_PRICING_ATTRIBUTES

Line 1568: from qp_pricing_attributes

1564:
1565: BEGIN
1566: select pricing_attribute
1567: into l_volume_attribute
1568: from qp_pricing_attributes
1569: where list_line_id = i.created_from_list_line_id
1570: and pricing_attribute_context = QP_PREQ_GRP.G_PRIC_VOLUME_CONTEXT
1571: and excluder_flag='N'; --3607956
1572: EXCEPTION