DBA Data[Home] [Help]

APPS.OE_OE_FORM_LINE_PATTR dependencies on OE_ORDER_PRICE_ATTRIBS

Line 3271: where exists ( select 'Y' from oe_order_price_attribs

3267:
3268: -- Added for bug#2645465
3269: begin
3270: select 'Y' into l_pattr_exists from dual
3271: where exists ( select 'Y' from oe_order_price_attribs
3272: where order_price_attrib_id = p_order_price_attrib_id );
3273: exception
3274: when others then
3275: null;