%@ include file="/sdk/oemTop.jspf" %>
<%--
-- Page: wizAddSchemaObjectsDetailed.jsp
-- Controller: oracle.sysman.db.util.stgAdv.StgAdvController
--
-- Description: Page to add a schema object to the selected schema objects
--
-- MODIFIED (MM/DD/YY)
-- mnihalan 05/10/04 - Use generic LOV
-- hsu 07/25/03 - change global
-- mnihalan 06/18/03 - Add browser title
-- qsong 04/29/03 - Add oemTop.jspf
-- mnihalan 04/08/03 - Change header
-- mnihalan 03/19/03 - Add target, type
-- mnihalan 03/13/03 - mnihalan_trans_shrink_adv
-- mnihalan 02/28/03 - Add code
-- mnihalan 02/24/03 - Fix the lov fields
-- mnihalan 01/27/03 - Initial creation
--%>
<%@ 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" %>
<%-- Imports --%>
<%@ page import="oracle.sysman.db.util.shrinkAdv.JspConstants" %>
<%@ page import="oracle.sysman.emo.util.shrinkAdv.ShrinkAdvConstants" %>
<%-- Message Bundle --%>
<%-- Browser title. Page name from controller getPageHeader() --%>
<%@ include file="/oemTitle.jspf" %>
<%-- HTML Form --%>
<%-- Oracle Logo and Tabs, breadcrumb data from --%>
<%-- controller getNavigatorPath() --%>
<%@ include file="/database/global.jspf" %>
<%-- --%>
<%-- Train --%>
<%-- --%>
<%@ include file="wizTrain.jsp" %>
<%-- Use the pageStatus tag to provide page/wizard context (target name) --%>
<%@ include file="wizPageStatus.jsp" %>
<%@ include file="wizAddSchemaObjects.jsp" %>