DBA Data[Home] [Help]

APPS.JMF_SHIKYU_ONT_PVT dependencies on FND_MSG_PUB

Line 960: FND_MSG_PUB.Add;

956:
957: IF l_return_status <> FND_API.G_RET_STS_SUCCESS
958: THEN
959: FND_MESSAGE.set_name('JMF', 'JMF_SHK_REPLENISH_SO_ERR');
960: FND_MSG_PUB.Add;
961: /* Bug 7000413 - Start */
962: /* Log the error in the Concurrent Request log if allocation fails */
963: BEGIN
964:

Line 1399: FND_MSG_PUB.add;

1395: --Bugfix 9767052
1396: ROLLBACK TO before_process_order;
1397:
1398: FND_MESSAGE.set_name('JMF', 'JMF_SHK_REPLENISH_SO_ERR');
1399: FND_MSG_PUB.add;
1400:
1401: IF g_log_enabled AND
1402: FND_LOG.LEVEL_EXCEPTION >= FND_LOG.G_CURRENT_RUNTIME_LEVEL
1403: THEN