DBA Data[Home] [Help]

APPS.OZF_OFFER_PERFORMANCE_PVT dependencies on FND_MESSAGE

Line 637: FND_MESSAGE.set_name('OZF', 'OZF_API_RECORD_NOT_FOUND');

633:
634: IF (c_Offer_Performance%NOTFOUND) THEN
635: CLOSE c_Offer_Performance;
636: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_error) THEN
637: FND_MESSAGE.set_name('OZF', 'OZF_API_RECORD_NOT_FOUND');
638: FND_MSG_PUB.add;
639: END IF;
640: RAISE FND_API.g_exc_error;
641: END IF;