YKPN#70525 -- Uitvoerende bij opdracht M139132/1 aanpassen

svn path=/Customer/; revision=54602
This commit is contained in:
Norbert Wassink
2022-01-19 15:53:27 +00:00
parent 27a6033017
commit a0aeca73ee

33
onces/YKPN/YKPN#70525.sql Normal file
View File

@@ -0,0 +1,33 @@
--
-- $Id$
--
-- Rapportage contracten en freeze
DEFINE thisfile = 'YKPN#70525.sql'
DEFINE dbuser = 'YKPN'
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 ------
update mld_opdr set mld_uitvoerende_keys=42761 where mld_opdr_key=93435;
------ 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