DBA Data[Home] [Help]

APPS.PSP_EFT_REPORT_TEMPLATES_PKG dependencies on APP_EXCEPTION

Line 70: app_exception.raise_exception;

66: X_LAST_UPDATE_LOGIN := -1;
67: end if;
68: else
69: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
70: app_exception.raise_exception;
71: end if;
72: insert into PSP_EFFORT_REPORT_TEMPLATES (
73: TEMPLATE_ID,
74: TEMPLATE_NAME,

Line 277: app_exception.raise_exception;

273: open c1;
274: fetch c1 into tlinfo;
275: if (c1%notfound) then
276: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
277: app_exception.raise_exception;
278: close c1;
279: return;
280: end if;
281: close c1;

Line 402: app_exception.raise_exception;

398: ) then
399: null;
400: else
401: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
402: app_exception.raise_exception;
403: end if;
404: return;
405: end LOCK_ROW;
406:

Line 471: app_exception.raise_exception;

467: X_LAST_UPDATE_LOGIN := -1;
468: end if;
469: else
470: FND_MESSAGE.SET_NAME('FND', 'SYSTEM-INVALID ARGS');
471: app_exception.raise_exception;
472: end if;
473: update PSP_EFFORT_REPORT_TEMPLATES set
474: TEMPLATE_NAME = X_TEMPLATE_NAME,
475: EFFORT_REPORT_PERIOD_NAME = X_EFFORT_REPORT_PERIOD_NAME,