DBA Data[Home] [Help]

APPS.OZF_ADJ_NEW_LINE_PVT dependencies on FND_MESSAGE

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

601:
602: IF (c_Adj_New_Line%NOTFOUND) THEN
603: CLOSE c_Adj_New_Line;
604: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_error) THEN
605: FND_MESSAGE.set_name('AMS', 'AMS_API_RECORD_NOT_FOUND');
606: FND_MSG_PUB.add;
607: END IF;
608: RAISE FND_API.g_exc_error;
609: END IF;