LPNL#67364 -- Implementatie LeasePlan Nederland

svn path=/Customer/; revision=51871
This commit is contained in:
Arthur Egberink
2021-06-11 06:28:55 +00:00
parent cbb47d1fd2
commit b7bd8fb419

32
onces/LPNL/LPNL1.sql Normal file
View File

@@ -0,0 +1,32 @@
-- $Id$
--
-- Init voor opzetten nieuwe klantomgeving YASK multiclient plus
DEFINE thisfile = 'LPNL1.SQL'
DEFINE dbuser = '^LPNL'
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 fac_version SET fac_version_cust = 'LPNL', fac_version_otap = NULL;
------ 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