DBA Data[Home] [Help]

APPS.PSP_PAYROLL_LINES_PKG dependencies on APP_EXCEPTION

Line 53: app_exception.raise_exception;

49: X_LAST_UPDATE_LOGIN := -1;
50: end if;
51: else
52: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
53: app_exception.raise_exception;
54: end if;
55: insert into PSP_PAYROLL_LINES (
56: PAYROLL_LINE_ID,
57: PAYROLL_CONTROL_ID,

Line 177: app_exception.raise_exception;

173: open c1;
174: fetch c1 into tlinfo;
175: if (c1%notfound) then
176: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
177: app_exception.raise_exception;
178: close c1;
179: return;
180: end if;
181: close c1;

Line 220: app_exception.raise_exception;

216: ) then
217: null;
218: else
219: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
220: app_exception.raise_exception;
221: end if;
222: return;
223: end LOCK_ROW;
224:

Line 265: app_exception.raise_exception;

261: X_LAST_UPDATE_LOGIN := -1;
262: end if;
263: else
264: FND_MESSAGE.SET_NAME('FND', 'SYSTEM-INVALID ARGS');
265: app_exception.raise_exception;
266: end if;
267: update PSP_PAYROLL_LINES set
268: PAYROLL_CONTROL_ID = X_PAYROLL_CONTROL_ID,
269: SET_OF_BOOKS_ID = X_SET_OF_BOOKS_ID,