DBA Data[Home] [Help]

APPS.AHL_ITEM_GROUPS_PKG dependencies on APP_EXCEPTION

Line 200: app_exception.raise_exception;

196: fetch c into recinfo;
197: if (c%notfound) then
198: close c;
199: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
200: app_exception.raise_exception;
201: end if;
202: close c;
203: if ( (recinfo.TYPE_CODE = X_TYPE_CODE)
204: AND (recinfo.STATUS_CODE = X_STATUS_CODE)

Line 246: app_exception.raise_exception;

242: ) then
243: null;
244: else
245: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
246: app_exception.raise_exception;
247: end if;
248:
249: for tlinfo in c1 loop
250: if (tlinfo.BASELANG = 'Y') then

Line 257: app_exception.raise_exception;

253: ) then
254: null;
255: else
256: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
257: app_exception.raise_exception;
258: end if;
259: end if;
260: end loop;
261: return;