DBA Data[Home] [Help]

APPS.PSP_ELEMENT_TYPE_ACCOUNTS_PKG dependencies on APP_EXCEPTION

Line 64: app_exception.raise_exception;

60: X_LAST_UPDATE_LOGIN := -1;
61: end if;
62: else
63: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
64: app_exception.raise_exception;
65: end if;
66: insert into PSP_ELEMENT_TYPE_ACCOUNTS (
67: ELEMENT_ACCOUNT_ID,
68: ELEMENT_TYPE_ID,

Line 227: app_exception.raise_exception;

223: open c1;
224: fetch c1 into tlinfo;
225: if (c1%notfound) then
226: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
227: app_exception.raise_exception;
228: close c1;
229: return;
230: end if;
231: close c1;

Line 312: app_exception.raise_exception;

308: ) then
309: null;
310: else
311: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
312: app_exception.raise_exception;
313: end if;
314: return;
315: end LOCK_ROW;
316:

Line 372: app_exception.raise_exception;

368: X_LAST_UPDATE_LOGIN := -1;
369: end if;
370: else
371: FND_MESSAGE.SET_NAME('FND', 'SYSTEM-INVALID ARGS');
372: app_exception.raise_exception;
373: end if;
374: update PSP_ELEMENT_TYPE_ACCOUNTS set
375: ELEMENT_TYPE_ID = X_ELEMENT_TYPE_ID,
376: START_DATE_ACTIVE = X_START_DATE_ACTIVE,