RWSN#18815

svn path=/Database/trunk/; revision=10533
This commit is contained in:
Peter Feij
2010-11-23 12:19:46 +00:00
parent 773037f04a
commit f0fb33f977

View File

@@ -1,5 +1,5 @@
/* $Revision: 202 $
* $Modtime: 19-11-10 18:54 $
/* $Revision: 203 $
* $Modtime: 23-11-10 14:19 $
*/
/*
@@ -2072,10 +2072,10 @@ CREATE OR REPLACE PACKAGE BODY fac AS
AND ander.fac_notificatie_refkey = pref
AND COALESCE (ander.fac_notificatie_extrakey, -1) =
COALESCE (pxref, -1)
AND COALESCE (ander.fac_notificatie_receiver_email, '') =
COALESCE (lemail, '')
AND COALESCE (ander.fac_notificatie_receiver_phone, '') =
COALESCE (lphone, '')
AND COALESCE (ander.fac_notificatie_receiver_email, '@') =
COALESCE (lemail, '@')
AND COALESCE (ander.fac_notificatie_receiver_phone, '@') =
COALESCE (lphone, '@')
AND BITAND (fac_notificatie_status, 2 + 4) <> 0
AND ROWNUM=1; -- anders te ingewikkeld
EXCEPTION
@@ -3165,4 +3165,4 @@ CREATE OR REPLACE PACKAGE BODY fac AS
END fac;
/
REGISTERRUN('$Workfile: FAC_PAC.SRC $','$Revision: 202 $')
REGISTERRUN('$Workfile: FAC_PAC.SRC $','$Revision: 203 $')