DBA Data[Home] [Help]

APPS.AMS_DM_BINVALUES_PVT dependencies on FND_MESSAGE

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

759:
760: IF (c_Dm_Binvalues%NOTFOUND) THEN
761: CLOSE c_Dm_Binvalues;
762: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_error) THEN
763: FND_MESSAGE.set_name('AMS', 'AMS_API_RECORD_NOT_FOUND');
764: FND_MSG_PUB.add;
765: END IF;
766: RAISE FND_API.g_exc_error;
767: END IF;