KW1C#81204 implementatie FMIS (gebouwbeheer) KW1C
svn path=/Customer/trunk/; revision=64432
This commit is contained in:
@@ -1755,12 +1755,16 @@ BEGIN
|
||||
rec.vloertype_key,
|
||||
rec.begindatum,
|
||||
rec.einddatum);
|
||||
|
||||
|
||||
IF ( rec.einddatum IS NOT NULL)
|
||||
THEN
|
||||
fac.trackaction ('ALGRUP',
|
||||
rec.alg_ruimte_key,
|
||||
3,
|
||||
SYSDATE,
|
||||
rec.einddatum,
|
||||
'Vloerafwerking ' || rec.vloertypenaam || ' opgenomen in het archief');
|
||||
END IF;
|
||||
|
||||
EXCEPTION
|
||||
WHEN OTHERS
|
||||
THEN
|
||||
@@ -1796,12 +1800,16 @@ BEGIN
|
||||
rec.begindatum,
|
||||
rec.einddatum);
|
||||
|
||||
fac.trackaction (
|
||||
IF ( rec.einddatum IS NOT NULL)
|
||||
THEN
|
||||
fac.trackaction (
|
||||
'ALGRUP',
|
||||
rec.alg_ruimte_key,
|
||||
3,
|
||||
SYSDATE,
|
||||
rec.einddatum,
|
||||
'Ruimtegebruiker ' || rec.prs_afdeling_naam || ' opgenomen in het archief');
|
||||
END IF;
|
||||
|
||||
EXCEPTION
|
||||
WHEN OTHERS
|
||||
THEN
|
||||
@@ -1840,13 +1848,15 @@ BEGIN
|
||||
rec.begindatum,
|
||||
rec.einddatum);
|
||||
|
||||
fac.trackaction (
|
||||
'ALGRUP',
|
||||
rec.alg_ruimte_key,
|
||||
3,
|
||||
SYSDATE,
|
||||
'Categorie ' || rec.categorie_omschrijving || ' opgenomen in het archief');
|
||||
|
||||
IF ( rec.einddatum IS NOT NULL)
|
||||
THEN
|
||||
fac.trackaction (
|
||||
'ALGRUP',
|
||||
rec.alg_ruimte_key,
|
||||
3,
|
||||
rec.einddatum,
|
||||
'Categorie ' || rec.categorie_omschrijving || ' opgenomen in het archief');
|
||||
END IF;
|
||||
|
||||
INSERT INTO alg_onrgoedkenmerk (alg_onrgoed_key,
|
||||
alg_onrgoed_niveau,
|
||||
@@ -1861,12 +1871,16 @@ BEGIN
|
||||
rec.begindatum,
|
||||
rec.einddatum);
|
||||
|
||||
fac.trackaction (
|
||||
IF ( rec.einddatum IS NOT NULL)
|
||||
THEN
|
||||
fac.trackaction (
|
||||
'ALGRUP',
|
||||
rec.alg_ruimte_key,
|
||||
3,
|
||||
SYSDATE,
|
||||
rec.einddatum,
|
||||
'Ruimtetype ' || rec.ruimtetype_omschrijving || ' opgenomen in het archief');
|
||||
END IF;
|
||||
|
||||
EXCEPTION
|
||||
WHEN OTHERS
|
||||
THEN
|
||||
|
||||
Reference in New Issue
Block a user