DBA Data[Home] [Help]

APPS.INV_CONSIGN_NOTIF_UTL dependencies on FND_MSG_PUB

Line 268: FND_MSG_PUB.initialize;

264: END IF;
265: END IF;
266:
267: IF FND_API.To_Boolean(NVL(p_init_msg_list, FND_API.G_FALSE)) THEN
268: FND_MSG_PUB.initialize;
269: END IF;
270:
271: IF NOT FND_API.Compatible_API_Call( l_api_version
272: , p_api_version

Line 352: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count

348: IF p_commit = FND_API.G_TRUE THEN
349: COMMIT;
350: END IF;
351:
352: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count
353: , p_data => x_msg_data);
354: IF g_fnd_debug = 'Y' THEN
355: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL )
356: THEN

Line 367: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count

363: EXCEPTION
364:
365: WHEN OTHERS THEN
366: ROLLBACK TO Send_Notification_PUB;
367: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count
368: , p_data => x_msg_data);
369:
370: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
371: