KFHT#34512 Exact-koppeling
svn path=/Customer/; revision=27960
This commit is contained in:
38
onces/KFHT/kfht1.sql
Normal file
38
onces/KFHT/kfht1.sql
Normal file
@@ -0,0 +1,38 @@
|
||||
-- Customer specific once-script KFHT1.
|
||||
--
|
||||
-- (c) 2015 Facilitor B.V.
|
||||
--
|
||||
-- Support: +31 53 4800700
|
||||
SET ECHO ON
|
||||
SPOOL xKFHT1.lst
|
||||
SET DEFINE OFF
|
||||
|
||||
-- Exact-import!
|
||||
CREATE TABLE kfht_imp_exactmulti
|
||||
(
|
||||
imp_log_run NUMBER,
|
||||
ticketnumber VARCHAR2 (24),
|
||||
amount NUMBER (12, 2),
|
||||
changedate DATE
|
||||
);
|
||||
|
||||
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 ('EXACT',
|
||||
'Importeren opdrachtkosten vanuit Exact',
|
||||
'import/exact.xsl',
|
||||
93, -- PRSSYS
|
||||
'D:\Apps\Facilitor\Fplace5i\CUST\KFHT\import',
|
||||
'EXACT*.xml',
|
||||
'KFHT');
|
||||
|
||||
COMMIT;
|
||||
BEGIN adm.systrackscriptId('$Id$'); END;
|
||||
/
|
||||
SPOOL OFF
|
||||
@kfht.sql
|
||||
Reference in New Issue
Block a user