DBA Data[Home] [Help]

APPS.BSC_TAB_VIEW_KPI_PKG dependencies on APP_EXCEPTION

Line 161: app_exception.raise_exception;

157: ) then
158: null;
159: else
160: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
161: app_exception.raise_exception;
162: end if;
163: end if;
164: end loop;
165: return;