DBA Data[Home] [Help]

APPS.FND_LOOKUP_VALUES_PKG dependencies on FND_MESSAGE

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

282: OR ((tlinfo.ATTRIBUTE15 is null) AND (X_ATTRIBUTE15 is null)))
283: ) then
284: null;
285: else
286: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
287: app_exception.raise_exception;
288: end if;
289: end if;
290: end loop;