DBA Data[Home] [Help]

APPS.PA_GANTT_CONFIG_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.GANTT_VIEW_ID = X_GANTT_VIEW_ID)
245: AND (recinfo.GANTT_CONFIG_USAGE = X_GANTT_CONFIG_USAGE)

Line 291: app_exception.raise_exception;

287: ) then
288: null;
289: else
290: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
291: app_exception.raise_exception;
292: end if;
293:
294: for tlinfo in c1 loop
295: if (tlinfo.BASELANG = 'Y') then

Line 303: app_exception.raise_exception;

299: ) then
300: null;
301: else
302: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
303: app_exception.raise_exception;
304: end if;
305: end if;
306: end loop;
307: return;