Edit D:\app\Administrator\product\11.2.0\dbhome_1\j2ee\OC4J_EM\applications\em\em\ecm\patch\patchAdvisoryRule.uix.obs
<!-- * Copyright (c) 2001, Oracle Corporation. All rights reserved. * * NAME * patchAdvisoryRule.uix * * NOTES * define patch advisory rule and launch notification job * * * @author kChiasson * --> <page xmlns="http://bali.us.oracle.com/cabo/baja" xmlns:baja="http://bali.us.oracle.com/cabo/baja" xmlns:uix="http://bali.us.oracle.com/cabo/marlin" xmlns:marlin="http://bali.us.oracle.com/cabo/marlin" xmlns:html="http://www.w3.org/TR/REC-html40" xmlns:data="http://bali.us.oracle.com/cabo/marlin"> <baja:head xmlns="http://bali.us.oracle.com/cabo/marlin" xmlns:uix="http://bali.us.oracle.com/cabo/marlin" xmlns:html="http://www.w3.org/TR/REC-html40"> <dataScope> <contents> <html:title> <text uix:text="pageTitle@getPageTitle"/> </html:title> </contents> <provider> <data name="getPageTitle"> <method class="oracle.sysman.eml.ecm.patch.PatchNotifyData" method="getPageTitle"/> </data> </provider> </dataScope> </baja:head> <baja:content xmlns="http://bali.us.oracle.com/cabo/marlin" xmlns:baja="http://bali.us.oracle.com/cabo/baja" xmlns:marlin="http://bali.us.oracle.com/cabo/marlin" xmlns:uix="http://bali.us.oracle.com/cabo/marlin" xmlns:html="http://www.w3.org/TR/REC-html40"> <body> <!-- onLoad="document.forms[0].elements[0].focus(); document.forms[0].elements[0].select()"> --> <contents> <dataScope> <contents> <pageLayout xmlns="http://bali.us.oracle.com/cabo/marlin"> <mediumAdvertisement> <include baja:node="../../oemBanner" /> </mediumAdvertisement> <globalButtons> <include baja:node="../../globalButtonBar" /> </globalButtons> <marlin:tabs> <include baja:node="../../globalTabs" /> </marlin:tabs> <marlin:pageHeader> <include baja:node="../../globalHeader" /> </marlin:pageHeader> <marlin:location> <include baja:node="../../breadCrumbs" /> </marlin:location> <copyright>Copyright 2001, Oracle Corp.</copyright> <!-- ************* End Standard Header ************* --> <!-- onChange="connect_product_family_product_popup_populate();connect_product_family_release_popup_populate();"> onChange2="if (this.options[this.selectedIndex].value ) {connect_product_release_popup_populate();}else {connect_product_family_release_popup_populate();"> --> <contents> <script source="/ecm/patch/ecmAdvisoryRule.js"> </script> <form name="patchNotifyRules"> <contents> <formValue name="ruleNameParam" uix:value="ruleName@patchNotificationData"/> <messageBox automatic="true" /> <stackLayout> <contents> <spacer height="5"/> <header uix:text="pageTitle@getHeader"> <contents> <spacer height="30"/> <styledText styleClass="OraInstructionText"> <contents> </contents> </styledText> <html:br> </html:br> <html:br> </html:br> <switcher marlin:childName="status@patchNotificationData"> <case name="ruleNotFound"> <messageBox automatic="false" message="Rule Not Found. Unable to retrieve Patch Advisory Rule." messageType="error" /> </case> </switcher> <switcher marlin:childName="editable@patchNotificationData"> <case name="true"> <!-- ********** repeat display of description for layout purposes ********** --> <rowLayout> <contents> <spacer width="30"/> <labeledFieldLayout width="0" fieldWidth="0" labelWidth="0" columns="1"> <contents> <styledText styleClass="OraDataPrompt" text="Rule Name"/> <rowLayout> <contents> <spacer width="2"/> <inlineMessage> <contents> <textInput name="ruleName" uix:text="ruleName@@patchNotificationData" columns="75"/> </contents> </inlineMessage> </contents> </rowLayout> <styledText styleClass="OraDataPrompt" text="Description"/> <rowLayout> <contents> <inlineMessage uix:tip="tip@patchNotificationData"> <contents> <textInput id="ruleDesc" name="ruleDesc" uix:text="ruleDesc@@patchNotificationData" columns="75"/> </contents> </inlineMessage> </contents> </rowLayout> </contents> </labeledFieldLayout> </contents> </rowLayout> </case> <case name="false"> <rowLayout> <contents> <spacer width="30"/> <labeledFieldLayout width="0" fieldWidth="0" labelWidth="0" columns="1"> <contents> <styledText styleClass="OraDataPrompt" name="ruleName" text="Rule Name"/> <rowLayout> <contents> <spacer width="4"/> <inlineMessage> <contents> <styledText styleClass="OraDataText" name="ruleName" uix:text="ruleName@patchNotificationData"/> </contents> </inlineMessage> </contents> </rowLayout> <styledText styleClass="OraDataPrompt" text="Description"/> <rowLayout> <contents> <inlineMessage uix:tip="tip@patchNotificationData"> <contents> <textInput id="ruleDesc" name="ruleDesc" uix:text="ruleDesc@patchNotificationData" columns="75"/> </contents> </inlineMessage> </contents> </rowLayout> </contents> </labeledFieldLayout> </contents> </rowLayout> </case> </switcher> <html:br> </html:br> <html:br> </html:br> <header text="Lookup Date"> <contents> <styledText styleClass="OraInstructionText"> <contents> The date specified below determines which patches will be included in the patch advisory e-mail. The e-mail will include all patches that were registered on or after this lookup date. The date will automatically be adjusted each time a lookup is performed so that only new patches will be included in subsequent patch advisory e-mails. </contents> </styledText> <html:br> </html:br> <html:br> </html:br> <rowLayout> <contents> <styledText styleClass="OraPromptText" text="Find patches registered after "/> <rowLayout> <contents> <spacer width="8"/> <dateField name="lookupDate" uix:value="lookupDate@patchNotificationData" uix:maxValue="todaysDate@patchNotificationData" id="Lookup Date" columns="10"> <onSubmitValidater> <date dateStyle="short" pattern="MM/dd/yyyy" /> </onSubmitValidater> </dateField> <spacer width="5"/> </contents> </rowLayout> </contents> </rowLayout> </contents> </header> <html:br> </html:br> <html:br> </html:br> <header text="Lookup Criteria"> <contents> <styledText styleClass="OraInstructionText"> <contents> Criteria selections specified in the Lookup Criteria Table determine which patches will be included in the patch advisory e-mail. </contents> </styledText> <html:br> </html:br> <html:br> </html:br> <stackLayout> <contents> <contentContainer width="70%" text="Criteria"> <contents> <rowLayout> <contents> <spacer width="10"/> <labeledFieldLayout width="0" fieldWidth="0" labelWidth="0" columns="1"> <contents> <styledText styleClass="OraPromptText" text="Product Family"/> <rowLayout> <contents> <spacer width="8"/> <choice name="product_family" onChange="connect_product_family_product_popup_populate();connect_product_family_release_popup_populate();" selectedIndex="0"> <contents> <option value="" text="select a product family"/> <option value="" text="---------- Database - Tools ----------"/> <option value="10500" text="Oracle Certified Configuration"/> <option value="9521" text="Oracle Designer - Repository"/> <option value="9517" text="Oracle Developer"/> <option value="9525" text="Oracle Discoverer"/> <option value="10020" text="Oracle Gateways"/> <option value="10120" text="Oracle Internet Server Products"/> <option value="9511" text="Oracle Java Technology"/> <option value="9506" text="Oracle Networking"/> <option value="9980" text="Oracle OLAP Products"/> <option value="9501" text="Oracle Precompilers"/> <option value="9701" text="Oracle Rdb"/> <option value="9480" text="Oracle Server"/> <option value="9800" text="Oracle System Management Products"/> <option value="" text="---------- E-Business Suite ----------"/> <option value="9340" text="Applications Technology"/> <option value="9356" text="Business Intelligence"/> <option value="9352" text="Call Center"/> <option value="9353" text="Communications"/> <option value="10660" text="Contracts"/> <option value="9347" text="Discrete Manufacturing"/> <option value="10320" text="Exchange Suite"/> <option value="9960" text="Financial Globalizations Suite"/> <option value="9962" text="Financial Payables Suite"/> <option value="9961" text="Financial Receivables Suite"/> <option value="9349" text="Financials"/> <option value="9351" text="Human Resources Suite"/> <option value="9620" text="Industry Solutions"/> <option value="9342" text="Marketing Suite"/> <option value="9344" text="Order Management Suite"/> <option value="9348" text="Process Manufacturing"/> <option value="9346" text="Procurement"/> <option value="9357" text="Projects Suite"/> <option value="9354" text="Public Sector"/> <option value="9343" text="Sales Suite"/> <option value="9341" text="Service Suite"/> <option value="9350" text="Strategic Enterprise Management Suite"/> <option value="9345" text="Supply Chain Planning"/> <option value="9355" text="University"/> </contents> </choice> </contents> </rowLayout> <styledText styleClass="OraPromptText" text="Product"/> <rowLayout> <contents> <spacer width="8"/> <choice name="product" onChange="if (this.options[this.selectedIndex].value ) {connect_product_release_popup_populate();}else {connect_product_family_release_popup_populate();}" selectedIndex="0"> <contents> <option value="10260" text="9iAS InterConnect/OAI"/> <option value="10027" text="Access Manager for AS/400"/> <option value="9760" text="Access Manager for CICS"/> <option value="9020" text="Activity Based Management (abm)"/> <option value="1082" text="Advanced Benefits (ben)"/> <option value="725" text="Advanced Planning Foundation (rhx)"/> <option value="1143" text="Advanced Pricing (qp)"/> <option value="9483" text="Advanced Queuing"/> <option value="10101" text="Advanced Service Online (ahl)"/> <option value="724" text="Advanced Supply Chain Planning (msc)"/> <option value="9508" text="Advanced/Secure Networking"/> <option value="102" text="Alert (alr)"/> <option value="190" text="Application Implementation (az)"/> <option value="101" text="Application Object Library (fnd)"/> <option value="128" text="Application Report Generator (rg)"/> <option value="10502" text="Application Server Certified Configuraton"/> <option value="9101" text="Application Shared Technology (sht)"/> <option value="127" text="Application Utility (au)"/> <option value="100" text="Applications DBA (ad)"/> <option value="9580" text="Applications Desktop Integrator (adi)"/> <option value="10440" text="Applications Development Services (devsrv)"/> <option value="9601" text="Applications Manager (oam)"/> <option value="9361" text="Approval Management Engine (ame)"/> <option value="7000" text="Asia/Pacific Localizations (ja)"/> <option value="109" text="Assets (fa)"/> <option value="711" text="Automotive (veh)"/> <option value="1145" text="Automotive Integration Kit (vea)"/> <option value="9021" text="Balanced Scorecard (bsc)"/> <option value="1131" text="Banking Center (fpt)"/> <option value="1098" text="Bill Presentment - Payment (ibp)"/> <option value="9242" text="Billing Connect (cue)"/> <option value="105" text="Bills of Material (bom)"/> <option value="9484" text="Bitmap Indexes"/> <option value="10561" text="Budgeting and Planning (pbr)"/> <option value="1064" text="Business Intelligence System (bis)"/> <option value="9283" text="Call Center Connectors (iet)"/> <option value="1090" text="Call Center Intelligence (bix)"/> <option value="1112" text="Call Center Technology (ieo)"/> <option value="9281" text="Campaign Plus (iec)"/> <option value="106" text="Capacity (crp)"/> <option value="1014" text="Cash Management (ce)"/> <option value="9707" text="CDD/Rally"/> <option value="9706" text="CDD/Repository"/> <option value="9805" text="Change Management Pack"/> <option value="10180" text="Citizen Interaction Center (cug)"/> <option value="9621" text="Clinical (clinic)"/> <option value="9703" text="CODASYL DBMS"/> <option value="1192" text="Collections (iex)"/> <option value="9041" text="Commitment Administration (igc)"/> <option value="1085" text="Common Accounting Modules (xla)"/> <option value="1012" text="Common Modules (ak)"/> <option value="708" text="Configurator (cz)"/> <option value="1147" text="Constraint Based Optimization (mso)"/> <option value="9498" text="Context"/> <option value="1105" text="Contracts Core (okc)"/> <option value="9220" text="Contracts for Lease (okl)"/> <option value="9221" text="Contracts for Rights (okr)"/> <option value="10181" text="Contracts for Sales (oko)"/> <option value="9880" text="Contracts for Subscriptions (okb)"/> <option value="1190" text="Contracts Integration (okx)"/> <option value="10100" text="Contracts Intelligence (oki)"/> <option value="9516" text="Corba"/> <option value="9499" text="CORE"/> <option value="1115" text="CRL Financials (cuf)"/> <option value="1116" text="CRL Financials Assets (cua)"/> <option value="1117" text="CRL Financials Projects (ipa)"/> <option value="10161" text="CRM Applications Foundation (jta)"/> <option value="1132" text="CRM Foundation (jtf)"/> <option value="1199" text="CRM Gateway for Mobile Devices (asg)"/> <option value="10560" text="CRM Mobile Foundation (jtm)"/> <option value="1197" text="CRM Pack for SAP (jti)"/> <option value="10162" text="CRM Technology Foundation (jtt)"/> <option value="1198" text="CRM-Retek Pack for OAI (jtr)"/> <option value="1125" text="CUC Revenue Accounting (cuc)"/> <option value="1107" text="Customer Care (csc)"/> <option value="1088" text="Customer Intelligence (bic)"/> <option value="10641" text="Data Mining "/> <option value="293" text="Data Warehouse (wh)"/> <option value="10501" text="Database Certified Configuraton"/> <option value="107" text="DateTrack (dt)"/> <option value="9485" text="DB Link or Distributed "/> <option value="1149" text="Demand Planning"/> <option value="1149" text="Demand Planning (msd)"/> <option value="1110" text="Depot Repair (csd)"/> <option value="9522" text="Designer"/> <option value="9518" text="Developer Forms"/> <option value="9520" text="Developer Graphics"/> <option value="9519" text="Developer Reports"/> <option value="9804" text="Diagnostics Pack"/> <option value="9527" text="Discoverer Administration or Desktop Edition"/> <option value="9526" text="Discoverer Plus or Viewer"/> <option value="1016" text="e-Commerce Gateway (ec)"/> <option value="1091" text="eCommerce Intelligence (bie)"/> <option value="1188" text="eMail Center (iem)"/> <option value="9940" text="eMail Server"/> <option value="108" text="Engineering (eng)"/> <option value="9902" text="Enterprise Asset Management (eam)"/> <option value="10480" text="Enterprise Data Warehouse (edw)"/> <option value="10341" text="Enterprise Install Base (cse)"/> <option value="9802" text="Enterprise Manager"/> <option value="10481" text="Enterprise Warehouse Source (ews)"/> <option value="132" text="European Localizations (je)"/> <option value="1254" text="Exchange (pom)"/> <option value="9486" text="Export Import"/> <option value="9983" text="Express Analyzer"/> <option value="9982" text="Express Objects"/> <option value="9981" text="Express Server"/> <option value="10400" text="Express Web Agent"/> <option value="110" text="FastFormula (ff)"/> <option value="9040" text="Federal Financials (fv)"/> <option value="1100" text="Field Sales PalmTM Devices (asp)"/> <option value="1101" text="Field Sales WindowsCE (asw)"/> <option value="9280" text="Field Sales/Laptop (asl)"/> <option value="1111" text="Field Service (csf)"/> <option value="9540" text="Field Service/Laptop (csl)"/> <option value="9541" text="Field Service/PalmTM Devices (csm)"/> <option value="9141" text="Financial Analyzer"/> <option value="9141" text="Financial Analyzer (zfa)"/> <option value="9600" text="Financial Data Manager (fdm)"/> <option value="1133" text="Financial Intelligence (fii)"/> <option value="714" text="Flow Manufacturing (flm)"/> <option value="1195" text="Funds - Budgets (ozf)"/> <option value="9487" text="Gateways or Heterogeneous Services"/> <option value="111" text="General Ledger (gl)"/> <option value="1013" text="Global Accounting Engine (ax)"/> <option value="8301" text="Government HR (ghr)"/> <option value="1251" text="Grants Accounting (gms)"/> <option value="1252" text="Grants Proposal (igw)"/> <option value="9421" text="Healthcare Provider Portal (hcp)"/> <option value="9881" text="Hosting Manager (ahm)"/> <option value="10300" text="HTTP Server"/> <option value="1136" text="Human Resources Intelligence (hri)"/> <option value="116" text="Human Resources Personnel (per)"/> <option value="1093" text="iAuction (ibt)"/> <option value="1196" text="iClaims (ozs)"/> <option value="9460" text="iContent (ibc)"/> <option value="9440" text="iHCIntegrate (hcn)"/> <option value="1094" text="iMarketing (iba)"/> <option value="9400" text="iMeeting (imt)"/> <option value="9241" text="Install Base (csi)"/> <option value="10340" text="Install Base Intelligence (xni)"/> <option value="9801" text="Intelligent Agent"/> <option value="1249" text="Interaction Blending (ieb) "/> <option value="1168" text="Internal Build Pseudo Product (pkm)"/> <option value="9781" text="Internet Application Server"/> <option value="10040" text="Internet Directory"/> <option value="9359" text="Internet Expenses (oie)"/> <option value="10080" text="Internet File System "/> <option value="9120" text="Internet Procurement Enterprise Connector (itg)"/> <option value="9200" text="Internet Product Development (ipd)"/> <option value="10360" text="Internet Supplier Portal (pos)"/> <option value="9360" text="Internet Time (oit)"/> <option value="113" text="Inventory (inv)"/> <option value="1097" text="iPayment (iby)"/> <option value="9300" text="iSettlement (isx)"/> <option value="1095" text="iStore (ibe)"/> <option value="1096" text="iSupport (ibu)"/> <option value="9282" text="IVR Integrator (iev)"/> <option value="9515" text="Java Server Pages"/> <option value="9513" text="Java/VM"/> <option value="9512" text="JDBC "/> <option value="9640" text="JInitiator"/> <option value="10540" text="Label Security"/> <option value="1253" text="Labor Distribution (psp)"/> <option value="1017" text="Latin America Localizations (jl)"/> <option value="1109" text="Maintenance Repair - Overhaul (me)"/> <option value="9840" text="Management Pack for Oracle Applications"/> <option value="9807" text="Management Pack for SAP R/3"/> <option value="114" text="Manufacturing Menu (mfg)"/> <option value="1148" text="Manufacturing Scheduling (wps)"/> <option value="1099" text="Marketing (ams)"/> <option value="1104" text="Marketing Encyclopedia System (amv)"/> <option value="1122" text="Marketing for Communications (xnm)"/> <option value="1087" text="Marketing Intelligence (bim)"/> <option value="122" text="Master Scheduling/MRP (mrp)"/> <option value="9380" text="Media Interactive (miv)"/> <option value="9782" text="Message Broker "/> <option value="9489" text="Migration"/> <option value="9080" text="Mobile Applications (mwa)"/> <option value="9102" text="Mobile Applications for Inventory Management (mia)"/> <option value="9741" text="Mobile Field Service (csfmdg)"/> <option value="9180" text="Mobile Quality Applications (mqa) "/> <option value="9060" text="Mobile Web Applications (wma)"/> <option value="9505" text="ModADA"/> <option value="9488" text="Multi Threaded Server"/> <option value="9509" text="Names "/> <option value="9490" text="National Language Support"/> <option value="1118" text="Network Logistics (cus)"/> <option value="1119" text="Network Logistics - Inventory (cui)"/> <option value="1121" text="Network Logistics - NATS (cun)"/> <option value="1120" text="Network Logistics - Purchasing (cup)"/> <option value="10620" text="NLS Bugfix (nls)"/> <option value="9721" text="Objects for OLE"/> <option value="9720" text="ODBC "/> <option value="9704" text="ODBC Driver for Rdb"/> <option value="1134" text="Operations Intelligence (opi)"/> <option value="1045" text="OPM Financials (gmf)"/> <option value="1083" text="OPM Intelligence (pmi)"/> <option value="1046" text="OPM Inventory (gmi)"/> <option value="1047" text="OPM Logistics (gml)"/> <option value="1044" text="OPM Process Execution (gme)"/> <option value="1048" text="OPM Process Planning (gmp)"/> <option value="1043" text="OPM Product Development (gmd)"/> <option value="1049" text="OPM Regulatory Management (gr)"/> <option value="1042" text="OPM Systems (gma)"/> <option value="9492" text="Optimizer"/> <option value="10200" text="Oracle Application Server "/> <option value="10160" text="Oracle Risk Management (qrm)"/> <option value="9900" text="Oracle8i Data Guard"/> <option value="9680" text="Oracle8i Lite"/> <option value="10460" text="Oracle9i Lite"/> <option value="1189" text="Order Capture (aso)"/> <option value="129" text="Order Entry (oe)"/> <option value="1142" text="Order Management (ont)"/> <option value="9493" text="Parallel Query"/> <option value="9494" text="Parallel Server"/> <option value="9140" text="Partner Relationship Management (pv)"/> <option value="103" text="Payables (ap)"/> <option value="115" text="Payroll (pay)"/> <option value="10580" text="Performance Analyzer (pft)"/> <option value="9497" text="PLSQL"/> <option value="10081" text="Portal"/> <option value="9284" text="Predictive (iep)"/> <option value="9502" text="Pro*C "/> <option value="9503" text="Pro*COBOL "/> <option value="9504" text="Pro*FORTRAN"/> <option value="10001" text="Pro*PL/1"/> <option value="10000" text="Pro*Rexx "/> <option value="10024" text="Procedural Gateway for IBM/APPC"/> <option value="10025" text="Procedural Gateway for IBM/MQSeries"/> <option value="9100" text="Process Manufacturing Portal (gmw)"/> <option value="1138" text="Product Development Intelligence (eni)"/> <option value="9491" text="Programmatic Interface "/> <option value="1208" text="Project Contracts (oke)"/> <option value="712" text="Project Manufacturing (pjm)"/> <option value="10401" text="Project Resource Management (prm)"/> <option value="124" text="Projects (pa)"/> <option value="1084" text="Property Manager (pn)"/> <option value="9510" text="Protocol Adapters"/> <option value="9722" text="Provider for OLE DB"/> <option value="9042" text="Public Sector Applications (psa)"/> <option value="1250" text="Public Sector Budgeting (psb)"/> <option value="9160" text="Public Sector Financials International (igi)"/> <option value="1140" text="Public Sector HR (pqh)"/> <option value="1141" text="Public Sector Payroll (pqp)"/> <option value="117" text="Purchasing (po)"/> <option value="1135" text="Purchasing Intelligence (poa)"/> <option value="10563" text="Pure Integrate"/> <option value="1019" text="Quality (qa)"/> <option value="9809" text="Rapid Install (ri)"/> <option value="9702" text="Rdb Server"/> <option value="9481" text="RDBMS Server "/> <option value="104" text="Receivables (ar) "/> <option value="9482" text="Recovery "/> <option value="131" text="Regional Localizations (jg) "/> <option value="10380" text="Relational Access Manager "/> <option value="1144" text="Release Management (rlm)"/> <option value="710" text="Release Management Integration Kit (rla)"/> <option value="9495" text="Replication"/> <option value="9705" text="Replication Option for Rdb"/> <option value="1257" text="Report Manager (frm)"/> <option value="9523" text="Repository "/> <option value="10562" text="Risk Manager (rmg)"/> <option value="9240" text="Risk Optimization (msr)"/> <option value="130" text="Sales (as)"/> <option value="9142" text="Sales Analyzer"/> <option value="9142" text="Sales Analyzer (zsa)"/> <option value="1015" text="Sales Compensation (cn)"/> <option value="1129" text="Sales for Communications (xnc)"/> <option value="1089" text="Sales Intelligence (bil)"/> <option value="1102" text="Sales Online (asf)"/> <option value="1248" text="Scheduler (csr)"/> <option value="1114" text="Scripting (ies)"/> <option value="1123" text="SDP Number Portability (xnp) "/> <option value="1124" text="SDP Provisioning (xdp)"/> <option value="178" text="Self Service Web Applications (icx)"/> <option value="9022" text="SEM Exchange (eaa)"/> <option value="125" text="Service (cs) "/> <option value="1106" text="Service Contracts (oks)"/> <option value="1127" text="Service for Communications (xns) "/> <option value="9420" text="Service Intelligence (biv)"/> <option value="1146" text="Shipping Execution Common (wsh) "/> <option value="9000" text="Shop Floor Management (wsm)"/> <option value="1191" text="Spares Management (csp) "/> <option value="9761" text="Spatial "/> <option value="9740" text="Spreadsheet Add-In "/> <option value="9740" text="Spreadsheet Add-In (xsa)"/> <option value="9514" text="SQL Java"/> <option value="9496" text="SQL*Loader "/> <option value="9507" text="SQL*Net "/> <option value="9861" text="SQL*Plus"/> <option value="9806" text="Standard Management Pack"/> <option value="121" text="Statutory Sick Pay (ssp)"/> <option value="9024" text="Strategic Enterprise Management (fem)"/> <option value="1255" text="Student System (igs)"/> <option value="1256" text="Student Systems Financial Aid (igf) "/> <option value="133" text="Supplier Scheduling (chv)"/> <option value="1137" text="Supply Chain Intelligence (isc)"/> <option value="1108" text="Support (css)"/> <option value="9882" text="Systems Intelligence (biy)"/> <option value="1113" text="Telephony Manager (cct)"/> <option value="1103" text="TeleSales (ast)"/>"/> <option value="9622" text="Thesaurus Management System (tms) "/> <option value="1139" text="Time Capture (hxc) "/> <option value="808" text="Time Management (hxt) "/> <option value="10140" text="Tinoway (tinoway) "/> <option value="1194" text="Trade Planning (ozp) "/> <option value="9358" text="Trading Community (hz)"/> <option value="1018" text="Training (ota) "/> <option value="10520" text="Transfer Pricing (ftp)"/> <option value="10021" text="Transparent Gateway for DB2 "/> <option value="10026" text="Transparent Gateway for DB2/400"/> <option value="10022" text="Transparent Gateway for EDA/sql "/> <option value="10023" text="Transparent Gateway for IBM DRDA "/> <option value="9320" text="Transportation (fte) "/> <option value="1086" text="Treasury (xtr) "/> <option value="9500" text="Trusted Oracle "/> <option value="9803" text="Tuning Pack "/> <option value="9700" text="Tutor (pro) "/> <option value="9941" text="Unified Messaging "/> <option value="10060" text="Universal Installer "/> <option value="1193" text="Universal Work Queue (ieu)"/> <option value="9260" text="University Curriculum (ouc) "/> <option value="9023" text="Value Based Management (evm) "/> <option value="9780" text="Warehouse Builder "/> <option value="1200" text="Warehouse Management System (wms)"/> <option value="10240" text="Web Applications Desktop Integrator (bne)"/> <option value="10420" text="Web Cache "/> <option value="9901" text="Wireless "/> <option value="123" text="Work in Process (wip)"/> <option value="9920" text="Workflow Client (wf)"/> <option value="10220" text="Workflow Standalone "/> <option value="10600" text="XML Developers Kit"/> <option value="1228" text="XML Gateway (ecx) "/> </contents> </choice> </contents> </rowLayout> <styledText styleClass="OraPromptText" text="Release"/> <rowLayout> <contents> <spacer width="8"/> <choice name="release" selectedIndex="0"> <contents> <option value="" text="select a product or product family first"/> <option value="0" text="any"/> <option value="8150000" text="5.0.0"/> <option value="8141000" text="4.1.0"/> <option value="8140100" text="4.0.1 "/> <option value="8140000" text="4.0.0 "/> <option value="8090100" text="9.0.1.0"/> <option value="8081730" text="8.1.7.3"/> <option value="8081720" text="8.1.7.2"/> <option value="8081710" text="8.1.7.1"/> <option value="8081700" text="8.1.7.0"/> <option value="8081630" text="8.1.6.3"/> <option value="8081620" text="8.1.6.2"/> <option value="8081610" text="8.1.6.1"/> <option value="8081600" text="8.1.6.0"/> <option value="8081510" text="8.1.5.1"/> <option value="8081500" text="8.1.5.0"/> <option value="8080630" text="8.0.6.3"/> <option value="8080620" text="8.0.6.2"/> <option value="8080610" text="8.0.6.1"/> <option value="8080600" text="8.0.6.0"/> <option value="8080510" text="8.0.5.1"/> <option value="8073450" text="7.3.4.5"/> <option value="8073400" text="7.3.4.0"/> <option value="8073360" text="7.3.3.6"/> <option value="6070000" text="7.0"/> <option value="6061000" text="6.1"/> <option value="5321000" text="2.1.0"/> <option value="5320100" text="2.0.1"/> <option value="5320000" text="2.0.0"/> <option value="5317100" text="1.7.1"/> <option value="5317000" text="1.7.0"/> <option value="5090100" text="9.0.1"/> <option value="5022000" text="2.2.0"/> <option value="5021000" text="2.1.0"/> <option value="5020400" text="2.0.4"/> <option value="5016500" text="1.6.5"/> <option value="4090100" text="9.0.1"/> <option value="4081700" text="8.1.7"/> <option value="4080600" text="8.0.6"/> <option value="4080400" text="8.0.4"/> <option value="4040100" text="4.0.1"/> <option value="4013000" text="1.3.0"/> <option value="3690000" text="9i"/> <option value="3670000" text="7.0"/> <option value="3661000" text="6i"/> <option value="3660000" text="6.0"/> <option value="3241000" text="4i"/> <option value="3233000" text="3i"/> <option value="3141000" text="4.1"/> <option value="3131000" text="3.1"/> <option value="3060000" text="6i"/> <option value="3059999" text="6.0"/> <option value="3021000" text="2.1.0"/> <option value="3016100" text="1.6.1"/> <option value="3013300" text="1.3.3"/> <option value="3013200" text="1.3.2"/> <option value="3011800" text="1.1.8"/> <option value="3011700" text="1.1.7"/> <option value="1026200" text="2.6.2"/> <option value="1026100" text="2.6.1"/> <option value="1025100" text="2.5.1"/> <option value="855500" text="5.5.0"/> <option value="304082" text="4.0.8.2"/> <option value="304081" text="4.0.8.1"/> <option value="303020" text="3.0.2"/> <option value="303011" text="3.0.1.1"/> <option value="212000" text="2.0.0"/> <option value="211020" text="1.0.2"/> <option value="191390" text="1.3.9"/> <option value="191319" text="1.3.19"/> <option value="191312" text="1.3.12"/> <option value="184100" text="4.1"/> <option value="184000" text="4.0"/> <option value="183120" text="3.1.2"/> <option value="171020" text="1.0.2"/> <option value="171010" text="1.0.1"/> <option value="171000" text="1.0.0"/> <option value="161190" text="1.1.9"/> <option value="161160" text="1.1.6"/> <option value="161080" text="1.0.8"/> <option value="155200" text="5.2"/> <option value="155100" text="5.1"/> <option value="155000" text="5.0"/> <option value="152120" text="2.1.2"/> <option value="143090" text="3.0.9"/> <option value="143080" text="3.0.8"/> <option value="143070" text="3.0.7"/> <option value="143060" text="3.0.6"/> <option value="133010" text="3.0.1"/> <option value="132110" text="2.1.1"/> <option value="132060" text="2.0.6"/> <option value="121100" text="1.1"/> <option value="113000" text="3.0.0"/> <option value="112110" text="2.1.1"/> <option value="102010" text="2.0.1"/> <option value="102000" text="2.0.0"/> <option value="70710" text="7.1"/> <option value="70700" text="7.0"/> <option value="65300" text="3.0.0"/> <option value="65200" text="2.0.0"/> <option value="60633" text="6.3.3"/> <option value="60632" text="6.3.2"/> <option value="60631" text="6.3.1"/> <option value="60630" text="6.3.0"/> <option value="60621" text="6.2.1"/> <option value="53400" text="4.0"/> <option value="53320" text="3.2"/> <option value="51400" text="4.0.0"/> <option value="51320" text="3.2.0"/> <option value="51311" text="3.1.1"/> <option value="40450" text="4.5"/> <option value="40400" text="4.0"/> <option value="33200" text="2.0"/> <option value="33150" text="1.5"/> <option value="33140" text="1.4"/> <option value="30130" text="1.3"/> <option value="30000" text="3i"/> <option value="20220" text="2.2 "/> <option value="20210" text="2.1"/> <option value="15150" text="1.5.0"/> <option value="1400" text="11i"/> <option value="1260" text="11.0.0"/> <option value="1250" text="10.7NCA"/> <option value="1243" text="10.7.0"/> <option value="999" text="P16.1SC"/> </contents> </choice> </contents> </rowLayout> <styledText styleClass="OraPromptText" text="Platform"/> <rowLayout> <contents> <spacer width="8"/> <choice name="platform" selectedIndex="0"> <contents> <option value="" text="select a platform"/> <option value="727" text="Bull DPX/20 AIX"/> <option value="87" text="Compaq Tru64 UNIX"/> <option value="601" text="DEC Alpha Windows NT"/> <option value="612" text="Data General AViiON Series [IX86] UNIX"/> <option value="89" text="Digital Alpha OpenVMS"/> <option value="1" text="Digital VAX OpenVMS "/> <option value="221" text="Fujitsu UXP/DS"/> <option value="2" text="HP 9000 Series HP-UX 10.20"/> <option value="59" text="HP 9000 Series HP-UX 64bit"/> <option value="999" text="HP-UX 11.0/32 bit"/> <option value="93" text="Hitachi 3050/R Risc UNIX "/> <option value="43" text="IBM AS/400 OS/400 "/> <option value="198" text="IBM NUMA-Q DYNIX/ptx"/> <option value="30" text="IBM OS/390 (MVS)"/> <option value="319" text="IBM RS/6000 AIX "/> <option value="38" text="IBM RS/6000 AIX 64-bit"/> <option value="3" text="IBM VM/CMS "/> <option value="46" text="LINUX Intel "/> <option value="110" text="Linux Intel 64-bit"/> <option value="176" text="MS Windows 95/98/NT/2K Client"/> <option value="912" text="MS Windows NT/2000 Server"/> <option value="358" text="NCR Unix SVR4 "/> <option value="476" text="NEC EWS4800/UP4800 Series Unix"/> <option value="21" text="Novell NetWare"/> <option value="168" text="SGI 32-bit UNIX"/> <option value="24" text="SGI 64-bit UNIX"/> <option value="611" text="Siemens MPP RM1000 Reliant Unix (DC/OSX)"/> <option value="724" text="Siemens RM200-RM600 "/> <option value="116" text="Siemens/Nile/MIServer DC/OSX "/> <option value="453" text="Sun SPARC Solaris"/> <option value="23" text="Sun SPARC Solaris 64-bit"/> <option value="173" text="Sun Solaris V2 Intel"/> <option value="501" text="UnixWare"/> </contents> </choice> </contents> </rowLayout> <styledText styleClass="OraPromptText" text="Language"/> <rowLayout> <contents> <spacer width="8"/> <choice name="language"> <contents> <option value="8" text="AR - Arabic"/> <option value="30" text="CS - Czech"/> <option value="4" text="D - German"/> <option value="5" text="DK - Danish"/> <option value="11" text="E - Spanish"/> <option value="104" text="EL - Greek "/> <option value="29" text="ESA - Latin American Spanish"/> <option value="2" text="F - French"/> <option value="3" text="FRC - Canadian French"/> <option value="28" text="HU - Hungarian "/>"/> <option value="108" text="I - Italian"/> <option value="107" text="IW - Hebrew "/> <option value="15" text="JA - Japanese "/> <option value="16" text="KO - Korean"/> <option value="10" text="N - Norwegian"/> <option value="6" text="NL - Dutch "/> <option value="110" text="PL - Polish"/> <option value="18" text="PT - Portuguese"/> <option value="26" text="PTB - Brazilian Portuguese "/> <option value="111" text="RO - Romanian "/> <option value="112" text="RU - Russian "/> <option value="13" text="S - Swedish"/> <option value="7" text="SF - Finnish"/> <option value="113" text="SK - Slovak"/> <option value="115" text="TH - Thai"/> <option value="116" text="TR - Turkish"/> <option selected="true" value="0" text="US - American English "/> <option value="14" text="ZHS - Simplified Chinese "/> <option value="117" text="ZHT - Traditional Chinese"/> </contents> </choice> </contents> </rowLayout> <!-- <styledText styleClass="OraPromptText" text="Version"/> <rowLayout> <contents> <spacer width="8"/> <choice name="versionChoice" uix:selectedValue="selVersion@patchNotificationData"> <contents uix:childData="versionList@patchNotificationData"> <option uix:text="version" uix:selected="selected"/> </contents> </choice> </contents> </rowLayout> --> </contents> </labeledFieldLayout> </contents> </rowLayout> <rowLayout hAlign="center" vAlign="bottom"> <contents> <submitButton name="event" value="AddCriteria" text="Add Criteria to Table"/> </contents> </rowLayout> </contents> </contentContainer> <spacer height="10"/> <table name="criteriaTable" width="100%" text="Lookup Criteria Table" formSubmitted="true" uix:text="criteria@patchNotificationData" uix:tableData="tabledata@patchNotificationData" uix:alternateText="alternateText@patchNotificationData"> <tableFormat tableBanding="rowBanding"/> <columnHeaderStamp> <boundText select="columnHeaderText"/> </columnHeaderStamp> <tableSelection> <singleSelection selectedIndex="0"> <contents> <submitButton name="event" value="RemoveCriteria" text="Remove" /> </contents> </singleSelection> </tableSelection> <columnHeaderData> <column columnHeaderText="Product Family"/> <column columnHeaderText="Product"/> <column columnHeaderText="Release"/> <column columnHeaderText="Platform"/> <column columnHeaderText="Language"/> </columnHeaderData> <contents> <styledText uix:text="tbl_productFamily"/> <styledText uix:text="tbl_product"/> <styledText uix:text="tbl_release"/> <styledText uix:text="tbl_platform"/> <styledText uix:text="tbl_language"/> </contents> </table> </contents> </stackLayout> </contents> </header> <html:br> </html:br> <html:br> </html:br> <header text="Administrators to be notified"> <contents> <styledText styleClass="OraInstructionText"> <contents> The Selected Administrators will be notified via e-mail, of new patches that meet the above criteria. </contents> </styledText> <html:br> </html:br> <html:br> </html:br> <stackLayout> <contents> <include baja:node="../adminShuttle"/> </contents> </stackLayout> </contents> </header> <html:br> </html:br> <html:br> </html:br> <include baja:node="../ecmRecurDate"/> </contents> </header> </contents> </stackLayout> <spacer height="10"/> <rowLayout hAlign="right" vAlign="bottom"> <contents> <button value="Cancel" text="Cancel" destination="/console/ecm/patch/patchRulesTable"/> <spacer width="10"/> <switcher marlin:childName="editable@patchNotificationData"> <case name="true"> <submitButton name="event" value="SubmitJob" text="Set Rule" id="Add rule criteria and submit notification job" /> </case> <case name="false"> <submitButton name="event" value="EditJob" text="Modify Rule" id="Modify rule criteria" /> </case> </switcher> </contents> </rowLayout> </contents> </form> <spacer height="20"/> </contents> </pageLayout> </contents> <provider> <data name="getHeader"> <method class="oracle.sysman.eml.ecm.patch.PatchNotifyData" method="getPageTitle"/> </data> <data xmlns="http://bali.us.oracle.com/cabo/marlin" name="patchNotificationData"> <method class="oracle.sysman.eml.ecm.patch.PatchNotifyData" method="populateNotifyData"/> </data> </provider> </dataScope> </contents> </body> </baja:content> <handlers> <event name="SubmitJob"> <method class="oracle.sysman.eml.ecm.patch.PatchNotifyHandler" method="submitJob"/> </event> <event name="EditJob"> <method class="oracle.sysman.eml.ecm.patch.PatchNotifyHandler" method="editJob"/> </event> <event name="RemoveCriteria"> <method class="oracle.sysman.eml.ecm.patch.PatchNotifyHandler" method="removeCriteria"/> </event> <event name="AddCriteria"> <method class="oracle.sysman.eml.ecm.patch.PatchNotifyHandler" method="updateCriteriaTable"/> </event> </handlers> </page>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de