DBA Data[Home] [Help]

APPS.JTF_TASK_ASSIGNMENTS_PKG dependencies on FND_MSG_PUB

Line 267: fnd_msg_pub.add;

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;
271:

Line 277: fnd_msg_pub.add;

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:
281: