<%@ include file="/sdk/oemTop.jspf" %> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem" %> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag/db" prefix="db" %> <%@ include file="/oemNoscript.jspf" %> <%@ include file="/database/global.jspf" %> <%-- Warning/Error display --%> <% boolean areAllTabsAccesible = true; if(request.getAttribute("ALL_TABS_ACCESSIBLE_TO_ACCTMGR") !=null) { areAllTabsAccesible = ((Boolean)request.getAttribute("ALL_TABS_ACCESSIBLE_TO_ACCTMGR")).booleanValue(); } if(areAllTabsAccesible){ %> <%}%> <% boolean areAllTabsAccesible = true; if(request.getAttribute("ALL_TABS_ACCESSIBLE_TO_ACCTMGR") !=null) { areAllTabsAccesible = ((Boolean)request.getAttribute("ALL_TABS_ACCESSIBLE_TO_ACCTMGR")).booleanValue(); } if(areAllTabsAccesible){ %> <%}%> <%-- OK Button --%> <%@ include file="/database/changemgr/cmEMOViewPageButtons.jspf" %>