FCLT#76580 savepoint
svn path=/Database/trunk/; revision=64448
This commit is contained in:
@@ -232,6 +232,8 @@ SELECT * FROM (
|
||||
-- beetje lomp, wat vinden we?
|
||||
UPDATE fac_imp_mld SET mld_stdmelding_slabewaken = 0, mld_stdmelding_notfrontend = 0
|
||||
WHERE ins_srtdiscipline_omschrijving <> 'Melding';
|
||||
UPDATE fac_imp_mld SET mld_stdmelding_slabewaken = 1, mld_stdmelding_notfrontend = 1
|
||||
WHERE ins_srtdiscipline_omschrijving = 'Melding';
|
||||
BEGIN fac_update_mld(ini.getImportKey('MLD')); END;
|
||||
DELETE FROM fac_imp_mld;
|
||||
|
||||
@@ -267,9 +269,9 @@ DECLARE
|
||||
v_discipline_key res_discipline.ins_discipline_key%TYPE;
|
||||
v_key res_activiteit.res_activiteit_key%TYPE;
|
||||
BEGIN
|
||||
INSERT INTO ins_tab_discipline (ins_discipline_omschrijving, ins_discipline_module) VALUES ('Vergaderruimte', 'RES') RETURNING ins_discipline_key INTO v_discipline_key;
|
||||
INSERT INTO ins_tab_discipline (ins_discipline_omschrijving, ins_discipline_module, ins_discipline_min_level) VALUES ('Vergaderruimte', 'RES', 3) RETURNING ins_discipline_key INTO v_discipline_key;
|
||||
INSERT INTO res_disc_params (res_ins_discipline_key) VALUES (v_discipline_key);
|
||||
INSERT INTO ins_tab_discipline (ins_discipline_omschrijving, ins_discipline_module) VALUES ('Flexplekken', 'RES') RETURNING ins_discipline_key INTO v_discipline_key;
|
||||
INSERT INTO ins_tab_discipline (ins_discipline_omschrijving, ins_discipline_module, ins_discipline_min_level) VALUES ('Flexplekken', 'RES', 5) RETURNING ins_discipline_key INTO v_discipline_key;
|
||||
INSERT INTO res_disc_params (res_ins_discipline_key) VALUES (v_discipline_key);
|
||||
UPDATE res_disc_params
|
||||
SET res_disc_params_expire_dagen = 0, res_disc_params_cancel_dagen = 0
|
||||
@@ -452,8 +454,8 @@ INSERT INTO fac_imp_onrgoed2 (alg_locatie_code, alg_gebouw_code, alg_verdieping_
|
||||
alg_ruimte_nr, alg_ruimte_omschrijving, reserveerbaar,
|
||||
res_discipline_omschrijving, res_opstelling_omschrijving, res_ruimte_opstel_bezoekers, res_ruimte_nr)
|
||||
SELECT * FROM (
|
||||
SELECT 'UTR' a, 'HQ' b, 0 c, 'Vergaderruimte' d, '0.02' e, 'Vergaderruimte 1' f,'J' g, 'Vergaderruimte' h, 'Standaard' i, 10 j, 'Dahlia' k FROM DUAL UNION ALL
|
||||
SELECT 'UTR', 'HQ', 0, 'Vergaderruimte', '0.03', 'Vergaderruimte 2','J', 'Vergaderruimte', 'Standaard', 8, 'Rozentuin' FROM DUAL
|
||||
SELECT 'UTR' a, 'HQ' b, 0 c, 'Vergaderruimte' d, '0.12' e, 'Vergaderruimte 1' f,'J' g, 'Vergaderruimte' h, 'Standaard' i, 10 j, 'Dahlia' k FROM DUAL UNION ALL
|
||||
SELECT 'UTR', 'HQ', 0, 'Vergaderruimte', '0.13', 'Vergaderruimte 2','J', 'Vergaderruimte', 'Standaard', 8, 'Rozentuin' FROM DUAL
|
||||
);
|
||||
|
||||
-- Importeren van losse ruimten
|
||||
@@ -478,8 +480,6 @@ SELECT * FROM (
|
||||
BEGIN fac_update_ins(ini.getImportKey('INS')); END;
|
||||
DELETE FROM fac_imp_ins;
|
||||
|
||||
-- Dit zijn geen objecten maar werkplekken
|
||||
UPDATE ins_tab_discipline SET ins_discipline_min_level = 5 WHERE ins_discipline_omschrijving = 'Flexplekken' and ins_discipline_module = 'RES';
|
||||
|
||||
-- Wil ik dit, en zo, en specifiek? Core!
|
||||
INSERT INTO fac_menu (fac_menu_altlabel,
|
||||
|
||||
Reference in New Issue
Block a user