PNBR#87710 Notificatie uitval personenimport uitzetten

svn path=/Customer/trunk/; revision=68519
This commit is contained in:
Suzan Wiegerinck
2025-03-25 09:33:45 +00:00
parent 3658123325
commit 67ef7316db

View File

@@ -3102,6 +3102,8 @@ BEGIN
AND imp_log_omschrijving LIKE '%PRS_C_PRS_PERSLID_OSLOGIN%';
-- we notificeren alleen op maandag
-- PNBR#87710 er is functioneel beheerder die genotificeerd kan worden, dus deze tijdelijk inactief
/*
IF v_count > 0 AND TO_CHAR (SYSDATE, 'D') = 2
THEN
INSERT INTO fac_notificatie (fac_notificatie_status,
@@ -3115,6 +3117,8 @@ BEGIN
4,
3371);
END IF;
*/
END pnbr_update_perslid_mut;
/