Altered install scripts so that UAT and LIVE do not look for the apua.ctl file (this is now handled in seed data directory). Also fixed for ticket #517 AssociateSchema.sql and SetSubstitution.sql scripts so that they only update the current application rather than all the applications in the current workspace.
git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@5332 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
@@ -48,7 +48,7 @@ BEGIN
|
||||
|
||||
UPDATE flows_030100.wwv_flows w
|
||||
SET w.owner = l_schema
|
||||
WHERE security_group_id = l_sgid;
|
||||
WHERE security_group_id = l_sgid and id = l_flow_id;
|
||||
|
||||
|
||||
ELSE
|
||||
|
||||
@@ -43,7 +43,7 @@ BEGIN
|
||||
|
||||
UPDATE flows_030100.wwv_flows w
|
||||
SET w.substitution_value_01 = l_substitution
|
||||
WHERE security_group_id = l_sgid;
|
||||
WHERE security_group_id = l_sgid and id = l_flow_id;
|
||||
|
||||
dbms_output.put_line('SetSubstitution:'||l_substitution);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user