DBA Data[Home] [Help]

APPS.AMS_LIST_SRC_FIELDS_NEW_PKG dependencies on APP_EXCEPTION

Line 241: app_exception.raise_exception;

237: fetch c into recinfo;
238: if (c%notfound) then
239: close c;
240: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
241: app_exception.raise_exception;
242: end if;
243: close c;
244: if ( ((recinfo.FIELD_LOOKUP_TYPE = X_FIELD_LOOKUP_TYPE)
245: OR ((recinfo.FIELD_LOOKUP_TYPE is null) AND (X_FIELD_LOOKUP_TYPE is null)))

Line 304: app_exception.raise_exception;

300: ) then
301: null;
302: else
303: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
304: app_exception.raise_exception;
305: end if;
306:
307: for tlinfo in c1 loop
308: if (tlinfo.BASELANG = 'Y') then

Line 315: app_exception.raise_exception;

311: ) then
312: null;
313: else
314: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
315: app_exception.raise_exception;
316: end if;
317: end if;
318: end loop;
319: return;