DBA Data[Home] [Help]

APPS.JTF_TASK_ASSIGNMENTS_PKG dependencies on FND_MSG_PUB

Line 306: fnd_msg_pub.add;

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

Line 316: fnd_msg_pub.add;

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