DBA Data[Home] [Help]

APPS.OE_LINE_PATTR_UTIL dependencies on DUAL

Line 4007: select 1 into l_tmp1 from dual

4003: null;
4004: end;
4005: elsif p_x_line_price_att_rec.pricing_attribute2 is null THEN
4006: begin
4007: select 1 into l_tmp1 from dual
4008: where exists
4009: (select 1 from oe_price_adjustments where
4010: list_header_id = p_x_line_price_att_rec.pricing_attribute1
4011: and updated_flag = 'Y');