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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user