FCLT#65962 -- Opzetten Standaard Facilitor implementatie
svn path=/Customer/trunk/; revision=54956
This commit is contained in:
@@ -186,6 +186,14 @@ DECLARE
|
||||
INSERT INTO res_activiteitdiscipline(res_discipline_key, res_activiteit_key)
|
||||
SELECT ins_discipline_key, res_activiteit_key FROM res_discipline, res_activiteit
|
||||
WHERE res_activiteit_omschrijving = 'Vergadering';
|
||||
|
||||
-- Voeg de artikelscope voor alle catering catalogi (min_level =2) toe voor alle locaties
|
||||
INSERT INTO res_srtartikel_onrgoed (alg_onrgoed_key,
|
||||
alg_onrgoed_niveau,
|
||||
res_discipline)
|
||||
SELECT alg_locatie_key, 'L', ins_discipline_key
|
||||
FROM res_discipline rd, alg_locatie l
|
||||
WHERE ins_discipline_min_level = 2;
|
||||
END IF;
|
||||
|
||||
IF v_FLX THEN
|
||||
|
||||
Reference in New Issue
Block a user