DBA Data[Home] [Help]

APPS.PSP_ORGANIZATION_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_ORGANIZATION_ACCOUNTS (
67: ORGANIZATION_ACCOUNT_ID,
68: ORGANIZATION_ID,

Line 228: app_exception.raise_exception;

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

Line 313: app_exception.raise_exception;

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

Line 373: app_exception.raise_exception;

369: X_LAST_UPDATE_LOGIN := -1;
370: end if;
371: else
372: FND_MESSAGE.SET_NAME('FND', 'SYSTEM-INVALID ARGS');
373: app_exception.raise_exception;
374: end if;
375: update PSP_ORGANIZATION_ACCOUNTS set
376: ORGANIZATION_ID = X_ORGANIZATION_ID,
377: ACCOUNT_TYPE_CODE = X_ACCOUNT_TYPE_CODE,