SBSH#37831 Nieuwe Sportfondsen-huisstijl (en e-mail adressen)
svn path=/Customer/trunk/; revision=32045
This commit is contained in:
@@ -1,13 +1,22 @@
|
||||
-- Script containing customer specific db-configuration for SBSH.
|
||||
-- (c) 2011 SG|facilitor bv
|
||||
-- $Revision$
|
||||
--
|
||||
-- $Id$
|
||||
--
|
||||
-- Support: +31 53 4800700
|
||||
-- Script containing customer specific db-configuration for SBSH.
|
||||
|
||||
set echo on
|
||||
DEFINE thisfile = 'SBSH.SQL'
|
||||
DEFINE dbuser = '^SBSH'
|
||||
DEFINE custid = 'SBSH'
|
||||
|
||||
spool xsbsh.lst
|
||||
SET ECHO ON
|
||||
SET DEFINE ON
|
||||
COLUMN fcltlogfile NEW_VALUE fcltlogfile NOPRINT;
|
||||
WHENEVER SQLERROR EXIT;
|
||||
SELECT adm.scriptspoolfile('&dbuser', '&thisfile') AS fcltlogfile FROM DUAL;
|
||||
WHENEVER SQLERROR CONTINUE;
|
||||
SPOOL &fcltlogfile
|
||||
SET DEFINE OFF
|
||||
|
||||
------ payload begin ------
|
||||
|
||||
/* Formatted on 15-11-2011 9:55:55 (QP5 v5.115.810.9015) */
|
||||
CREATE OR REPLACE PACKAGE SBSH
|
||||
@@ -872,7 +881,7 @@ AS
|
||||
rr.res_rsv_ruimte_omschrijving),
|
||||
rr.res_reservering_key,
|
||||
rr.res_rsv_ruimte_key,
|
||||
'info@sbsh.nl', -- Bea van der Woude
|
||||
'meldingen@shma.nl', -- Bea van der Woude
|
||||
NULL
|
||||
FROM fac_tracking t, res_rsv_ruimte rr, fac_srtnotificatie sn
|
||||
WHERE TRUNC (t.fac_tracking_datum) = TRUNC (SYSDATE + 5 / 1440)
|
||||
@@ -897,7 +906,7 @@ AS
|
||||
sm.mld_stdmelding_omschrijving),
|
||||
m.mld_melding_key,
|
||||
NULL,
|
||||
'info@sbsh.nl', -- Bea van der Woude
|
||||
'meldingen@shma.nl', -- Bea van der Woude
|
||||
NULL
|
||||
FROM fac_tracking t,
|
||||
mld_melding m,
|
||||
@@ -940,9 +949,14 @@ AS
|
||||
AND COALESCE (ba.mld_typeopdr_key, 101) = 101 -- Offerteaanvraag!
|
||||
AND sn.fac_srtnotificatie_code = 'CUST04';
|
||||
|
||||
------ payload end ------
|
||||
|
||||
SET DEFINE OFF
|
||||
BEGIN adm.systrackscriptId ('$Id$', 0); END;
|
||||
/
|
||||
BEGIN fac.registercustversion('SBSH', 6); END;
|
||||
/
|
||||
|
||||
COMMIT;
|
||||
spool off
|
||||
SET ECHO OFF
|
||||
SPOOL OFF
|
||||
SET DEFINE ON
|
||||
PROMPT Logfile of this upgrade is: &fcltlogfile
|
||||
|
||||
Reference in New Issue
Block a user