DBA Data[Home] [Help]

APPS.PSP_ENC_LINES_PKG dependencies on APP_EXCEPTION

Line 62: app_exception.raise_exception;

58: X_LAST_UPDATE_LOGIN := -1;
59: end if;
60: else
61: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
62: app_exception.raise_exception;
63: end if;
64: insert into PSP_ENC_LINES (
65: ENC_LINE_ID,
66: BUSINESS_GROUP_ID,

Line 219: app_exception.raise_exception;

215: open c1;
216: fetch c1 into tlinfo;
217: if (c1%notfound) then
218: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
219: app_exception.raise_exception;
220: close c1;
221: return;
222: end if;
223: close c1;

Line 286: app_exception.raise_exception;

282: ) then
283: null;
284: else
285: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
286: app_exception.raise_exception;
287: end if;
288: return;
289: end LOCK_ROW;
290:

Line 344: app_exception.raise_exception;

340: X_LAST_UPDATE_LOGIN := -1;
341: end if;
342: else
343: FND_MESSAGE.SET_NAME('FND', 'SYSTEM-INVALID ARGS');
344: app_exception.raise_exception;
345: end if;
346: update PSP_ENC_LINES set
347: BUSINESS_GROUP_ID = X_BUSINESS_GROUP_ID,
348: ENC_ELEMENT_TYPE_ID = X_ENC_ELEMENT_TYPE_ID,