<%-- - FILE - review.jsp - - DESCRIPTION - - - MODIFIED (MM/DD/YY) - kavkrish 06/21/07 - Adding Instance name for DP run - aloganda 05/16/06 - Adding GUI components - tasingh 07/12/05 - Created - - SINCE - 10.2.0.3.0 --%> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem" %> <%--Patches List--%> <%--Target List--%> <% String tgtListRefIDs[] = ( String[]) request.getAttribute( "tgtListRefIDs" ); //String tgtListHdrs[] //= ( String[]) request.getAttribute( "tgtListHdrs"); int noOfPageSegments = 0; if( tgtListRefIDs != null) { noOfPageSegments = tgtListRefIDs.length; } for( int i = 0; i < noOfPageSegments; i++) { %> <% } %> <%--Credentials Type--%> <%--Library Step Parameters--%> <%--Property col--%> <%-- Instance Name for DP run --%> <%@ include file="wizTemplate.jspf" %>