DBA Data[Home] [Help]

APPS.PSP_PAYROLL_SOURCES_PKG dependencies on APP_EXCEPTION

Line 48: app_exception.raise_exception;

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

Line 162: app_exception.raise_exception;

158: open c1;
159: fetch c1 into tlinfo;
160: if (c1%notfound) then
161: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
162: app_exception.raise_exception;
163: close c1;
164: return;
165: end if;
166: close c1;

Line 223: app_exception.raise_exception;

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

Line 269: app_exception.raise_exception;

265: X_LAST_UPDATE_LOGIN := -1;
266: end if;
267: else
268: FND_MESSAGE.SET_NAME('FND', 'SYSTEM-INVALID ARGS');
269: app_exception.raise_exception;
270: end if;
271: update PSP_PAYROLL_SOURCES set
272: DESCRIPTION = X_DESCRIPTION,
273: ATTRIBUTE_CATEGORY = X_ATTRIBUTE_CATEGORY,