DBA Data[Home] [Help]

APPS.PSP_ENC_PAYROLLS_PKG dependencies on APP_EXCEPTION

Line 49: app_exception.raise_exception;

45: X_LAST_UPDATE_LOGIN := -1;
46: end if;
47: else
48: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
49: app_exception.raise_exception;
50: end if;
51: insert into PSP_ENC_PAYROLLS (
52: ENC_PAYROLL_ID,
53: BUSINESS_GROUP_ID,

Line 171: app_exception.raise_exception;

167: open c1;
168: fetch c1 into tlinfo;
169: if (c1%notfound) then
170: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
171: app_exception.raise_exception;
172: close c1;
173: return;
174: end if;
175: close c1;

Line 233: app_exception.raise_exception;

229: ) then
230: null;
231: else
232: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
233: app_exception.raise_exception;
234: end if;
235: return;
236: end LOCK_ROW;
237:

Line 281: app_exception.raise_exception;

277: X_LAST_UPDATE_LOGIN := -1;
278: end if;
279: else
280: FND_MESSAGE.SET_NAME('FND', 'SYSTEM-INVALID ARGS');
281: app_exception.raise_exception;
282: end if;
283: update PSP_ENC_PAYROLLS set
284: BUSINESS_GROUP_ID = X_BUSINESS_GROUP_ID,
285: SET_OF_BOOKS_ID = X_SET_OF_BOOKS_ID,