DBA Data[Home] [Help]

APPS.MTL_UNITS_OF_MEASURE_TL_PKG dependencies on APP_EXCEPTION

Line 691: app_exception.raise_exception;

687: ) then
688: null;
689: else
690: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
691: app_exception.raise_exception;
692: end if;
693: end if;
694: end loop;
695: return;