FSN#14656

svn path=/Customer/trunk/; revision=13669
This commit is contained in:
Arthur Egberink
2008-09-19 11:02:10 +00:00
parent 466f319351
commit 24ad5f987b

View File

@@ -1,6 +1,6 @@
SET ECHO ON
SPOOL xaasa480to481.lst
PROMPT $Revision: 1 $
PROMPT $Revision: 2 $
drop trigger aasa_rsv_deel_a_iu;
drop table aasa_rsv_deel;
@@ -8,6 +8,9 @@ drop VIEW AAFM_V_EXPORT_LOGIN;
drop VIEW AAFM_V_RES_BY_FRONTO;
drop VIEW AAFM_V_STAT_LOGIN_USER;
insert into prs_perslidwerkplek (prs_perslid_key, prs_werkplek_key)
(select prs_perslid_key, 1 from prs_perslid);
COMMIT;
SPOOL OFF