DBA Data[Home] [Help]

APPS.BSC_TAB_VIEW_KPI_PKG dependencies on FND_MESSAGE

Line 160: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');

156: AND (tlinfo.COLOR_SIZE = X_COLOR_SIZE)
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;