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:
PriestJ
2008-01-21 12:29:04 +00:00
parent 6bd8f2d96c
commit 620d7765b3

View File

@@ -40,7 +40,7 @@ create or replace package body MIP_FILES as
select 1
from wwv_flow_files
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);
begin
IF NOT c_file_exists%ISOPEN THEN