FCLT#55470 Gen_notify robuster maken

svn path=/Database/trunk/; revision=40726
This commit is contained in:
Erik Groener
2019-01-30 10:06:30 +00:00
parent 3f43aca78e
commit 372025154d

View File

@@ -2205,7 +2205,7 @@ CREATE OR REPLACE PACKAGE BODY fac AS
EXCEPTION
WHEN OTHERS
THEN
putsystemnotification ('FACILITOR: invalid notification job/view ' || rec1.fac_notificatie_job_view ||' '|| SQLERRM , 3);
putsystemnotification ('FACILITOR: invalid notification job/view ' || pviewname ||' '|| SQLERRM , 3);
END;
PROCEDURE executeactiviteit (pxmlnode VARCHAR2, pactkey NUMBER)