DBA Data[Home] [Help]

APPS.OE_OE_PRICING_AVAILABILITY dependencies on QP_RLTD_MODIFIERS

Line 5673: from qp_rltd_modifiers where

5669: BEGIN
5670: oe_debug_pub.add('before fetching the related lines');
5671:
5672: select to_rltd_modifier_id into l_list_line_no
5673: from qp_rltd_modifiers where
5674: from_rltd_modifier_id=in_list_line_id;
5675:
5676: oe_debug_pub.add('after fetching the related line');
5677: