WELK#66143 Notificatie kerngebruikers tbv meldingenstructuur I&A
svn path=/Customer/trunk/; revision=55455
This commit is contained in:
@@ -1,18 +1,28 @@
|
||||
-- Script containing customer specific configuration sql statements for WELK
|
||||
-- (c) 2010 SG|facilitor bv
|
||||
-- Script containing customer specific configuration sql statements Elkien (WELK)
|
||||
-- $Revision$
|
||||
-- $Id$
|
||||
--
|
||||
-- Support: +31 53 4800710
|
||||
|
||||
set echo on
|
||||
DEFINE thisfile = 'WELK.SQL'
|
||||
DEFINE dbuser = 'WELK'
|
||||
|
||||
spool welk.lst
|
||||
SET ECHO ON
|
||||
SET DEFINE ON
|
||||
COLUMN fcltlogfile NEW_VALUE fcltlogfile NOPRINT;
|
||||
COLUMN fcltcusttxt NEW_VALUE fcltcusttxt NOPRINT;
|
||||
WHENEVER SQLERROR CONTINUE;
|
||||
SELECT adm.getscriptspoolfile('&thisfile') AS fcltlogfile FROM DUAL;
|
||||
SPOOL &fcltlogfile
|
||||
WHENEVER SQLERROR EXIT;
|
||||
SELECT adm.checkscriptcust('&dbuser') AS fcltcusttxt FROM DUAL;
|
||||
WHENEVER SQLERROR CONTINUE;
|
||||
---------------------------------------
|
||||
PROMPT &fcltcusttxt
|
||||
---------------------------------------
|
||||
SET DEFINE OFF
|
||||
|
||||
|
||||
------ payload begin ------
|
||||
|
||||
-- Voorbeeld aanroep van webservice
|
||||
-- http://dit03/facilitor5iwork/appl/fac/fac_usrrap_list.asp?standalone=1&key=23&session_customerId=WELK&session_user_key=3&sqlWhere=
|
||||
-- http://welk-a.facilitor.nl/appl/fac/fac_usrrap_list.asp?standalone=1&key=41&session_customerId=WELK&session_user_key=3&sqlWhere=
|
||||
--
|
||||
-- Gebouw-key = 5 in onderstaande view om alle bezoekers van het hoofdkantoor in Heerenveen op te kunnen vragen
|
||||
CREATE OR REPLACE VIEW welk_v_rapp_bezoekers_screen
|
||||
AS
|
||||
@@ -2133,7 +2143,7 @@ AS
|
||||
AND m.mld_stdmelding_key = sm.mld_stdmelding_key
|
||||
AND sm.mld_ins_discipline_key = d.ins_discipline_key
|
||||
AND d.ins_srtdiscipline_key = sd.ins_srtdiscipline_key
|
||||
AND sd.ins_srtdiscipline_key IN (21, 41) -- I&A Probleem en I&A Wijzigingsverzoek
|
||||
AND sd.ins_srtdiscipline_key IN (21, 41) -- IenA Probleem en IenA Wijzigingsverzoek
|
||||
AND kmm.mld_melding_key = m.mld_melding_key
|
||||
AND km.mld_kenmerk_key = kmm.mld_kenmerk_key
|
||||
AND km.mld_srtkenmerk_key = 363 -- Kenmerksoort Personen (kerngebruikers)
|
||||
@@ -2144,6 +2154,15 @@ BEGIN adm.systrackscriptId('$Id$', 0); END;
|
||||
BEGIN fac.registercustversion('WELK', 10); END;
|
||||
/
|
||||
|
||||
commit;
|
||||
|
||||
spool off
|
||||
------ payload end ------
|
||||
|
||||
SET DEFINE OFF
|
||||
BEGIN adm.systrackscriptId ('$Id$', 0); END;
|
||||
/
|
||||
|
||||
COMMIT;
|
||||
SET ECHO OFF
|
||||
SPOOL OFF
|
||||
SET DEFINE ON
|
||||
PROMPT Logfile of this upgrade is: &fcltlogfile
|
||||
|
||||
Reference in New Issue
Block a user