| Line 128... |
Line 128... |
| 128 |
|
128 |
|
| 129 |
'******************************************************************************
|
129 |
'******************************************************************************
|
| 130 |
' This is causing problems for SSW, VTK and SEA and they don't use it, so it
|
130 |
' This is causing problems for SSW, VTK and SEA and they don't use it, so it
|
| 131 |
' has been disabled for those projects until a fix is found.
|
131 |
' has been disabled for those projects until a fix is found.
|
| 132 |
'******************************************************************************
|
132 |
'******************************************************************************
|
| 133 |
If proj_id <> 421 AND proj_id <> 361 AND proj_id <> 122 AND proj_id <> 164 Then
|
133 |
If proj_id <> 421 AND proj_id <> 361 AND proj_id <> 122 AND proj_id <> 164 AND proj_id <> 581 Then
|
| 134 |
Call PopulateSBOMField(parBom_id, Request("update_"& aDiffList( os_id_column, rowNum ) &"_"& aDiffList( old_prod_id_column, rowNum ) ), NULL, NULL )
|
134 |
Call PopulateSBOMField(parBom_id, Request("update_"& aDiffList( os_id_column, rowNum ) &"_"& aDiffList( old_prod_id_column, rowNum ) ), NULL, NULL )
|
| 135 |
End If
|
135 |
End If
|
| 136 |
|
136 |
|
| 137 |
'Response.Write("<script>alert('" &_
|
137 |
'Response.Write("<script>alert('" &_
|
| 138 |
' "OLD_PROD_ID=" & OraParameter("OLD_PROD_ID").Value & "\n" &_
|
138 |
' "OLD_PROD_ID=" & OraParameter("OLD_PROD_ID").Value & "\n" &_
|