UWVA#36449 2016.1 RES/BEZ: notificatie bezoekersoproepsysteem.

svn path=/Database/branches/DB28/; revision=29459
This commit is contained in:
Erik Groener
2016-05-19 12:31:42 +00:00
parent b215265512
commit 3ed06d9e01
2 changed files with 9 additions and 6 deletions

View File

@@ -3444,11 +3444,14 @@ CREATE OR REPLACE PACKAGE BODY fac AS
-- De normale notificatie gaat naar de contact (UWVA#19008)
-- Moeten dus kijken of psrtnotificatiekey naar BEZDON of BEZOUT wijst
-- Dan moeten we ook BEZDO2 of BEZOU2 versturen naar de host.
IF (lcode = 'BEZDON' OR lcode = 'BEZUNI')
IF lcode = 'BEZDON'
THEN
lcode2 := 'BEZDO2';
ELSIF (lcode = 'BEZDO2' OR lcode = 'BEZUNI')
THEN
lcode2 := 'BEZDO2';
res.notifypool(prefkey, lcode);
lcode := 'BEZDON'; -- Ook undo-checkin behandelen als checkin.
lcode := 'BEZDO2'; -- Ook undo-checkin behandelen als checkin.
ELSIF lcode = 'BEZOUT'
THEN
lcode2 := 'BEZOU2';