DBA Data[Home] [Help]

APPS.PSP_PAYROLL_SUB_LINES_PKG dependencies on FND_MESSAGE

Line 59: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');

55: if X_LAST_UPDATE_LOGIN is NULL then
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,

Line 225: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');

221: begin
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;

Line 316: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');

312: AND (X_ATTRIBUTE10 is null)))
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;

Line 375: FND_MESSAGE.SET_NAME('FND', 'SYSTEM-INVALID ARGS');

371: if X_LAST_UPDATE_LOGIN is NULL then
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,