DBA Data[Home] [Help]

APPS.AHL_PRD_VISITS_PVT dependencies on FND_MESSAGE

Line 368: Fnd_Message.SET_NAME('AHL','AHL_VWP_INVALID_PROTEM');

364: OPEN c_proj_template(visit_rec.project_template_id);
365: FETCH c_proj_template INTO l_visit_rec.proj_template_name;
366: IF c_proj_template%NOTFOUND THEN
367: IF Fnd_Msg_Pub.check_msg_level(Fnd_Msg_Pub.g_msg_lvl_error) THEN
368: Fnd_Message.SET_NAME('AHL','AHL_VWP_INVALID_PROTEM');
369: Fnd_Msg_Pub.ADD;
370: RAISE Fnd_Api.G_EXC_ERROR;
371: END IF;
372: END IF;