DBA Data[Home] [Help]

APPS.MTL_UOM_CLASSES_TL_PKG dependencies on APP_EXCEPTION

Line 642: app_exception.raise_exception;

638: ) then
639: null;
640: else
641: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
642: app_exception.raise_exception;
643: end if;
644: end if;
645: end loop;
646: return;