DBA Data[Home] [Help]

APPS.OE_LINE_ADJ_ASSOCS_UTIL dependencies on DUAL

Line 252: ( select to_number(p_price_adjustment_id) from dual

248: END IF;
249: --Modified the below delete statement to fix bug 2626303
250: DELETE OE_PRICE_ADJ_ASSOCS opaa
251: WHERE opaa.rltd_price_adj_id in
252: ( select to_number(p_price_adjustment_id) from dual
253: UNION ALL
254: select opaa1.rltd_price_adj_id
255: from OE_PRICE_ADJ_ASSOCS opaa1 where
256: opaa1.price_adjustment_id = p_price_adjustment_id