BLCC#72557 Rapportage OVV is komen te vervallen

svn path=/Customer/; revision=57033
This commit is contained in:
Suzan Wiegerinck
2022-08-29 14:04:07 +00:00
parent c2bc05b891
commit 951c4acd5a

39
onces/BLCC/BLCC#72557.sql Normal file
View File

@@ -0,0 +1,39 @@
--
-- $Id$
--
-- BLCC#72557 Rapportage OVV is komen te vervallen
-- View wordt niet meer gebruikt en kan opgeruimd worden
--
DEFINE thisfile = 'BLCC#72557.SQL'
DEFINE dbuser = '^BLCC'
SET ECHO ON
SET DEFINE ON
COLUMN fcltlogfile NEW_VALUE fcltlogfile NOPRINT;
COLUMN fcltcusterr NEW_VALUE fcltcusterr NOPRINT;
WHENEVER SQLERROR CONTINUE;
SELECT adm.getscriptspoolfile('&thisfile') AS fcltlogfile FROM DUAL;
SPOOL &fcltlogfile
WHENEVER SQLERROR EXIT;
SELECT adm.checkscriptcust('&dbuser') AS fcltcusterr FROM DUAL;
WHENEVER SQLERROR CONTINUE;
PROMPT &fcltcusterr
SET DEFINE OFF
------ payload begin ------
DROP VIEW BLCC_V_RAP_OVV;
COMMIT;
------ payload end ------
SET DEFINE OFF
BEGIN adm.systrackscriptId ('$Id$', 1); END;
/
COMMIT;
SET ECHO OFF
SPOOL OFF
SET DEFINE ON
PROMPT Logfile of this upgrade is: &fcltlogfile