removed references to mip_dev_e schema, must have been copied from some test code, caused an error on the test instance of webmip, and would have on the live system
git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3313 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
@@ -40,7 +40,7 @@ create or replace package body MIP_FILES as
|
|||||||
select 1
|
select 1
|
||||||
from wwv_flow_files
|
from wwv_flow_files
|
||||||
where name=(select d.uri
|
where name=(select d.uri
|
||||||
from mip_dev_e.documents d, mip_dev_e.document_roles dr
|
from documents d, document_roles dr
|
||||||
where dr.drwg_code = cp_drwg_code and d.id = dr.docu_id);
|
where dr.drwg_code = cp_drwg_code and d.id = dr.docu_id);
|
||||||
begin
|
begin
|
||||||
IF NOT c_file_exists%ISOPEN THEN
|
IF NOT c_file_exists%ISOPEN THEN
|
||||||
|
|||||||
Reference in New Issue
Block a user