DBA Data[Home] [Help]

APPS.PO_MASS_UPDATE dependencies on FND_MSG_PUB

Line 299: FND_MSG_PUB.Count_and_Get(p_count => l_msg_count

295: x_return_status => l_return_status);
296:
297: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
298: -- get message to log and raise error
299: FND_MSG_PUB.Count_and_Get(p_count => l_msg_count
300: ,p_data => l_msg_data);
301: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
302: END IF;
303:

Line 344: FND_MSG_PUB.Count_and_Get(p_count => l_msg_count

340: x_return_status => l_return_status);
341:
342: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
343: -- get message to log and raise error
344: FND_MSG_PUB.Count_and_Get(p_count => l_msg_count
345: ,p_data => l_msg_data);
346: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
347: END IF;
348: END IF;

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

418:
419: EXCEPTION
420: /* CONTERMS FPJ START */
421: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
422: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
423: FND_MSG_PUB.add_exc_msg(g_pkg_name, l_api_name);
424: IF (g_fnd_debug='Y') THEN
425: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_UNEXPECTED) THEN
426: FND_LOG.string(log_level => FND_LOG.level_unexpected

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

419: EXCEPTION
420: /* CONTERMS FPJ START */
421: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
422: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
423: FND_MSG_PUB.add_exc_msg(g_pkg_name, l_api_name);
424: IF (g_fnd_debug='Y') THEN
425: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_UNEXPECTED) THEN
426: FND_LOG.string(log_level => FND_LOG.level_unexpected
427: ,module => g_module_prefix ||l_api_name