DBA Data[Home] [Help]

APPS.OE_ITORD_PUB dependencies on OE_ORDER_TYPES_V

Line 519: FROM oe_order_types_v

515: ELSE
516: begin
517: SELECT 'Y'
518: INTO l_exists
519: FROM oe_order_types_v
520: WHERE order_type_id = p_Item_Orderability_Import_Rec.order_type_id ;
521: Exception
522: when no_data_found then
523: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');