PNBR#87710 Notificatie uitval personenimport uitzetten
svn path=/Customer/trunk/; revision=68519
This commit is contained in:
@@ -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;
|
||||
/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user