DBA Data[Home] [Help]

APPS.PO_MASS_UPDATE dependencies on FND_MSG_PUB

Line 281: FND_MSG_PUB.Count_and_Get(p_count => l_msg_count

277: x_return_status => l_return_status);
278:
279: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
280: -- get message to log and raise error
281: FND_MSG_PUB.Count_and_Get(p_count => l_msg_count
282: ,p_data => l_msg_data);
283: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
284: END IF;
285:

Line 326: FND_MSG_PUB.Count_and_Get(p_count => l_msg_count

322: x_return_status => l_return_status);
323:
324: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
325: -- get message to log and raise error
326: FND_MSG_PUB.Count_and_Get(p_count => l_msg_count
327: ,p_data => l_msg_data);
328: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
329: END IF;
330: END IF;

Line 387: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN

383:
384: EXCEPTION
385: /* CONTERMS FPJ START */
386: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
387: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
388: FND_MSG_PUB.add_exc_msg(g_pkg_name, l_api_name);
389: IF (g_fnd_debug='Y') THEN
390: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_UNEXPECTED) THEN
391: FND_LOG.string(log_level => FND_LOG.level_unexpected

Line 388: FND_MSG_PUB.add_exc_msg(g_pkg_name, l_api_name);

384: EXCEPTION
385: /* CONTERMS FPJ START */
386: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
387: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
388: FND_MSG_PUB.add_exc_msg(g_pkg_name, l_api_name);
389: IF (g_fnd_debug='Y') THEN
390: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_UNEXPECTED) THEN
391: FND_LOG.string(log_level => FND_LOG.level_unexpected
392: ,module => g_module_prefix ||l_api_name