FBEA#72015 Impl. RES +OBJ modules voor Scholen in de Kunst

svn path=/Customer/trunk/; revision=60078
This commit is contained in:
Suzan Wiegerinck
2023-04-18 19:03:32 +00:00
parent 9888617937
commit 572f0f0696

View File

@@ -469,7 +469,21 @@ AS
WHERE UPPER (fac_notificatie_job_view) =
'FBEA_V_NOTI_ACT_NIET_AKK');
CREATE OR REPLACE VIEW FBEA_V_COORD_SIDK
(
PRS_PERSLID_KEY,
PRS_PERSLID_NAAM,
PRS_PERSLID_VERWIJDER
)
AS
SELECT p.prs_perslid_key,
p.prs_perslid_naam_friendly,
p.prs_perslid_verwijder
FROM fac_groep g, fac_gebruikersgroep gg, prs_v_perslid_fullnames_all p
WHERE g.fac_groep_key = 261
AND gg.fac_groep_key = g.fac_groep_key
AND p.prs_perslid_key = gg.prs_perslid_key;
------ payload end ------
SET DEFINE OFF