RIAN#87845
RIAN#87851 Trunk -> 2025.1 (DB51 -> DB50) svn path=/Database/branches/DB50/; revision=68425
This commit is contained in:
@@ -216,8 +216,8 @@ AS
|
||||
, res_deel rd
|
||||
, res_discipline r
|
||||
WHERE d.ins_srtdeel_key = sd.ins_srtdeel_key
|
||||
AND d.alg_locatie_key = l.alg_locatie_key
|
||||
AND d.alg_gebouw_key = g.alg_gebouw_key
|
||||
AND d.alg_locatie_key = l.alg_locatie_key(+)
|
||||
AND d.alg_gebouw_key = g.alg_gebouw_key(+)
|
||||
AND d.ins_deel_key = id.ins_deel_key
|
||||
AND d.ins_discipline_key = i.ins_discipline_key
|
||||
AND id.ins_deel_key = rd.res_ins_deel_key(+)
|
||||
@@ -277,6 +277,11 @@ SELECT sd.ins_srtdiscipline_omschrijving vakgroeptype
|
||||
AND sm.prs_kostensoort_key = ks.prs_kostensoort_key(+)
|
||||
AND sm.mld_typeopdr_key = mt.mld_typeopdr_key(+)
|
||||
AND sm.prs_dienst_key = pd.prs_dienst_key(+)
|
||||
AND sm.mld_stdmelding_verwijder IS NULL
|
||||
AND ( sm.mld_stdmelding_vervaldatum IS NULL
|
||||
OR sm.mld_stdmelding_vervaldatum > SYSDATE)
|
||||
AND md.ins_discipline_verwijder IS NULL
|
||||
AND sd.ins_srtdiscipline_verwijder IS NULL
|
||||
;
|
||||
|
||||
-- import: FIP: 1-Aanvullen districten t/m gebouwen
|
||||
|
||||
Reference in New Issue
Block a user