DBA Data[Home] [Help]

APPS.JTF_TASK_ASSIGNMENTS_PKG dependencies on FND_MESSAGE

Line 266: fnd_message.set_name('JTF', 'JTF_API_RECORD_NOT_FOUND');

262: open c1;
263: fetch c1 into tlinfo;
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;

Line 276: fnd_message.set_name('JTF', 'JTF_API_RECORD_NOT_FOUND');

272: if (tlinfo.OBJECT_VERSION_NUMBER = X_OBJECT_VERSION_NUMBER)
273: then
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: