DBA Data[Home] [Help]

APPS.JTF_TASK_ASSIGNMENTS_PKG dependencies on FND_MESSAGE

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

301: open c1;
302: fetch c1 into tlinfo;
303: if (c1%notfound) then
304: close c1;
305: fnd_message.set_name('JTF', 'JTF_API_RECORD_NOT_FOUND');
306: fnd_msg_pub.add;
307: app_exception.raise_exception;
308: end if;
309: close c1;

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

311: if (tlinfo.OBJECT_VERSION_NUMBER = X_OBJECT_VERSION_NUMBER)
312: then
313: null;
314: else
315: fnd_message.set_name('JTF', 'JTF_API_RECORD_NOT_FOUND');
316: fnd_msg_pub.add;
317: app_exception.raise_exception;
318: end if;
319: