FSN#23131 fac_v_rap_groeprechten2 toont verwijderde groepen

svn path=/Customer/trunk/; revision=15271
This commit is contained in:
Erik Groener
2012-05-08 07:47:48 +00:00
parent d34d9f2d83
commit 8301a4a815
8 changed files with 155 additions and 166 deletions

View File

@@ -1,7 +1,7 @@
-- Script containing customer specific configuration sql statements for CONN: Connexxion
-- (c) 2005-2010 SG|facilitor bv
-- $Revision: 183 $
-- $Modtime: 27-04-12 17:05 $
-- $Revision: 184 $
-- $Modtime: 8-05-12 9:46 $
--
-- Support: +31 53 4800710
@@ -2017,7 +2017,6 @@ SELECT p.prs_perslid_naam, p.prs_perslid_oslogin, a1.prs_afdeling_omschrijving,
AND ab.prs_afdeling_key2 = a2.prs_afdeling_key
AND gg.fac_groep_key = gr.fac_groep_key
AND gr.FAC_GROEP_KEY = grr.fac_groep_key
AND gr.fac_groep_verwijder IS NULL
GROUP BY p.prs_perslid_naam, p.prs_perslid_oslogin,
gr.fac_groep_omschrijving, a1.prs_afdeling_omschrijving, a2.prs_afdeling_omschrijving;
@@ -4423,7 +4422,7 @@ BEGIN
FROM DUAL;
fac.imp_writelog (p_import_key, 'S',
'Cxx factuurimport $Revision: 183 $', '');
'Cxx factuurimport $Revision: 184 $', '');
OPEN cfactuur;
IF cfactuur%ISOPEN THEN
@@ -5377,7 +5376,7 @@ AS
SELECT fac_groep_key
INTO v_fac_groep_key
FROM fac_groep
WHERE fac_groep_upper = 'ALGEMEEN2808' AND fac_groep_verwijder IS NULL;
WHERE fac_groep_upper = 'ALGEMEEN2808';
EXCEPTION
WHEN NO_DATA_FOUND
THEN
@@ -5390,7 +5389,7 @@ AS
SELECT fac_groep_key
INTO v_fac_groep_key
FROM fac_groep
WHERE fac_groep_upper = 'ALGEMEEN2808' AND fac_groep_verwijder IS NULL;
WHERE fac_groep_upper = 'ALGEMEEN2808';
END;
INSERT INTO fac_gebruikersgroep
@@ -11855,7 +11854,7 @@ END;
BEGIN fac.registercustversion('CONN', 52); END;
/
BEGIN adm.systrackscript('$Workfile: conn.sql $', '$Revision: 183 $', 0); END;
BEGIN adm.systrackscript('$Workfile: conn.sql $', '$Revision: 184 $', 0); END;
/
COMMIT;