WTCA#19668

svn path=/Customer/trunk/; revision=14608
This commit is contained in:
Maarten van der Heide
2011-01-24 10:20:02 +00:00
parent 69613aaf7e
commit 02b2249c44

View File

@@ -1,7 +1,7 @@
-- Script containing customer specific db-configuration for WTCA.
-- (c) 2010 SG|facilitor bv
-- $Revision: 13 $
-- $Modtime: 20-01-11 16:05 $
-- $Revision: 14 $
-- $Modtime: 24-01-11 12:18 $
--
-- Support: +31 53 4800700
@@ -1625,13 +1625,14 @@ AS
kostenplaats,
kostenplaats_oms) x;
/* Formatted on 6-9-2010 9:39:39 (QP5 v5.115.810.9015) */
/* Formatted on 24-1-2011 12:18:36 (QP5 v5.115.810.9015) */
CREATE OR REPLACE VIEW wtca_v_rap_mld_structuur
(
fclt_f_vakgroeptype,
fclt_f_prefix,
fclt_f_vakgroep,
fclt_f_melding,
fclt_f_groep,
fclt_f_ksoort,
ksoort_oms,
acc_tijd,
@@ -1647,6 +1648,7 @@ AS
x.prefix,
x.vakgroep,
x.melding,
x.groep,
x.ksoort,
x.ksoort_oms,
x.acc_tijd,
@@ -1676,6 +1678,7 @@ AS
'XXX-')
|| sm.mld_stdmelding_omschrijving
melding,
sm.mld_stdmelding_groep groep,
k.prs_kostensoort_oms ksoort,
k.prs_kostensoort_opmerking ksoort_oms,
TO_CHAR (sm.mld_stdmelding_urgentie) acc_tijd,
@@ -2177,9 +2180,9 @@ AS
AND td.ins_srtdiscipline_key = sd.ins_srtdiscipline_key
AND sd.ins_srtdiscipline_verwijder IS NULL;
BEGIN adm.systrackscript('$Workfile: wtca.sql $', '$Revision: 13 $', 0); END;
BEGIN adm.systrackscript('$Workfile: wtca.sql $', '$Revision: 14 $', 0); END;
/
BEGIN fac.registercustversion('WTCA', 6); END;
BEGIN fac.registercustversion('WTCA', 7); END;
/
COMMIT;
spool off