<%-- * Copyright (c) 2001, 2007, Oracle. All rights reserved. * * NAME * procedureStatusLog.jsp * * NOTES * Page to see the log for an instance. * * MODIFIED (MM/DD/YY) VERSION * ptorreti 07/04/07 - For changing jobs tab name * ktamtoro 08/02/06 - created * --%> <%@ 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 --%> <%-- Subtab links --%> <%-- Selected link: steps --%> <%-- jobs link --%> <%-- Results link --%> <%-- log file link --%> <%-- Buttons for page events (located on top right side) --%> <%@ include file="templateBase.jspf" %>