DBA Data[Home] [Help]

APPS.PSP_PAYROLL_INTERFACE_PKG dependencies on APP_EXCEPTION

Line 73: app_exception.raise_exception;

69: X_LAST_UPDATE_LOGIN := -1;
70: end if;
71: else
72: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
73: app_exception.raise_exception;
74: end if;
75: insert into PSP_PAYROLL_INTERFACE (
76: PAYROLL_INTERFACE_ID,
77: PAYROLL_ID,

Line 280: app_exception.raise_exception;

276: open c1;
277: fetch c1 into tlinfo;
278: if (c1%notfound) then
279: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
280: app_exception.raise_exception;
281: close c1;
282: return;
283: end if;
284: close c1;

Line 367: app_exception.raise_exception;

363: ) then
364: null;
365: else
366: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
367: app_exception.raise_exception;
368: end if;
369: return;
370: end LOCK_ROW;
371:

Line 436: app_exception.raise_exception;

432: X_LAST_UPDATE_LOGIN := -1;
433: end if;
434: else
435: FND_MESSAGE.SET_NAME('FND', 'SYSTEM-INVALID ARGS');
436: app_exception.raise_exception;
437: end if;
438: update PSP_PAYROLL_INTERFACE set
439: PAYROLL_ID = X_PAYROLL_ID,
440: PAYROLL_PERIOD_ID = X_PAYROLL_PERIOD_ID,