DBA Data[Home] [Help]

APPS.OE_OE_PRICING_AVAILABILITY dependencies on QP_RLTD_MODIFIERS

Line 5648: from qp_rltd_modifiers where

5644: BEGIN
5645: oe_debug_pub.add('before fetching the related lines');
5646:
5647: select to_rltd_modifier_id into l_list_line_no
5648: from qp_rltd_modifiers where
5649: from_rltd_modifier_id=in_list_line_id;
5650:
5651: oe_debug_pub.add('after fetching the related line');
5652: