NYBU#56373 Omzetten campus contracttype van algemeen naar leverancierscontract
svn path=/Customer/; revision=42995
This commit is contained in:
41
onces/NYBU/NYBU#56373.sql
Normal file
41
onces/NYBU/NYBU#56373.sql
Normal file
@@ -0,0 +1,41 @@
|
||||
--
|
||||
-- $Id$
|
||||
--
|
||||
-- NYBU#56373: Actielijst campus | Planbord voor campuskamers
|
||||
-- Omzetten campus contracten naar contracttype leverancier voor scope op ruimte
|
||||
|
||||
DEFINE thisfile = 'NYBU#56373.SQL'
|
||||
DEFINE dbuser = '^NYBU'
|
||||
|
||||
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;
|
||||
SET DEFINE OFF
|
||||
|
||||
------ payload begin ------
|
||||
|
||||
UPDATE cnt_disc_params
|
||||
SET cnt_srtcontract_type = 5
|
||||
WHERE cnt_ins_discipline_key = 55;
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user