DBA Data[Home] [Help]

APPS.AHL_WARRANTY_TMPL_CTR_PKG dependencies on APP_EXCEPTION

Line 209: app_exception.raise_exception;

205: fetch c into recinfo;
206: if (c%notfound) then
207: close c;
208: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
209: app_exception.raise_exception;
210: end if;
211: close c;
212: if ( (recinfo.OBJECT_VERSION_NUMBER = X_OBJECT_VERSION_NUMBER)
213: AND (recinfo.WARRANTY_TEMPLATE_ID = X_WARRANTY_TEMPLATE_ID)

Line 252: app_exception.raise_exception;

248: ) then
249: null;
250: else
251: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
252: app_exception.raise_exception;
253: end if;
254:
255: for tlinfo in c1 loop
256: if (tlinfo.BASELANG = 'Y') then

Line 269: app_exception.raise_exception;

265: ) then
266: null;
267: else
268: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
269: app_exception.raise_exception;
270: end if;
271: end if;
272: end loop;
273: return;