PIVP#74972 -- Fase 2 implementatie
svn path=/Customer/trunk/; revision=59909
This commit is contained in:
@@ -4141,7 +4141,7 @@ BEGIN
|
||||
pivp.add_xml_row (v_bestand, '</FreeFields>');
|
||||
pivp.add_xml_row (v_bestand, '</Item>');
|
||||
|
||||
--UPDATE alg_ruimte SET alg_ruimte_externsyncdate=SYSDATE WHERE alg_ruimte_key=rec.alg_ruimte_key;
|
||||
UPDATE alg_ruimte SET alg_ruimte_externsyncdate=SYSDATE WHERE alg_ruimte_key=rec.alg_ruimte_key;
|
||||
|
||||
END LOOP;
|
||||
pivp.add_xml_row (v_bestand, '</Items>');
|
||||
@@ -4151,7 +4151,7 @@ BEGIN
|
||||
DELETE FROM fac_rapport WHERE fac_rapport_node=v_bestand;
|
||||
END IF;
|
||||
|
||||
fac.writelog (p_applname, 'S', 'Exact ruimte export uitgevoerd.','Aantal geexporteerde verhuubare ruimtes is: '||v_counter);
|
||||
fac.writelog (p_applname, 'S', 'Exact ruimte export uitgevoerd.','Aantal geexporteerde verhuurbare ruimtes is: '||v_counter);
|
||||
END;
|
||||
/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user