DBA Data[Home] [Help]

APPS.JTF_TASK_ASSIGNMENTS_PKG dependencies on APP_EXCEPTION

Line 268: app_exception.raise_exception;

264: if (c1%notfound) then
265: close c1;
266: fnd_message.set_name('JTF', 'JTF_API_RECORD_NOT_FOUND');
267: fnd_msg_pub.add;
268: app_exception.raise_exception;
269: end if;
270: close c1;
271:
272: if (tlinfo.OBJECT_VERSION_NUMBER = X_OBJECT_VERSION_NUMBER)

Line 278: app_exception.raise_exception;

274: null;
275: else
276: fnd_message.set_name('JTF', 'JTF_API_RECORD_NOT_FOUND');
277: fnd_msg_pub.add;
278: app_exception.raise_exception;
279: end if;
280:
281:
282: end LOCK_ROW;