DBA Data[Home] [Help]

APPS.OE_ITORD_PUB dependencies on OE_ORDER_TYPES_V

Line 482: FROM oe_order_types_v

478: ELSE
479: begin
480: SELECT 'Y'
481: INTO l_exists
482: FROM oe_order_types_v
483: WHERE order_type_id = p_Item_Orderability_Import_Rec.order_type_id ;
484: Exception
485: when no_data_found then
486: fnd_message.set_name('ONT','OE_INVALID_ATTRIBUTE');