UWVA#61900 Ontmantelen KCI-export+UWVA#61995 Ontmantelen CATALOGUS-import

svn path=/Customer/; revision=46624
This commit is contained in:
Maarten van der Heide
2020-04-23 12:08:21 +00:00
parent c93f0effdc
commit d7b67eb335

View File

@@ -1,9 +1,9 @@
--
-- $Id$
--
-- Customer specific once-script UWVA122.
-- Customer specific once-script UWVA123.
DEFINE thisfile = 'UWVA122.SQL'
DEFINE thisfile = 'UWVA123.SQL'
DEFINE dbuser = '^UWVA'
SET ECHO ON
@@ -29,6 +29,15 @@ DELETE FROM fac_tracking t
AND fac_tracking_refkey = t.fac_tracking_refkey
AND fac_tracking_key > t.fac_tracking_key);
-- UWVA#61900: Schonen KCI-export (incl. stopzetten export).
DROP PROCEDURE uwva_select_kci;
DROP VIEW uwva_v_kci;
DROP VIEW uwva_v_export_kci;
DROP TABLE uwva_exp_kci;
-- UWVA#61995: Schonen CATALOGUS-import (incl. stopzetten import).
DROP VIEW uwva_v_rap_facturen_vdmost;
------ payload end ------
SET DEFINE OFF