BLCC#91276 Indexatie huurcontracten voor 2026
svn path=/Customer/; revision=70881
This commit is contained in:
@@ -80,7 +80,12 @@ BEGIN
|
||||
OR cnt_kenmerk_key = 824) -- Maandbedrag [SLA Generiek CRF]
|
||||
AND cnt_kenmerk_key = kc.cnt_kenmerk_key)
|
||||
AND kc.cnt_contract_key = rec.cnt_contract_key;
|
||||
fac.trackaction ('#CNTUPD', rec.cnt_contract_key, NULL, NULL, 'Contracttarieven ge<67>ndexeerd (' || DECODE (rec.index_percentage, 1.03, '3,0', '3,7') || '%)');
|
||||
IF rec.index_percentage = 1.03
|
||||
THEN
|
||||
fac.trackaction ('#CNTUPD', rec.cnt_contract_key, NULL, NULL, 'Contracttarieven ge<67>ndexeerd (3,0%)');
|
||||
ELSE
|
||||
fac.trackaction ('#CNTUPD', rec.cnt_contract_key, NULL, NULL, 'Contracttarieven ge<67>ndexeerd (3,7%)');
|
||||
END IF;
|
||||
v_count := v_count + 1;
|
||||
END;
|
||||
END LOOP;
|
||||
|
||||
Reference in New Issue
Block a user