DBA Data[Home] [Help]

APPS.QP_DELAYED_REQUESTS_UTIL dependencies on QP_PRICE_BREAKS_V

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

627: --End Bug No: 7321885
628:
629: OVERLAPPING_BREAKS_EXCEPTION EXCEPTION;
630: -- mkarya for performance bug 1840060
631: -- Changed the cursor definition from view qp_price_breaks_v to base tables
632:
633: --[prarasto] changed the cursor to revert to the validations for
634: --Non-continuous price breaks
635: Cursor C_break_lines(p_list_line_id number) IS

Line 977: from qp_price_breaks_v

973: BEGIN
974:
975: select count(DISTINCT pricing_attribute)
976: into l_count
977: from qp_price_breaks_v
978: where parent_list_line_id = p_parent_list_line_id;
979:
980: oe_debug_pub.add('price break groups '|| to_char(l_count) );
981: IF l_count > 1 THEN