CSUN#88126 Fout bij automatische melding sanitaire supplies naar BB'er

svn path=/Customer/trunk/; revision=68719
This commit is contained in:
Sander Schepers
2025-04-10 04:18:16 +00:00
parent 00feb4f053
commit bdf06819cd

View File

@@ -3266,7 +3266,8 @@ BEGIN
END;
END LOOP;
csun_export_set_werkplek;
--csun_export_set_werkplek;
csun_export_set_werkplek (p_import_key);
FOR rec_del IN c_del
LOOP
@@ -3685,7 +3686,8 @@ END;
/
CREATE OR REPLACE PROCEDURE csun_export_set_werkplek
--CREATE OR REPLACE PROCEDURE csun_export_set_werkplek
CREATE OR REPLACE PROCEDURE csun_export_set_werkplek (p_import_key IN NUMBER)
AS
CURSOR c
IS
@@ -7696,7 +7698,7 @@ BEGIN
csun_mld_verwerken ();
-- Verwerken projectgegevens vanuit Afas
csun_update_afasproject ();
--csun_update_afasproject ();
END;
/
@@ -7928,10 +7930,10 @@ 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;
csun_noti_rm_noshow;
--csun_noti_rm_noshow;
END;
/