DBA Data[Home] [Help]

APPS.PSP_DISTRIBUTION_INTERFACE_PKG dependencies on APP_EXCEPTION

Line 71: app_exception.raise_exception;

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

Line 271: app_exception.raise_exception;

267: open c1;
268: fetch c1 into tlinfo;
269: if (c1%notfound) then
270: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
271: app_exception.raise_exception;
272: close c1;
273: return;
274: end if;
275: close c1;

Line 360: app_exception.raise_exception;

356: ) then
357: null;
358: else
359: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
360: app_exception.raise_exception;
361: end if;
362: return;
363: end LOCK_ROW;
364:

Line 427: app_exception.raise_exception;

423: X_LAST_UPDATE_LOGIN := -1;
424: end if;
425: else
426: FND_MESSAGE.SET_NAME('FND', 'SYSTEM-INVALID ARGS');
427: app_exception.raise_exception;
428: end if;
429: update PSP_DISTRIBUTION_INTERFACE set
430: PERSON_ID = X_PERSON_ID,
431: ASSIGNMENT_ID = X_ASSIGNMENT_ID,