SKAF#76053 -- Periodieke taken herstelscript startdatum om taken in 2023 netjes getoond te krijgen (intern ticket SKAF#80060)
svn path=/Customer/; revision=61812
This commit is contained in:
@@ -67,31 +67,8 @@ BEGIN
|
||||
|
||||
BEGIN fac.trackaction('#INSUPD', rec.ins_deel_key, 4, NULL, rec.ins_srtcontrole_omschrijving || 'is gewijzigd' || CHR(10) || 'Startdatum: 01-01-2023 00:00 --> 02-01-2023 00:00'); END;
|
||||
|
||||
v_teller_xcptaken := v_teller_xcptaken + 1 ;
|
||||
|
||||
|
||||
EXCEPTION
|
||||
WHEN OTHERS
|
||||
THEN
|
||||
oracle_err_num := SQLCODE;
|
||||
oracle_err_mes := SUBSTR (SQLERRM, 1, 100);
|
||||
v_errormsg :=
|
||||
'OTHERS (error '
|
||||
|| oracle_err_num
|
||||
|| '/'
|
||||
|| oracle_err_mes
|
||||
|| ')';
|
||||
-- fac.imp_writelog (p_import_key, 'E', v_aanduiding || v_errormsg, v_errorhint);
|
||||
fac.writelog ('HERSTEL_STARTDATUM', 'E', v_aanduiding || v_errormsg, v_errorhint);
|
||||
END;
|
||||
END LOOP;
|
||||
|
||||
-- logging wegschrijven
|
||||
fac.writelog ('HERSTEL_STARTDATUM',
|
||||
'I',
|
||||
'Totaal gemuteerde xcp_taken: ' || TO_CHAR(v_teller_xcptaken),
|
||||
'');
|
||||
|
||||
|
||||
END;
|
||||
/
|
||||
|
||||
Reference in New Issue
Block a user