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 671: FND_MSG_PUB.Add;

667: IF (p_value is NULL) THEN
668: --Note: Reused an existing IBY message and token.
669: FND_MESSAGE.SET_NAME('IBY', 'IBY_0004');
670: FND_MESSAGE.SET_TOKEN('FIELD', p_name);
671: FND_MSG_PUB.Add;
672:
673: -- jleybovi [10/24/00]
674: --
675: -- should return an expected error exception here as missing input is