DBA Data[Home] [Help]

APPS.QP_DELAYED_REQUESTS_UTIL dependencies on QP_PRICE_BREAKS_V

Line 639: -- Changed the cursor definition from view qp_price_breaks_v to base tables

635: --End Bug No: 7321885
636:
637: OVERLAPPING_BREAKS_EXCEPTION EXCEPTION;
638: -- mkarya for performance bug 1840060
639: -- Changed the cursor definition from view qp_price_breaks_v to base tables
640:
641: --[prarasto] changed the cursor to revert to the validations for
642: --Non-continuous price breaks
643: Cursor C_break_lines(p_list_line_id number) IS

Line 985: from qp_price_breaks_v

981: BEGIN
982:
983: select count(DISTINCT pricing_attribute)
984: into l_count
985: from qp_price_breaks_v
986: where parent_list_line_id = p_parent_list_line_id;
987:
988: oe_debug_pub.add('price break groups '|| to_char(l_count) );
989: IF l_count > 1 THEN