| Line 128... |
Line 128... |
| 128 |
<%If Request("rtag_id") <> "" Then%>
|
128 |
<%If Request("rtag_id") <> "" Then%>
|
| 129 |
<br>
|
129 |
<br>
|
| 130 |
<span class="body_sect">Used by Packages In This Release</span>
|
130 |
<span class="body_sect">Used by Packages In This Release</span>
|
| 131 |
<br>
|
131 |
<br>
|
| 132 |
<!-- USED BY ------------------------------------------------>
|
132 |
<!-- USED BY ------------------------------------------------>
|
| 133 |
<table width="100%" border="0" cellspacing="1" cellpadding="3">
|
133 |
<table width="100%" border="0" cellspacing="1" cellpadding="3" class="stdGrey">
|
| - |
|
134 |
<thead>
|
| 134 |
<tr class="body_col form_field_bg">
|
135 |
<tr>
|
| 135 |
<%If isDaemonEnabledRelease = FALSE Then%>
|
136 |
<%If isDaemonEnabledRelease = FALSE Then%>
|
| 136 |
<td nowrap width="1" class="form_field"><INPUT type=checkbox name="checkall" value="Check All" onClick="checkUncheckAll(this);"></td>
|
137 |
<th nowrap width="1"><INPUT type=checkbox name="checkall" value="Check All" onClick="checkUncheckAll(this);"></td>
|
| 137 |
<%End If%>
|
138 |
<%End If%>
|
| 138 |
<td nowrap width="1"></td>
|
139 |
<th nowrap width="1"></td>
|
| 139 |
<td nowrap width="1" class="form_field">Name</td>
|
140 |
<th nowrap width="1">Name</td>
|
| 140 |
<td nowrap width="25%" class="form_field">Version</td>
|
141 |
<th nowrap width="25%">Version</td>
|
| 141 |
<td nowrap width="25%" class="form_field">Location</td>
|
142 |
<th nowrap width="25%">Location</td>
|
| 142 |
<td nowrap width="1" class="form_field"></td>
|
143 |
<th nowrap width="1"></td>
|
| 143 |
<td nowrap width="25%" class="form_field">Version Used</td>
|
144 |
<th nowrap width="25%">Version Used</td>
|
| 144 |
<td nowrap width="25%" class="form_field">Last Modified</td>
|
145 |
<th nowrap width="25%">Last Modified</td>
|
| 145 |
</tr>
|
146 |
</tr>
|
| - |
|
147 |
</thead>
|
| 146 |
<%
|
148 |
<%
|
| 147 |
OraDatabase.Parameters.Add "RTAG_ID", parRtag_id, ORAPARM_INPUT, ORATYPE_NUMBER
|
149 |
OraDatabase.Parameters.Add "RTAG_ID", parRtag_id, ORAPARM_INPUT, ORATYPE_NUMBER
|
| 148 |
OraDatabase.Parameters.Add "PKG_ID", pkgInfoHash.Item("pkg_id"), ORAPARM_INPUT, ORATYPE_NUMBER
|
150 |
OraDatabase.Parameters.Add "PKG_ID", pkgInfoHash.Item("pkg_id"), ORAPARM_INPUT, ORATYPE_NUMBER
|
| 149 |
OraDatabase.Parameters.Add "V_EXT", EmptyToNull(pkgInfoHash.Item ("v_ext")), ORAPARM_INPUT, ORATYPE_VARCHAR2
|
151 |
OraDatabase.Parameters.Add "V_EXT", EmptyToNull(pkgInfoHash.Item ("v_ext")), ORAPARM_INPUT, ORATYPE_VARCHAR2
|
| 150 |
|
152 |
|
| Line 153... |
Line 155... |
| 153 |
OraDatabase.Parameters.Remove "RTAG_ID"
|
155 |
OraDatabase.Parameters.Remove "RTAG_ID"
|
| 154 |
OraDatabase.Parameters.Remove "PKG_ID"
|
156 |
OraDatabase.Parameters.Remove "PKG_ID"
|
| 155 |
OraDatabase.Parameters.Remove "V_EXT"
|
157 |
OraDatabase.Parameters.Remove "V_EXT"
|
| 156 |
%>
|
158 |
%>
|
| 157 |
<%If rsTemp.RecordCount < 1 Then%>
|
159 |
<%If rsTemp.RecordCount < 1 Then%>
|
| 158 |
<tr class="form_item_pad form_field_grey_bg">
|
160 |
<tr>
|
| 159 |
<td nowrap> </td>
|
161 |
<td nowrap> </td>
|
| 160 |
<%If isDaemonEnabledRelease = FALSE Then%>
|
162 |
<%If isDaemonEnabledRelease = FALSE Then%>
|
| 161 |
<td class="form_item_pad"></td>
|
163 |
<td></td>
|
| 162 |
<%End If%>
|
164 |
<%End If%>
|
| 163 |
<td class="form_item_pad" colspan=6>Leaf Package - Is not used by any other package in this Release</td>
|
165 |
<td colspan=6>Leaf Package - Is not used by any other package in this Release</td>
|
| 164 |
</tr>
|
166 |
</tr>
|
| 165 |
<%Else%>
|
167 |
<%Else%>
|
| 166 |
<%While ((NOT rsTemp.BOF) AND (NOT rsTemp.EOF))%>
|
168 |
<%While ((NOT rsTemp.BOF) AND (NOT rsTemp.EOF))%>
|
| 167 |
<tr class="form_item_pad form_field_grey_bg">
|
169 |
<tr>
|
| 168 |
<%If isDaemonEnabledRelease = FALSE Then%>
|
170 |
<%If isDaemonEnabledRelease = FALSE Then%>
|
| 169 |
<%If rsTemp("dpv_id") <> parPv_id And IsNull(rsTemp("ignore_warn")) Then%>
|
171 |
<%If rsTemp("dpv_id") <> parPv_id And IsNull(rsTemp("ignore_warn")) Then%>
|
| 170 |
<td nowrap><input type="checkbox" name="ignore_warnings" value="<%=rsTemp("pv_id")%>_<%=rsTemp("dpv_id")%>"></td>
|
172 |
<td nowrap><input type="checkbox" name="ignore_warnings" value="<%=rsTemp("pv_id")%>_<%=rsTemp("dpv_id")%>"></td>
|
| 171 |
<%ElseIf rsTemp("dpv_id") = parPv_id And IsNull(rsTemp("ignore_warn")) OR NOT isNull(rsTemp("ignore_warn")) Then%>
|
173 |
<%ElseIf rsTemp("dpv_id") = parPv_id And IsNull(rsTemp("ignore_warn")) OR NOT isNull(rsTemp("ignore_warn")) Then%>
|
| 172 |
<td nowrap><input type="checkbox" name="ignore_warnings" value="<%=rsTemp("pv_id")%>_<%=rsTemp("dpv_id")%>" disabled></td>
|
174 |
<td nowrap><input type="checkbox" name="ignore_warnings" value="<%=rsTemp("pv_id")%>_<%=rsTemp("dpv_id")%>" disabled></td>
|
| Line 179... |
Line 181... |
| 179 |
<td><%=DefineStateIcon ( rsTemp("deprecated_state"), rsTemp("dlocked"), NULL, NULL, pkgInfoHash.Item("build_type"), TRUE )%></td>
|
181 |
<td><%=DefineStateIcon ( rsTemp("deprecated_state"), rsTemp("dlocked"), NULL, NULL, pkgInfoHash.Item("build_type"), TRUE )%></td>
|
| 180 |
<%Else%>
|
182 |
<%Else%>
|
| 181 |
<td><%=DefineStateIcon ( rsTemp("pkg_state"), rsTemp("dlocked"), NULL, NULL, pkgInfoHash.Item("build_type"), TRUE )%></td>
|
183 |
<td><%=DefineStateIcon ( rsTemp("pkg_state"), rsTemp("dlocked"), NULL, NULL, pkgInfoHash.Item("build_type"), TRUE )%></td>
|
| 182 |
<%End If%>
|
184 |
<%End If%>
|
| 183 |
|
185 |
|
| 184 |
<td class="form_item_pad" nowrap><a href="used_by.asp?pv_id=<%=rsTemp("pv_id")%>&rtag_id=<%=parRtag_id%>" class="txt_linked"><%=rsTemp("pkg_name")%></a></td>
|
186 |
<td nowrap><a href="used_by.asp?pv_id=<%=rsTemp("pv_id")%>&rtag_id=<%=parRtag_id%>" class="txt_linked"><%=rsTemp("pkg_name")%></a></td>
|
| 185 |
<td class="form_item_pad"><%=rsTemp("pkg_version")%></td>
|
187 |
<td nowrap><%=rsTemp("pkg_version")%></td>
|
| 186 |
<td class="form_item_pad" nowrap><%=GetEnvName(rsTemp("env_area"))%></td>
|
188 |
<td nowrap><%=GetEnvName(rsTemp("env_area"))%></td>
|
| 187 |
<td class="form_item_pad"><%=DefineStateIcon ( 0, "Y", rsTemp("ignore_warn"), rsTemp("is_patch_ignore"), pkgInfoHash.Item("build_type"), TRUE )%></td>
|
189 |
<td><%=DefineStateIcon ( 0, "Y", rsTemp("ignore_warn"), rsTemp("is_patch_ignore"), pkgInfoHash.Item("build_type"), TRUE )%></td>
|
| 188 |
<td <%If rsTemp("dpv_id") <> parPv_id Then%>class="err_alert"<%Else%>class="form_item_pad"<%End If%>><%=pkgInfoHash.Item ("pkg_name") &" "& rsTemp("dpkg_version")%></td>
|
190 |
<td nowrap <%If rsTemp("dpv_id") <> parPv_id Then%>class="err_alert"<%End If%>><%=pkgInfoHash.Item ("pkg_name") &" "& rsTemp("dpkg_version")%></td>
|
| 189 |
<td class="form_item_pad"><%=emailField(enum_imgUser & rsTemp("full_name"), rsTemp("user_email"))%> <%=DisplayDate ( rsTemp("modified_stamp") )%></td>
|
191 |
<td nowrap><%=emailField(enum_imgUser & rsTemp("full_name"), rsTemp("user_email"))%> <%=DisplayDate ( rsTemp("modified_stamp") )%></td>
|
| 190 |
</tr>
|
192 |
</tr>
|
| 191 |
<%rsTemp.MoveNext
|
193 |
<%rsTemp.MoveNext
|
| 192 |
|
194 |
|
| 193 |
WEnd
|
195 |
WEnd
|
| 194 |
%>
|
196 |
%>
|
| 195 |
<tr class="form_item_pad form_field_grey_bg">
|
- |
|
| 196 |
<%If isDaemonEnabledRelease = FALSE Then%>
|
- |
|
| 197 |
<td class="form_item_pad"></td>
|
- |
|
| 198 |
<%End If%>
|
197 |
<tr>
|
| 199 |
<td class="form_item_pad" nowrap colspan=7>Total Packages: <%=rsTemp.RecordCount%></td>
|
198 |
<td nowrap colspan=7>Total Packages: <%=rsTemp.RecordCount%></td>
|
| 200 |
</tr>
|
199 |
</tr>
|
| 201 |
<%End If%>
|
200 |
<%End If%>
|
| 202 |
</table>
|
201 |
</table>
|
| 203 |
<%If rsTemp.RecordCount > 0 Then%>
|
202 |
<%If rsTemp.RecordCount > 0 Then%>
|
| 204 |
<%If isDaemonEnabledRelease = FALSE Then%>
|
203 |
<%If isDaemonEnabledRelease = FALSE Then%>
|
| Line 206... |
Line 205... |
| 206 |
<SPAN class="rep_small">NOTE: Click on Apply "To Ignore Warnings" On Packages Used By</SPAN><br>
|
205 |
<SPAN class="rep_small">NOTE: Click on Apply "To Ignore Warnings" On Packages Used By</SPAN><br>
|
| 207 |
<%End If%>
|
206 |
<%End If%>
|
| 208 |
<SPAN class="rep_small">NOTE: Versions in <SPAN class="err_alert">RED</SPAN> are different from <%=pkgInfoHash.Item("pkg_name") &" "& pkgInfoHash.Item("pkg_version")%></span>
|
207 |
<SPAN class="rep_small">NOTE: Versions in <SPAN class="err_alert">RED</SPAN> are different from <%=pkgInfoHash.Item("pkg_name") &" "& pkgInfoHash.Item("pkg_version")%></span>
|
| 209 |
<input type="hidden" name="action" value="true">
|
208 |
<input type="hidden" name="action" value="true">
|
| 210 |
<%End If%>
|
209 |
<%End If%>
|
| 211 |
<%End If%>
|
- |
|
| 212 |
<%rsTemp.Close()%>
|
210 |
<%rsTemp.Close()%>
|
| 213 |
<%Set rsTemp = nothing%>
|
211 |
<%Set rsTemp = nothing%>
|
| - |
|
212 |
<%End If%>
|
| 214 |
<%
|
213 |
<%
|
| 215 |
Call objFormComponent.FormEnd()
|
214 |
Call objFormComponent.FormEnd()
|
| 216 |
'-- FROM END ----------------------------------------------------------------------------------------------------------------
|
215 |
'-- FROM END ----------------------------------------------------------------------------------------------------------------
|
| 217 |
%>
|
216 |
%>
|
| 218 |
<!-- Extended Searching ---------------------------------------->
|
217 |
<!-- Extended Searching ---------------------------------------->
|