WELK#19394: MLD-FE: Doe een melding!
svn path=/Customer/trunk/; revision=14550
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
-- Script containing customer specific configuration sql statements for WELK
|
||||
-- (c) 2010 SG|facilitor bv
|
||||
-- $Revision: 11 $
|
||||
-- $Modtime: 14-12-10 17:48 $
|
||||
-- $Revision: 12 $
|
||||
-- $Modtime: 16-12-10 13:26 $
|
||||
--
|
||||
-- Support: +31 53 4800710
|
||||
|
||||
@@ -311,15 +311,17 @@ AND f.fac_functie_code = 'WEB_MLDUSE'
|
||||
AND sm.mld_stdmelding_key = ud.fac_usrdata_code (+)
|
||||
AND ud.fac_usrtab_key (+) = 1;
|
||||
|
||||
-- Omdat er nog een fout/bug zit in Facilitor bij usrrap;'s met autoexec-paaram, maar eerst een herdefinitie vd view
|
||||
|
||||
-- fac_usrtab_key = 1 is de SYSTEEM-tabel 'MLD_STDMELDING'
|
||||
|
||||
CREATE OR REPLACE VIEW welk_v_fe_meldingen
|
||||
(MLD_STDMELDING_KEY, MLD_STDMELDING_OMSCHRIJVING,
|
||||
INS_DISCIPLINE_OMSCHRIJVING, INS_SRTDISCIPLINE_OMSCHRIJVING,
|
||||
INS_SRTDISCIPLINE_KEY, FOTO)
|
||||
(MLD_STDMELDING_KEY, MLD_STDMELDING_OMSCHRIJVING, MLD_STDMELDING_HINT,
|
||||
INS_SRTDISCIPLINE_KEY,FCLT_F_VAKGROEPTYPE,
|
||||
INS_DISCIPLINE_KEY, FCLT_F_VAKGROEP, FOTO)
|
||||
AS
|
||||
SELECT DISTINCT sm.mld_stdmelding_key, sm.mld_stdmelding_omschrijving,
|
||||
d.ins_discipline_omschrijving, SD.INS_SRTDISCIPLINE_OMSCHRIJVING, SD.INS_SRTDISCIPLINE_KEY,
|
||||
SELECT DISTINCT sm.mld_stdmelding_key, sm.mld_stdmelding_omschrijving, sm.mld_stdmelding_hint,
|
||||
SD.INS_SRTDISCIPLINE_KEY, SD.INS_SRTDISCIPLINE_OMSCHRIJVING,
|
||||
d.ins_discipline_key, d.ins_discipline_omschrijving,
|
||||
ud.fac_usrdata_omschr
|
||||
FROM mld_stdmelding sm, mld_discipline d, ins_srtdiscipline sd,
|
||||
fac_groeprechten gr, fac_gebruikersgroep gg, fac_functie f,
|
||||
@@ -337,7 +339,7 @@ AND ud.fac_usrtab_key (+) = 1;
|
||||
|
||||
|
||||
|
||||
BEGIN adm.systrackscript('$Workfile: welk.sql $', '$Revision: 11 $', 0); END;
|
||||
BEGIN adm.systrackscript('$Workfile: welk.sql $', '$Revision: 12 $', 0); END;
|
||||
/
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user