PRS-import rapportage naar 5.2.1

svn path=/Customer/trunk/; revision=15229
This commit is contained in:
Peter Koerhuis
2012-04-05 09:10:14 +00:00
parent e090621ced
commit aadabb11c6

View File

@@ -1,7 +1,7 @@
-- Script containing customer specific configuration sql statements for Ling
-- (c) 2008 SG|facilitor bv
-- $Revision: 5 $
-- $Modtime: 20-02-12 11:26 $
-- $Revision: 6 $
-- $Modtime: 5-04-12 11:10 $
--
-- Support: +31 53 4800700
@@ -11,10 +11,13 @@ spool xling.lst
CREATE OR REPLACE VIEW ling_v_import_log
AS
SELECT imp_log_status fclt_f_status, imp_log_omschrijving omschrijving,
SELECT imp_log_status fclt_f_status,
imp_log_omschrijving omschrijving,
imp_log_hint opmerking
FROM imp_log
WHERE imp_log_applicatie = 'PRS';
WHERE fac_import_key = (SELECT MAX (fac_import_key)
FROM fac_import
WHERE fac_import_app_key = 61); -- PRS
CREATE OR REPLACE PROCEDURE ling_import_prs (
@@ -1334,7 +1337,7 @@ BEGIN
END ling_update_prs;
/
BEGIN fac.registercustversion('LING', 1); END;
BEGIN fac.registercustversion('LING', 2); END;
/
commit;