CSUN#87289 Uitfaseren putOrders.bat
svn path=/Customer/trunk/; revision=67726
This commit is contained in:
@@ -548,10 +548,7 @@ END;
|
||||
-- de nieuwe weg zodat een volgende ronde het niet in herhaling valt.
|
||||
|
||||
-- Wanneer de Politie Haaglanden gekoppeld kan worden aan een melding (via werkplek) moet de notificatie NIET naar andere personen met een werkplek op die locatie.
|
||||
CREATE OR REPLACE PROCEDURE csun_export_mailnoti (p_applname IN VARCHAR2,
|
||||
p_applrun IN VARCHAR2,
|
||||
p_filedir IN VARCHAR2,
|
||||
p_filename IN VARCHAR2)
|
||||
CREATE OR REPLACE PROCEDURE csun_export_mailnoti
|
||||
AS
|
||||
CURSOR c IS
|
||||
SELECT DISTINCT
|
||||
@@ -8020,6 +8017,8 @@ BEGIN
|
||||
AND n.fac_notificatie_systeemadres IS NOT NULL
|
||||
AND m.mld_melding_externnr IS NULL
|
||||
GROUP BY n.fac_notificatie_key);
|
||||
|
||||
csun_export_mailnoti;
|
||||
END;
|
||||
/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user