<%-- * Copyright (c) 2001, 2007, Oracle. All rights reserved. * * NAME * prereqResultDetails.jsp * * NOTES * Page to show the prereq results details. * * MODIFIED (MM/DD/YY) VERSION * ptorret 07/10/07 - For changing job details tabname * ktamtor 01/23/06 - Add scheduled time * ktamtor 01/23/06 - translate instance name * vsubrah 12/20/05 - * vsubrah 12/14/05 - Added a tab to display link to steps and jobs * vsagar 11/21/05 - created * * Inputs: * [everything expected by pageButtons.jsp] * DeploymentBean deploymentBean@servletRequest * [everything expected by procedureHGrid.jsp] * [everything expected by templateBase.jspf] --%> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem" %> <%-- Buttons for page events (located on top right side) --%> <%-- Instance General Status --%> <%-- Instance GUID --%> <%-- left column row 1 --%> <%-- Instance Name --%> <%-- left column row 2 --%> <%-- Procedure Name --%> <%-- left column row 3 --%> <%-- Procedure Version --%> <%-- left column row 4 --%> <%-- Error Handling Mode --%> <%-- left column row 5 --%> <%-- Instance Status --%> <%-- left column row 6 --%> <%-- Owner of the instance --%> <%-- right column row 1 --%> <%-- Date and Time the instance is created --%> <%-- right column row 2 --%> <%-- Date and Time the instance is scheduled to run --%> <%-- right column row 3 --%> <%-- Date and time the instance starts executing --%> <%-- right column row 4 --%> <%-- Last Updated date --%> <%-- right column row 5 --%> <%-- Date and time the instance is completed --%> <%-- Procedure HGrid --%> <%-- steps link --%> <%-- jobs link --%> <%-- Selected link: results link --%> <%-- log file link --%> <%-- Subtab links --%> <%-- Procedure Detail HGrid --%> <%@ include file="templateBase.jspf" %>