DBA Data[Home] [Help]

APPS.IBY_NETUTILS_PVT dependencies on FND_MSG_PUB

Line 364: FND_MSG_PUB.Add;

360:
361: --Raising Exception to handle errors if value is missing
362: IF ((x_baseurl IS NULL) OR (trim(x_baseurl) = '')) THEN
363: FND_MESSAGE.SET_NAME('IBY', 'IBY_204406');
364: FND_MSG_PUB.Add;
365: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
366: END IF;
367:
368: --appending '?' if not already present in the url

Line 664: FND_MSG_PUB.Add;

660: IF (p_value is NULL) THEN
661: --Note: Reused an existing IBY message and token.
662: FND_MESSAGE.SET_NAME('IBY', 'IBY_0004');
663: FND_MESSAGE.SET_TOKEN('FIELD', p_name);
664: FND_MSG_PUB.Add;
665:
666: -- jleybovi [10/24/00]
667: --
668: -- should return an expected error exception here as missing input is