RWSN#33267 WP-zoeker
svn path=/Customer/trunk/; revision=30330
This commit is contained in:
@@ -4510,6 +4510,7 @@ AS
|
||||
rap_maand_fcc_lsu_int (user_key, p_datum_van, p_datum_tot, p_cursor, 'Klacht');
|
||||
END rap_maand_fcc_lsu_klachten;
|
||||
|
||||
-- RWSN#36576/Toevoeging 3
|
||||
PROCEDURE rap_maand_fcc_locatie (user_key IN NUMBER,
|
||||
p_datum_van IN VARCHAR2 -- Let wel: formaat '12-08-2016'
|
||||
,
|
||||
@@ -25356,7 +25357,7 @@ AS
|
||||
|| '-'
|
||||
|| r.alg_ruimte_nr);
|
||||
|
||||
-- Aantallen/percentages per verdieping (zonder vleugels)
|
||||
-- Aantallen/percentages per verdieping (zonder vleugels of alleen vleugel 'H')
|
||||
CREATE OR REPLACE VIEW rwsn_v_rap_wpbez
|
||||
(
|
||||
verdieping,
|
||||
@@ -25375,7 +25376,7 @@ AS
|
||||
gebouw_key,
|
||||
verdieping_key
|
||||
FROM rwsn_v_wpbez
|
||||
WHERE vleugel IS NULL;
|
||||
WHERE COALESCE (vleugel, 'H') = 'H';
|
||||
|
||||
-- Westraven H(oogbouw incl. vleugels A t/m E): locatie_key=82, gebouw_key=203
|
||||
/* Formatted on 11-11-2015 12:12:12 (QP5 v5.136.908.31019) */
|
||||
|
||||
Reference in New Issue
Block a user