DBA Data[Home] [Help]

APPS.JTF_RS_INTEGRATION_PUB dependencies on FND_MSG_PUB

Line 293: FND_MSG_PUB.add;

289: fnd_message.set_name ('JTF', 'JTF_RS_UNEXP_ERROR');
290: fnd_message.set_token('P_SQLCODE',SQLCODE);
291: fnd_message.set_token('P_SQLERRM',SQLERRM);
292: fnd_message.set_token('P_API_NAME', l_api_name);
293: FND_MSG_PUB.add;
294: x_return_status := fnd_api.g_ret_sts_unexp_error;
295:
296: END get_resources_by_skill;
297: