DBA Data[Home] [Help]

APPS.JTF_RS_JOB_ROLES_PVT dependencies on FND_MESSAGE

Line 102: fnd_message.set_name('JTF', 'JTF_RS_JOB_EXISTS');

98: IF l_check_count > 0 THEN
99:
100: x_return_status := fnd_api.g_ret_sts_error;
101:
102: fnd_message.set_name('JTF', 'JTF_RS_JOB_EXISTS');
103: fnd_msg_pub.add;
104:
105: RAISE fnd_api.g_exc_unexpected_error;
106:

Line 157: fnd_message.set_name('JTF', 'JTF_RS_TABLE_HANDLER_ERROR');

153: IF c_jtf_rs_job_roles%NOTFOUND THEN
154:
155: x_return_status := fnd_api.g_ret_sts_unexp_error;
156:
157: fnd_message.set_name('JTF', 'JTF_RS_TABLE_HANDLER_ERROR');
158: fnd_msg_pub.add;
159:
160: IF c_jtf_rs_job_roles%ISOPEN THEN
161:

Line 278: fnd_message.set_name('JTF', 'JTF_RS_ROW_LOCK_ERROR');

274: WHEN OTHERS THEN
275:
276: x_return_status := fnd_api.g_ret_sts_unexp_error;
277:
278: fnd_message.set_name('JTF', 'JTF_RS_ROW_LOCK_ERROR');
279: fnd_msg_pub.add;
280:
281: RAISE fnd_api.g_exc_unexpected_error;
282:

Line 302: fnd_message.set_name('JTF', 'JTF_RS_TABLE_HANDLER_ERROR');

298: WHEN NO_DATA_FOUND THEN
299:
300: x_return_status := fnd_api.g_ret_sts_unexp_error;
301:
302: fnd_message.set_name('JTF', 'JTF_RS_TABLE_HANDLER_ERROR');
303: fnd_msg_pub.add;
304:
305: RAISE fnd_api.g_exc_unexpected_error;
306: