DBA Data[Home] [Help]

APPS.PSP_PAYROLL_SUB_LINES_PKG dependencies on APP_EXCEPTION

Line 60: app_exception.raise_exception;

56: X_LAST_UPDATE_LOGIN := -1;
57: end if;
58: else
59: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
60: app_exception.raise_exception;
61: end if;
62: insert into PSP_PAYROLL_SUB_LINES (
63: PAYROLL_SUB_LINE_ID,
64: PAYROLL_LINE_ID,

Line 226: app_exception.raise_exception;

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

Line 317: app_exception.raise_exception;

313: ) then
314: null;
315: else
316: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
317: app_exception.raise_exception;
318: end if;
319: return;
320: end LOCK_ROW;
321:

Line 376: app_exception.raise_exception;

372: X_LAST_UPDATE_LOGIN := -1;
373: end if;
374: else
375: FND_MESSAGE.SET_NAME('FND', 'SYSTEM-INVALID ARGS');
376: app_exception.raise_exception;
377: end if;
378: update PSP_PAYROLL_SUB_LINES set
379: PAYROLL_LINE_ID = X_PAYROLL_LINE_ID,
380: SUB_LINE_START_DATE = X_SUB_LINE_START_DATE,