DBA Data[Home] [Help]

APPS.PSP_PAYROLL_CONTROLS_PKG dependencies on APP_EXCEPTION

Line 58: app_exception.raise_exception;

54: X_LAST_UPDATE_LOGIN := -1;
55: end if;
56: else
57: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
58: app_exception.raise_exception;
59: end if;
60: insert into PSP_PAYROLL_CONTROLS (
61: SUBLINES_DR_AMOUNT,
62: SUBLINES_CR_AMOUNT,

Line 214: app_exception.raise_exception;

210: open c1;
211: fetch c1 into tlinfo;
212: if (c1%notfound) then
213: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
214: app_exception.raise_exception;
215: close c1;
216: return;
217: end if;
218: close c1;

Line 274: app_exception.raise_exception;

270: ) then
271: null;
272: else
273: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
274: app_exception.raise_exception;
275: end if;
276: return;
277: end LOCK_ROW;
278:

Line 330: app_exception.raise_exception;

326: X_LAST_UPDATE_LOGIN := -1;
327: end if;
328: else
329: FND_MESSAGE.SET_NAME('FND', 'SYSTEM-INVALID ARGS');
330: app_exception.raise_exception;
331: end if;
332: update PSP_PAYROLL_CONTROLS set
333: SUBLINES_DR_AMOUNT = X_SUBLINES_DR_AMOUNT,
334: SUBLINES_CR_AMOUNT = X_SUBLINES_CR_AMOUNT,