DBA Data[Home] [Help]

APPS.BSC_DB_MEASURE_GROUPS_PKG dependencies on APP_EXCEPTION

Line 61: app_exception.raise_exception;

57: ) then
58: null;
59: else
60: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
61: app_exception.raise_exception;
62: end if;
63: end if;
64: end loop;
65: return;