ARAI#59522 -- Taken met respijt niet meer als te laat markeren
svn path=/Customer/trunk/; revision=47555
This commit is contained in:
@@ -13313,7 +13313,11 @@ AS
|
||||
AND i.ins_alg_ruimte_type = 'R'
|
||||
AND ar.alg_verdieping_key = av.alg_verdieping_key
|
||||
AND av.alg_gebouw_key = ag.alg_gebouw_key
|
||||
AND i.ins_deel_verwijder IS NULL;
|
||||
AND i.ins_deel_verwijder IS NULL
|
||||
AND NOT EXISTS (SELECT 'x' FROM ins_deelsrtcontrole
|
||||
WHERE i.ins_deel_key = ins_deel_key
|
||||
AND s.ins_srtcontrole_key = ins_srtcontrole_key
|
||||
AND fac.nextcyclusdatedeel (i.ins_deel_key, s.ins_srtcontrole_key, 1) = ins_deelsrtcontrole_datum_org);
|
||||
|
||||
CREATE OR REPLACE VIEW arai_v_graph_com_totaal
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user