api-change

svn path=/Database/trunk/; revision=9429
This commit is contained in:
Peter Feij
2007-01-23 10:04:26 +00:00
parent 52a2aac076
commit 0bc61f6286
3 changed files with 14 additions and 13 deletions

View File

@@ -1,8 +1,8 @@
#ifdef BES // 03-11-2000 PF
/*
* $Revision: 36 $
* $Modtime: 8-12-06 16:16 $
* $Revision: 37 $
* $Modtime: 15-01-07 14:52 $
*/
#include "comsql.h"
@@ -171,11 +171,11 @@ BEGIN
END IF;
-- Stuur notificatie naar de aanvrager
fac.putnotificationsrt (:NEW.prs_perslid_key, :NEW.prs_perslid_key, scode, :NEW.bes_bestelling_key, soms, NULL, NULL, NULL);
fac.putnotificationsrt (:NEW.prs_perslid_key, :NEW.prs_perslid_key, scode, :NEW.bes_bestelling_key, soms, NULL, NULL, NULL, NULL);
-- Stuur notificatie naar de behandelaar indien afwijkend
IF :NEW.prs_perslid_key <> :NEW.bes_bestelling_owner_key
THEN
fac.putnotificationsrt (:NEW.prs_perslid_key, :NEW.prs_perslid_key, scode, :NEW.bes_bestelling_key, soms, NULL, NULL, NULL);
fac.putnotificationsrt (:NEW.prs_perslid_key, :NEW.prs_perslid_key, scode, :NEW.bes_bestelling_key, soms, NULL, NULL, NULL, NULL);
END IF;
END IF;
@@ -250,7 +250,7 @@ BEGIN
'##NAAM##', lbedrijfnaam
);
END IF;
fac.putnotificationsrt(NULL, NULL, scode, :NEW.bes_bestelopdr_key, soms, NULL, lemail, lphone);
fac.putnotificationsrt(NULL, NULL, scode, :NEW.bes_bestelopdr_key, soms, NULL, lemail, lphone, NULL);
END IF;
END;
/

View File

@@ -1,7 +1,7 @@
#ifdef MLD // 13-03-96 AH
/*
* $Revision: 50 $
* $Modtime: 22-12-06 15:44 $
* $Revision: 51 $
* $Modtime: 15-01-07 14:51 $
*/
#include "comsql.h"
@@ -822,7 +822,7 @@ BEGIN
END IF;
-- Stuur notificatie naar de aanvrager
fac.putnotificationsrt (:NEW.mld_melding_user_key, lreceiver, scode, :NEW.mld_melding_key, soms, NULL, NULL, NULL);
fac.putnotificationsrt (:NEW.mld_melding_user_key, lreceiver, scode, :NEW.mld_melding_key, soms, NULL, NULL, NULL, NULL);
END IF;
END;
END;
@@ -959,7 +959,7 @@ BEGIN
END;
END IF;
-- Stuur notificatie naar de uitvoerende (vooralsnog intern)
fac.putnotificationsrt (:NEW.mld_opdr_afgemeld_user, lreceiver, scode, :NEW.mld_opdr_key, soms, NULL, lemail, lphone);
fac.putnotificationsrt (:NEW.mld_opdr_afgemeld_user, lreceiver, scode, :NEW.mld_opdr_key, soms, NULL, lemail, lphone, NULL);
END IF;
END;
END;

View File

@@ -1,7 +1,7 @@
#ifdef RES
/*
* $Revision: 78 $
* $Modtime: 11-01-07 12:04 $
* $Revision: 79 $
* $Modtime: 15-01-07 14:53 $
*/
#include "comsql.h"
@@ -534,6 +534,7 @@ BEGIN
soms,
NULL,
NULL,
NULL,
NULL
);
END IF;
@@ -606,7 +607,7 @@ BEGIN
soms := REPLACE (REPLACE (soms, '##DESC##', lresrsvruimteomschrijving), '##KEY##', lreskey);
END IF;
fac.clrnotifications (scode, lreskey);
fac.putnotificationsrt (NULL, lresrsvruimtecontactkey, scode, lreskey, soms, NULL, NULL, NULL);
fac.putnotificationsrt (NULL, lresrsvruimtecontactkey, scode, lreskey, soms, NULL, NULL, NULL, NULL);
END IF;
END;
END;
@@ -674,7 +675,7 @@ BEGIN
soms := REPLACE (REPLACE (soms, '##DESC##', lresrsvruimteomschrijving), '##KEY##', lreskey);
END IF;
fac.clrnotifications (scode, lreskey);
fac.putnotificationsrt (NULL, lresrsvruimtecontactkey, scode, lreskey, soms, NULL, NULL, NULL);
fac.putnotificationsrt (NULL, lresrsvruimtecontactkey, scode, lreskey, soms, NULL, NULL, NULL, NULL);
END IF;
END;
END;