NOUR#88069 Drop view NOUR_V_NOTI_CTR_LOD

svn path=/Customer/; revision=68933
This commit is contained in:
Suzan Wiegerinck
2025-05-07 13:15:03 +00:00
parent 6f674069c6
commit 02f45b6689

37
onces/NOUR/NOUR#88069.SQL Normal file
View File

@@ -0,0 +1,37 @@
--
-- $Id$
--
-- NOUR#88069 Wijzigen ontvangers automatische LOD-rapportage
-- Verwijderen notificatie view
--
DEFINE thisfile = 'NOUR#88069.SQL'
DEFINE dbuser = '^NOUR'
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 NOUR_V_NOTI_CTR_LOD;
------ 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