CONN#21335

svn path=/Customer/trunk/; revision=14929
This commit is contained in:
Arthur Egberink
2011-09-13 07:47:44 +00:00
parent e08d4df637
commit c9e6866acb

View File

@@ -1,7 +1,7 @@
-- Script containing customer specific configuration sql statements for CONN: Connexxion
-- (c) 2005-2010 SG|facilitor bv
-- $Revision: 174 $
-- $Modtime: 12-07-11 16:35 $
-- $Revision: 175 $
-- $Modtime: 13-09-11 9:36 $
--
-- Support: +31 53 4800710
@@ -1851,7 +1851,7 @@ where p.prs_afdeling_key = a.prs_afdeling_key
--///////////////////////////////////////////VERVALLEN/////////////////////////////////////BEGIN?
CREATE OR REPLACE VIEW CONN_V_OPDR AS
select m.MLD_INS_DISCIPLINE_KEY
select std.MLD_INS_DISCIPLINE_KEY
,o.*
from mld_opdr o, mld_melding m, mld_stdmelding std
where m.mld_stdmelding_key = std.mld_stdmelding_key
@@ -4446,7 +4446,7 @@ BEGIN
FROM DUAL;
fac.imp_writelog (p_applname, p_applrun, 'S',
'Cxx factuurimport $Revision: 174 $', '');
'Cxx factuurimport $Revision: 175 $', '');
OPEN cfactuur;
IF cfactuur%ISOPEN THEN
@@ -10763,10 +10763,10 @@ EXCEPTION
END conn_update_inspectieobj;
/
BEGIN fac.registercustversion('CONN', 47); END;
BEGIN fac.registercustversion('CONN', 48); END;
/
BEGIN adm.systrackscript('$Workfile: conn.sql $', '$Revision: 174 $', 0); END;
BEGIN adm.systrackscript('$Workfile: conn.sql $', '$Revision: 175 $', 0); END;
/
COMMIT;