| Line 26... |
Line 26... |
| 26 |
<!--#include file="_access_control_general.asp"-->
|
26 |
<!--#include file="_access_control_general.asp"-->
|
| 27 |
<%
|
27 |
<%
|
| 28 |
'------------ Variable Definition -------------
|
28 |
'------------ Variable Definition -------------
|
| 29 |
Dim rsTemp
|
29 |
Dim rsTemp
|
| 30 |
Dim rsQry
|
30 |
Dim rsQry
|
| - |
|
31 |
Dim criticalSectionIsEditable
|
| 31 |
'------------ Constants Declaration -----------
|
32 |
'------------ Constants Declaration -----------
|
| 32 |
'------------ Variable Init -------------------
|
33 |
'------------ Variable Init -------------------
|
| 33 |
'----------------------------------------------
|
34 |
'----------------------------------------------
|
| 34 |
%>
|
35 |
%>
|
| 35 |
<%
|
36 |
<%
|
| Line 44... |
Line 45... |
| 44 |
" AND rtd.pv_id = "& NNpv_id &_
|
45 |
" AND rtd.pv_id = "& NNpv_id &_
|
| 45 |
" ORDER BY UPPER(pkg.pkg_name) "
|
46 |
" ORDER BY UPPER(pkg.pkg_name) "
|
| 46 |
End Function
|
47 |
End Function
|
| 47 |
%>
|
48 |
%>
|
| 48 |
|
49 |
|
| - |
|
50 |
<%
|
| - |
|
51 |
'------------------------- MAIN LINE ---------------------------
|
| - |
|
52 |
criticalSectionIsEditable = Is_Critical_Section_Editable ( pkgInfoHash.Item ("dlocked") )
|
| - |
|
53 |
%>
|
| - |
|
54 |
|
| 49 |
<html>
|
55 |
<html>
|
| 50 |
<head>
|
56 |
<head>
|
| 51 |
<title><%=Title(Request("rtag_id"))%></title>
|
57 |
<title><%=Title(Request("rtag_id"))%></title>
|
| 52 |
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
|
58 |
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
|
| 53 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
59 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
| Line 60... |
Line 66... |
| 60 |
<!--#include file="_menu_def.asp"-->
|
66 |
<!--#include file="_menu_def.asp"-->
|
| 61 |
<script language="JavaScript1.2" src="images/popup_menu.js"></script>
|
67 |
<script language="JavaScript1.2" src="images/popup_menu.js"></script>
|
| 62 |
</head>
|
68 |
</head>
|
| 63 |
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" >
|
69 |
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" >
|
| 64 |
<!-- MENU LAYERS -------------------------------------->
|
70 |
<!-- MENU LAYERS -------------------------------------->
|
| 65 |
<div id="popmenu" class="menuskin" onMouseover="clearhidemenu();highlightmenu(event,'on')" onMouseout="highlightmenu(event,'off');dynamichide(event)">
|
71 |
<div id="popmenu" class="menuskin" onMouseover="clearhidemenu();highlightmenu(event,'on')" onMouseout="highlightmenu(event,'off');dynamichide(event)">
|
| 66 |
<!----------------------------------------------------->
|
72 |
<!----------------------------------------------------->
|
| 67 |
</div>
|
73 |
</div>
|
| 68 |
<!-- HEADER -->
|
74 |
<!-- HEADER -->
|
| 69 |
<!--#include file="_header.asp"-->
|
75 |
<!--#include file="_header.asp"-->
|
| 70 |
<!-- BODY ---->
|
76 |
<!-- BODY ---->
|
| 71 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
77 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
| 72 |
<tr>
|
78 |
<tr>
|
| 73 |
<td valign="top" width="1" background="images/bg_bage.gif">
|
79 |
<td valign="top" width="1" background="images/bg_bage.gif">
|
| 74 |
<!-- LEFT -->
|
80 |
<!-- LEFT -->
|
| 75 |
<!--#include file="_environment.asp"-->
|
81 |
<!--#include file="_environment.asp"-->
|
| 76 |
</td>
|
82 |
</td>
|
| 77 |
<td width="1" bgcolor="#999999"><img src="images/h_trsp_dot.gif" width="1" height="1"></td>
|
83 |
<td width="1" bgcolor="#999999"><img src="images/h_trsp_dot.gif" width="1" height="1"></td>
|
| Line 102... |
Line 108... |
| 102 |
</tr>
|
108 |
</tr>
|
| 103 |
<tr>
|
109 |
<tr>
|
| 104 |
<td background="images/lbox_bg_orange.gif"><IMG height=35 src="images/spacer.gif" width=1></td>
|
110 |
<td background="images/lbox_bg_orange.gif"><IMG height=35 src="images/spacer.gif" width=1></td>
|
| 105 |
<td background="images/lbox_bg_orange.gif">
|
111 |
<td background="images/lbox_bg_orange.gif">
|
| 106 |
<!-- TAB ACTION BUTTONS ------------------------------------->
|
112 |
<!-- TAB ACTION BUTTONS ------------------------------------->
|
| 107 |
<%Call Action_Buttons ( "Runtime Dependencies" )%>
|
113 |
<%Call Action_Buttons ( "Runtime Dependencies" )%>
|
| 108 |
</td>
|
114 |
</td>
|
| 109 |
<td background="images/lbox_bg_orange.gif"> </td>
|
115 |
<td background="images/lbox_bg_orange.gif"> </td>
|
| 110 |
</tr>
|
116 |
</tr>
|
| 111 |
<tr>
|
117 |
<tr>
|
| 112 |
<td></td>
|
118 |
<td></td>
|
| 113 |
<td valign="top">
|
119 |
<td valign="top">
|
| 114 |
<!-- DETAILS ------------------------------------------------->
|
120 |
<!-- DETAILS ------------------------------------------------->
|
| 115 |
<br>
|
121 |
<br>
|
| 116 |
<span class="body_colb">Runtime Dependencies</span><br>
|
122 |
<span class="body_colb">Runtime Dependencies</span><br>
|
| 117 |
<table width="100%" border="0" cellspacing="1" cellpadding="3">
|
123 |
<table width="100%" border="0" cellspacing="1" cellpadding="3">
|
| 118 |
<tr>
|
124 |
<tr>
|
| 119 |
<td background="images/bg_form_lightbluedark.gif" nowrap width="1%" class="form_field"></td>
|
125 |
<td background="images/bg_form_lightbluedark.gif" nowrap width="1%" class="form_field"></td>
|
| 120 |
<td background="images/bg_form_lightbluedark.gif" nowrap width="1%" class="form_field">Product </td>
|
126 |
<td background="images/bg_form_lightbluedark.gif" nowrap width="1%" class="form_field">Product </td>
|
| 121 |
<td background="images/bg_form_lightbluedark.gif" nowrap width="1%" class="form_field">Version </td>
|
127 |
<td background="images/bg_form_lightbluedark.gif" nowrap width="1%" class="form_field">Version </td>
|
| 122 |
<td background="images/bg_form_lightbluedark.gif" nowrap width="100%" class="form_field">Comments</td>
|
128 |
<td background="images/bg_form_lightbluedark.gif" nowrap width="100%" class="form_field">Comments</td>
|
| 123 |
<td background="images/bg_form_lightbluedark.gif" nowrap width="1%" class="form_field">URL</td>
|
129 |
<td background="images/bg_form_lightbluedark.gif" nowrap width="1%" class="form_field">URL</td>
|
| 124 |
<td background="images/bg_form_lightbluedark.gif" nowrap width="1%" class="form_field" align="center">Added</td>
|
130 |
<td background="images/bg_form_lightbluedark.gif" nowrap width="1%" class="form_field" align="center">Added</td>
|
| 125 |
<td background="images/bg_form_lightbluedark.gif" nowrap width="1%" class="form_field"></td>
|
131 |
<td background="images/bg_form_lightbluedark.gif" nowrap width="1%" class="form_field"></td>
|
| 126 |
</tr>
|
132 |
</tr>
|
| 127 |
<%Set rsTemp = OraDatabase.DbCreateDynaset( Get_Runtime_Dependencies ( parPv_id ), cint(0))%>
|
133 |
<%Set rsTemp = OraDatabase.DbCreateDynaset( Get_Runtime_Dependencies ( parPv_id ), cint(0))%>
|
| 128 |
<%If rsTemp.RecordCount < 1 Then%>
|
134 |
<%If rsTemp.RecordCount < 1 Then%>
|
| 129 |
<tr>
|
135 |
<tr>
|
| 130 |
<td background="images/bg_form_lightgray.gif" nowrap> </td>
|
136 |
<td background="images/bg_form_lightgray.gif" nowrap> </td>
|
| 131 |
<td background="images/bg_form_lightgray.gif" nowrap> </td>
|
137 |
<td background="images/bg_form_lightgray.gif" nowrap> </td>
|
| 132 |
<td background="images/bg_form_lightgray.gif" class="form_item"> </td>
|
138 |
<td background="images/bg_form_lightgray.gif" class="form_item"> </td>
|
| 133 |
<td background="images/bg_form_lightgray.gif" class="form_item"> </td>
|
139 |
<td background="images/bg_form_lightgray.gif" class="form_item"> </td>
|
| 134 |
<td background="images/bg_form_lightgray.gif" class="form_item"> </td>
|
140 |
<td background="images/bg_form_lightgray.gif" class="form_item"> </td>
|
| Line 171... |
Line 177... |
| 171 |
</tr>
|
177 |
</tr>
|
| 172 |
</table>
|
178 |
</table>
|
| 173 |
<!-- FOOTER -->
|
179 |
<!-- FOOTER -->
|
| 174 |
<!--#include file="_footer.asp"-->
|
180 |
<!--#include file="_footer.asp"-->
|
| 175 |
</body>
|
181 |
</body>
|
| 176 |
</html>
|
182 |
</html>
|
| 177 |
<%
|
183 |
<%
|
| 178 |
Call Destroy_All_Objects
|
184 |
Call Destroy_All_Objects
|
| 179 |
%>
|
185 |
%>
|