diff --git a/Modules/MIP_FILES.pck b/Modules/MIP_FILES.pck index eb78f81..a153178 100644 --- a/Modules/MIP_FILES.pck +++ b/Modules/MIP_FILES.pck @@ -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