UWVA#20795
svn path=/Customer/trunk/; revision=14819
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
-- Upgraded for version 5i
|
||||
--
|
||||
-- (c) 2005-2010 SG|Facilitor bv
|
||||
-- $Revision: 423 $
|
||||
-- $Modtime: 30-05-11 13:04 $
|
||||
-- $Revision: 424 $
|
||||
-- $Modtime: 6-06-11 9:24 $
|
||||
--
|
||||
-- Support: +31 53 4800700
|
||||
|
||||
@@ -448,7 +448,7 @@ BEGIN
|
||||
p_applrun,
|
||||
'I',
|
||||
'Facilitor KPN import version ' || currentversion,
|
||||
'$Revision: 423 $');
|
||||
'$Revision: 424 $');
|
||||
|
||||
-- How many active records are now present?
|
||||
SELECT COUNT ( * )
|
||||
@@ -9723,7 +9723,7 @@ BEGIN
|
||||
p_applrun,
|
||||
'I',
|
||||
'Facilitor BUDGETH import version ' || currentversion,
|
||||
'$Revision: 423 $'
|
||||
'$Revision: 424 $'
|
||||
);
|
||||
|
||||
FOR rec1 IN c_cursor
|
||||
@@ -25618,7 +25618,7 @@ BEGIN
|
||||
p_applrun,
|
||||
'W',
|
||||
'Gebruikerstabel werknemertype is onvolledig',
|
||||
'$Revision: 423 $'
|
||||
'$Revision: 424 $'
|
||||
);
|
||||
END IF;
|
||||
|
||||
@@ -25639,7 +25639,7 @@ BEGIN
|
||||
'S',
|
||||
'Facilitor ABS import versie '
|
||||
|| currentversion,
|
||||
'$Revision: 423 $'
|
||||
'$Revision: 424 $'
|
||||
);
|
||||
|
||||
-- Aantal potentieel matchbare personen in importbestand
|
||||
@@ -28031,9 +28031,9 @@ AS
|
||||
SELECT NULL,
|
||||
NULL,
|
||||
prs_perslid_key,
|
||||
'U heeeft een bericht op Facilitair Marktplaats staan met de titel: '
|
||||
'U heeft een bericht op Facilitair Marktplaats staan met de titel: '
|
||||
|| mrk_bericht_titel
|
||||
|| ' als u geen actie onderneemt wordt deze wordt over 14 dagen vanzelf verwijderd',
|
||||
|| ' als u geen actie onderneemt wordt deze over 14 dagen vanzelf verwijderd',
|
||||
NULL,
|
||||
NULL
|
||||
FROM mrk_bericht
|
||||
@@ -28610,7 +28610,7 @@ BEGIN
|
||||
'S',
|
||||
'Facilitor VINDER import versie '
|
||||
|| currentversion,
|
||||
'$Revision: 423 $'
|
||||
'$Revision: 424 $'
|
||||
);
|
||||
|
||||
-- Zijn de eigen tabellen RegioVinder en PandcodeRegio al aangemaakt?
|
||||
@@ -30012,7 +30012,7 @@ BEGIN
|
||||
p_applrun,
|
||||
'W',
|
||||
'Importtabel is leeg!',
|
||||
currentversion || ', $Revision: 423 $'
|
||||
currentversion || ', $Revision: 424 $'
|
||||
);
|
||||
RETURN;
|
||||
END IF;
|
||||
@@ -30030,7 +30030,7 @@ BEGIN
|
||||
p_applrun,
|
||||
'S',
|
||||
'Provisioning-tabel (profielen): ' || v_count || ' regels verwijderd',
|
||||
currentversion || ', $Revision: 423 $'
|
||||
currentversion || ', $Revision: 424 $'
|
||||
);
|
||||
|
||||
-- *** Rol-->Profiel ****************************************************************************
|
||||
@@ -30115,7 +30115,7 @@ BEGIN
|
||||
p_applrun,
|
||||
'S',
|
||||
'Provisioning-tabel (profielen): ' || v_count || ' regels toegevoegd',
|
||||
currentversion || ', $Revision: 423 $'
|
||||
currentversion || ', $Revision: 424 $'
|
||||
);
|
||||
|
||||
EXCEPTION
|
||||
@@ -30180,7 +30180,7 @@ BEGIN
|
||||
p_applrun,
|
||||
'W',
|
||||
'Importtabel is leeg!',
|
||||
currentversion || ', $Revision: 423 $'
|
||||
currentversion || ', $Revision: 424 $'
|
||||
);
|
||||
RETURN;
|
||||
END IF;
|
||||
@@ -30198,7 +30198,7 @@ BEGIN
|
||||
p_applrun,
|
||||
'S',
|
||||
'Provisioning-tabel (groepen): ' || v_count || ' regels verwijderd',
|
||||
currentversion || ', $Revision: 423 $'
|
||||
currentversion || ', $Revision: 424 $'
|
||||
);
|
||||
|
||||
-- *** Rol-->Groep ****************************************************************************
|
||||
@@ -30285,7 +30285,7 @@ BEGIN
|
||||
p_applrun,
|
||||
'S',
|
||||
'Provisioning-tabel (groepen): ' || v_count || ' regels toegevoegd',
|
||||
currentversion || ', $Revision: 423 $'
|
||||
currentversion || ', $Revision: 424 $'
|
||||
);
|
||||
|
||||
EXCEPTION
|
||||
@@ -30558,7 +30558,7 @@ AS
|
||||
AND rrg.res_discipline_key = rd.ins_discipline_key
|
||||
AND rd.ins_discipline_key IN (86, 87, 89, 112, 276);
|
||||
|
||||
BEGIN adm.systrackscript('$Workfile: uwva.sql $', '$Revision: 423 $', 0); END;
|
||||
BEGIN adm.systrackscript('$Workfile: uwva.sql $', '$Revision: 424 $', 0); END;
|
||||
/
|
||||
BEGIN fac.registercustversion('UWVA', 58); END;
|
||||
/
|
||||
|
||||
Reference in New Issue
Block a user