PROR#74299 -- Inrichten Prorail omgeving

svn path=/Customer/trunk/; revision=61134
This commit is contained in:
Norbert Wassink
2023-07-11 09:58:52 +00:00
parent 8c1a4068c7
commit c7ead0c262

View File

@@ -1276,7 +1276,7 @@ BEGIN
FOR rec in c
LOOP
flx.setflex('MLD',1041,rec.melding_key,'1'); -- Deze mogen geexporteerd worden A=1041
flx.setflex('MLD',823,rec.melding_key,'1'); -- Deze mogen geexporteerd worden A = 1041 P=823
END LOOP;
@@ -1319,8 +1319,8 @@ BEGIN
FOR rec IN C
LOOP
flx.setflex('MLD',1021,rec.melding_key,TO_CHAR(SYSDATE,'DD-MM-YYYY')); -- A = 1021
flx.setflex('MLD',1041,rec.melding_key,'0'); -- A = 1041
flx.setflex('MLD',757,rec.melding_key,TO_CHAR(SYSDATE,'DD-MM-YYYY')); -- A = 1021 P=757
flx.setflex('MLD',823,rec.melding_key,'0'); -- A = 1041 P=823
END LOOP;
END;
/