Corrected AssociateSchema.sql to deal with Apex version 3.1.
Added ng_common.css and ng_exclaim.gif, removed from the application workspace. git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@4085 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
@@ -35,7 +35,7 @@ BEGIN
|
|||||||
wwv_flow_api.set_security_group_id(l_sgid);
|
wwv_flow_api.set_security_group_id(l_sgid);
|
||||||
apex_application.g_flow_id := l_flow_id;
|
apex_application.g_flow_id := l_flow_id;
|
||||||
|
|
||||||
INSERT INTO flows_030000.wwv_flow_company_schemas
|
INSERT INTO flows_030100.wwv_flow_company_schemas
|
||||||
(security_group_id
|
(security_group_id
|
||||||
,SCHEMA)
|
,SCHEMA)
|
||||||
VALUES
|
VALUES
|
||||||
@@ -46,7 +46,7 @@ BEGIN
|
|||||||
NULL;
|
NULL;
|
||||||
END;
|
END;
|
||||||
|
|
||||||
UPDATE flows_030000.wwv_flows w
|
UPDATE flows_030100.wwv_flows w
|
||||||
SET w.owner = l_schema
|
SET w.owner = l_schema
|
||||||
WHERE security_group_id = l_sgid;
|
WHERE security_group_id = l_sgid;
|
||||||
|
|
||||||
|
|||||||
1347
WebServer/Images/ng_common.css
Normal file
1347
WebServer/Images/ng_common.css
Normal file
File diff suppressed because it is too large
Load Diff
BIN
WebServer/Images/ng_exclaim.gif
Normal file
BIN
WebServer/Images/ng_exclaim.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 844 B |
Reference in New Issue
Block a user