Alter the format of the substitution value so that it can be used to produce valid file names.

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3913 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
hardya
2008-03-10 15:34:58 +00:00
parent 84acac3150
commit 9b3d607666

View File

@@ -39,7 +39,7 @@ BEGIN
dbms_output.put_line('Security Group:'||l_sgid);
l_substitution := '('||upper('&&2')||'-'||to_char(sysdate,'DD-MON-YYYY HH24:MI')||')';
l_substitution := '('||upper('&&2')||'-'||to_char(sysdate,'DD-MON-YYYY-HH24MI')||')';
UPDATE flows_030100.wwv_flows w
SET w.substitution_value_01 = l_substitution