VLKC#36864 Strukton-koppeling

svn path=/Customer/; revision=32133
This commit is contained in:
Maarten van der Heide
2016-12-22 15:20:57 +00:00
parent 90da8791c5
commit ed62852b52

View File

@@ -2,11 +2,21 @@
-- $Id$
--
-- Customer specific once-script VLKC6.
DEFINE thisfile = 'VLKC6.SQL'
DEFINE dbuser = '^VLKC'
DEFINE custid = 'VLKC'
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 ------
-- Import vanuit Strukton
CREATE TABLE vlkc_imp_opdrstat_strukton
(
@@ -43,21 +53,6 @@ INSERT INTO prs_perslid (prs_perslid_key,
COMMIT;
INSERT INTO fac_import_app (fac_import_app_code,
fac_import_app_oms,
fac_import_app_xsl,
fac_functie_key,
fac_import_app_folder,
fac_import_app_files,
fac_import_app_prefix)
VALUES ('OPDRSTAT_STRUKTON',
'Importeren opdrachtstatus vanuit Strukton',
'import/strukton.xsl',
92, -- PRSSYS
'D:\Apps\Facilitor\Fplace5i\CUST\VLKC\import',
'strukton*.xml',
'VLKC');
------ payload end ------
SET DEFINE OFF