BONS#74774 CAK export lijkt niet mer gebruikt te worden. Ontmantelen dan maar?

svn path=/Customer/; revision=58140
This commit is contained in:
Suzan Wiegerinck
2022-11-28 12:46:24 +00:00
parent 5aac013994
commit be438b34eb

39
onces/BONS/bons#74774.sql Normal file
View File

@@ -0,0 +1,39 @@
--
-- $Id$
--
-- Opruimen CAK export: 2 export procedures en 2 (rapportage) views
--
DEFINE thisfile = 'BONS#74774.SQL'
DEFINE dbuser = '^BONS'
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 care_v_rap_cak;
DROP VIEW care_v_rap_cak_chg;
DROP VIEW CARE_V_EXPORT_CAK;
DROP VIEW CARE_V_EXPORT_CAK_CHG;
------ 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