LOGC#63796 technote in releaserapport

svn path=/Customer/trunk/; revision=48071
This commit is contained in:
Ruud Lipper
2020-09-08 11:49:20 +00:00
parent 7d8e6c6d1d
commit 40214b0cb8

View File

@@ -1246,6 +1246,23 @@ AS
AND m.mld_melding_behandelaar2_key = p3.prs_perslid_key(+)
AND m.prs_afdeling_key = a.prs_afdeling_key(+);
CREATE OR REPLACE VIEW logc_v_rap_releasenotes2
(
mld_melding_key,
notenummer,
onderwerp,
omschrijving,
melding,
vakgroep,
status_key,
status,
module,
planning,
releasenote,
note,
tech_note
)
AS
SELECT m.mld_melding_key,
TO_CHAR (m.mld_melding_key),
mld_melding_onderwerp,