DBA Data[Home] [Help]

APPS.PSP_ELEMENT_GROUPS_PKG dependencies on APP_EXCEPTION

Line 51: app_exception.raise_exception;

47: X_LAST_UPDATE_LOGIN := -1;
48: end if;
49: else
50: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
51: app_exception.raise_exception;
52: end if;
53: insert into PSP_ELEMENT_GROUPS (
54: ELEMENT_GROUP_ID,
55: ELEMENT_GROUP_NAME,

Line 182: app_exception.raise_exception;

178: open c1;
179: fetch c1 into tlinfo;
180: if (c1%notfound) then
181: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
182: app_exception.raise_exception;
183: close c1;
184: return;
185: end if;
186: close c1;

Line 248: app_exception.raise_exception;

244: ) then
245: null;
246: else
247: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
248: app_exception.raise_exception;
249: end if;
250: return;
251: end LOCK_ROW;
252:

Line 298: app_exception.raise_exception;

294: X_LAST_UPDATE_LOGIN := -1;
295: end if;
296: else
297: FND_MESSAGE.SET_NAME('FND', 'SYSTEM-INVALID ARGS');
298: app_exception.raise_exception;
299: end if;
300: update PSP_ELEMENT_GROUPS set
301: ELEMENT_GROUP_NAME = X_ELEMENT_GROUP_NAME,
302: START_DATE_ACTIVE = X_START_DATE_ACTIVE,