PRS-log correctie
svn path=/Customer/trunk/; revision=15225
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
-- Script containing customer specific configuration sql statements for WEHK: Wehkamp
|
||||
-- (c) 2010 SG|facilitor bv
|
||||
-- $Revision: 32 $
|
||||
-- $Modtime: 21-02-12 10:09 $
|
||||
-- $Revision: 33 $
|
||||
-- $Modtime: 4-04-12 16:48 $
|
||||
--
|
||||
-- Support: +31 53 4800700
|
||||
|
||||
@@ -9,6 +9,16 @@ SET ECHO ON
|
||||
|
||||
SPOOL xwehk.lst;
|
||||
|
||||
/* Formatted on 4-4-2012 16:44:36 (QP5 v5.115.810.9015) */
|
||||
CREATE OR REPLACE VIEW renk_v_rap_import_log
|
||||
AS
|
||||
SELECT imp_log_status fclt_f_status, imp_log_omschrijving omschrijving,
|
||||
imp_log_hint opmerking
|
||||
FROM imp_log l, fac_import i
|
||||
WHERE l.fac_import_key = i.fac_import_key
|
||||
AND i.fac_import_app_key = 29 -- PRS
|
||||
AND i.fac_import_key = (SELECT MAX(fac_import_key) FROM fac_import);
|
||||
|
||||
CREATE OR REPLACE VIEW wehk_v_import_log
|
||||
AS
|
||||
SELECT imp_log_status fclt_f_status, imp_log_hint hide_f_opmerking, imp_log_omschrijving omschrijving,
|
||||
|
||||
Reference in New Issue
Block a user