PCHA#52230 -- Verwijderen objecten ivm inspecties

svn path=/Customer/; revision=37069
This commit is contained in:
Arthur Egberink
2018-02-20 09:09:55 +00:00
parent 08a352ef66
commit ac469823c0

View File

@@ -0,0 +1,34 @@
--
-- $Id$
--
-- Verwijdere inspecties die door Facilitor zijn afgemeld.
DEFINE thisfile = 'PCHD#52230-2.sql'
DEFINE dbuser = 'PCHA'
SET ECHO ON
SET DEFINE ON
COLUMN fcltlogfile NEW_VALUE fcltlogfile NOPRINT;
WHENEVER SQLERROR EXIT;
SELECT adm.scriptspoolfile('&dbuser', '&thisfile') AS fcltlogfile FROM DUAL;
WHENEVER SQLERROR CONTINUE;
SPOOL &fcltlogfile
SET DEFINE OFF
------ payload begin ------
DELETE ins_deelsrtcontrole
WHERE prs_perslid_key = 4;
------ 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