DBA Data[Home] [Help]

APPS.AMS_PRTY_URL_ASSOC_PVT dependencies on FND_MESSAGE

Line 569: FND_MESSAGE.set_name('AMS', 'AMS_API_RECORD_NOT_FOUND');

565:
566: IF (c_Prty_Url_Assoc%NOTFOUND) THEN
567: CLOSE c_Prty_Url_Assoc;
568: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_error) THEN
569: FND_MESSAGE.set_name('AMS', 'AMS_API_RECORD_NOT_FOUND');
570: FND_MSG_PUB.add;
571: END IF;
572: RAISE FND_API.g_exc_error;
573: END IF;