Edit D:\app\Administrator\product\11.2.0\dbhome_1\apex\images\doc\ja\TDPAX\td_blddptrprt.htm
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta http-equiv="Content-Script-Type" content="text/javascript" /> <title>??????????????</title> <meta name="generator" content="Oracle DARB XHTML Converter (Mode = ohj/ohw) - Version 5.1" /> <meta name="date" content="2009-04-14T18:17:39Z" /> <meta name="robots" content="noarchive" /> <meta name="doctitle" content="Modifying the Departments Report" /> <meta name="relnum" content="Release 3.2" /> <meta name="partnum" content="E11946-01" /> <link rel="copyright" href="../dcommon/html/cpyr.htm" title="Copyright" type="text/html" /> <link rel="stylesheet" href="../dcommon/css/blafdoc.css" title="Oracle BLAFDoc" type="text/css" /> <link rel="contents" href="toc.htm" title="Contents" type="text/html" /> <link rel="up" href="preface.htm" title="Home" type="text/html" /> <link rel="up" href="build_app.htm" title="Building Your Application" type="text/html" /> <link rel="up" href="td_blddptrprt.htm" title="Modifying the Departments R..." type="text/html" /> <link rel="prev" href="td_bldinitapp.htm" title="Previous" type="text/html" /> <link rel="next" href="td_bldaddrf.htm" title="Next" type="text/html" /> </head> <body> <p id="BREADCRUMBING"><a href="preface.htm" title="?????">?????</a> > <a href="build_app.htm" title="?????????????????"> ?????????????????</a> > ??????????????</p> <table class="simple oac_no_warn" summary="" cellspacing="0" cellpadding="0" width="100%"> <col width="86%" /> <col width="*" /> <tr valign="bottom"> <td align="left"></td> <td align="center"><a href="td_bldinitapp.htm"><img src="../dcommon/gifs/leftnav.gif" alt="???" /><br /><span class="icon">???</span></a> </td> <td align="center"><a href="td_bldaddrf.htm"><img src="../dcommon/gifs/rightnav.gif" alt="?°?" /><br /><span class="icon">?°?</span></a></td> </tr> </table> <p><a id="BCEBJJGB" name="BCEBJJGB"></a></p> <div class="sect1"><!-- infolevel="all" infotype="General" --> <h1><a name="TDPAX04004|how to modify the Departments report"></a><a id="sthref166" name="sthref166"></a>??????????????</h1> <p>???????????????????????????????????????????????????????????????????????????????????????????pplication Express???????????????????????????????????????????????????????????????</p> <p>???????????<a id="sthref167" name="sthref167"></a><a id="sthref168" name="sthref168"></a>???????????<code>OEHR_EMPLOYEES</code>???????????????????????????????????</p> <p>???????????????????????????????????????</p> <ol> <li> <p>?????????????????????????????????<span class="bold">??dit Page 2??</span>???????????????????</p> <p>?????????2???????????????????<span class="bold">?????</span>????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????<a href="td_gsappbld.htm#BEHJCDAD">????????????????????????????</a>????????????????</p> </li> <li> <p>????????????????????????????????????????????????????????</p> <img src="img/reg_sect.gif" alt="??eg_sect.gif????????????" title="??eg_sect.gif????????????" longdesc="img_text/reg_sect.htm" /><br /> <a id="sthref169" name="sthref169" href="img_text/reg_sect.htm">??eg_sect.gif?????</a><br /> <br /></li> <li> <p><span class="bold">???????</span>??????????????</p> </li> <li> <p>??????????????????????????????????????????????????????????????????????????</p> <pre xml:space="preserve" class="oac_no_warn"> SELECT d.department_id "Department ID", d.department_name "Department Name", count(e2.employee_id) "Number of Employees", substr(e.first_name,1,1)||'. '|| e.last_name "Manager Name", c.country_name "Location" FROM oehr_departments d, oehr_employees e, oehr_locations l, oehr_countries c, oehr_employees e2 WHERE d.manager_id = e.employee_id AND d.location_id = l.location_id AND d.department_id = e2.department_id AND l.country_id = c.country_id AND instr(upper(d.department_name),upper(nvl(:P2_REPORT_SEARCH,d.department_name))) > 0 GROUP BY d.department_id, d.department_name, substr(e.first_name,1,1)||'. '||e.last_name, c.country_name </pre></li> <li> <p><span class="bold">???????????</span>??????????????</p> </li> </ol> <div class="sect2"><!-- infolevel="all" infotype="General" --><a id="sthref170" name="sthref170"></a> <h2><a id="sthref171" name="sthref171"></a><a id="sthref172" name="sthref172"></a><a id="sthref173" name="sthref173"></a><a id="sthref174" name="sthref174"></a>?????????</h2> <p>?????????????????????????????????????????????????????????????????????????????pplication Express???????????????HTML???????????????????????????????????????????????</p> <p>?????????????????????????????????????</p> <ul> <li> <p>????????<a id="sthref175" name="sthref175">?????????????</a>????????????????????</p> <img src="img/runpg_iconrow.gif" alt="??unpg_iconrow.gif????????????" title="??unpg_iconrow.gif????????????" longdesc="img_text/runpg_iconrow.htm" /><br /><a id="sthref176" name="sthref176" href="img_text/runpg_iconrow.htm">??unpg_iconrow.gif?????</a><br /><br /></li> </ul> <p>??????????????????????????????</p> <img src="img/bldap_deptexp.gif" alt="??ldap_deptexp.gif????????????" title="??ldap_deptexp.gif????????????" longdesc="img_text/bldap_deptexp.htm" /><br /><a id="sthref177" name="sthref177" href="img_text/bldap_deptexp.htm">??ldap_deptexp.gif?????</a><br /><br /> <p>??????????????????????????????????????????????????????3???????????????????????????????</p> </div> <!-- class="sect2" --></div> <!-- class="sect1" --> <!-- Start Footer --> <div class="footer"> <table class="simple oac_no_warn" summary="" cellspacing="0" cellpadding="0" width="100%"> <col width="86%" /> <col width="*" /> <tr> <td align="left"><span class="copyrightlogo">Copyright (C) 2003, 2009, Oracle and/or its affiliates. All rights reserved.</span><br /> <a href="../dcommon/html/cpyr.htm"> <span class="copyrightlogo">???????????</span></a></td> <td align="center"><a href="td_bldinitapp.htm"><img src="../dcommon/gifs/leftnav.gif" alt="???" /><br /><span class="icon">???</span></a> </td> <td align="center"><a href="td_bldaddrf.htm"><img src="../dcommon/gifs/rightnav.gif" alt="?°?" /><br /><span class="icon">?°?</span></a></td> </tr> </table> </div> <!-- class="footer" --> </body> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de