GDZW#19850: Personenimport vanuit Active Directory
svn path=/Customer/trunk/; revision=14756
This commit is contained in:
0
GDZW/once/.gitignore
vendored
0
GDZW/once/.gitignore
vendored
37
GDZW/once/gdzw1.sql
Normal file
37
GDZW/once/gdzw1.sql
Normal file
@@ -0,0 +1,37 @@
|
||||
-- Customer specific once-script to add PRS-import as specified
|
||||
-- by GDZW#19850.
|
||||
-- (c) 2011 SG|facilitor bv
|
||||
-- $Revision: 1 $
|
||||
-- $Modtime: 28-04-11 11:55 $
|
||||
--
|
||||
-- Support: +31 53 4800700
|
||||
SET ECHO ON;
|
||||
SPOOL xgdzw1.lst;
|
||||
|
||||
CREATE TABLE gdzw_imp_prs (
|
||||
imp_datum DATE,
|
||||
prs_perslid_naam VARCHAR2 (256),
|
||||
prs_perslid_tussenvoegsel VARCHAR2 (256),
|
||||
prs_perslid_voornaam VARCHAR2 (256),
|
||||
prs_perslid_aanhef VARCHAR2 (256),
|
||||
prs_perslid_oslogin VARCHAR2 (256),
|
||||
prs_perslid_nr VARCHAR2 (256),
|
||||
prs_afdeling_naam VARCHAR2 (256),
|
||||
prs_srtperslid_omschrijving VARCHAR2 (256),
|
||||
prs_perslid_email VARCHAR2 (256),
|
||||
prs_perslid_telefoonnr VARCHAR2 (256),
|
||||
prs_perslid_mobiel VARCHAR2 (256)
|
||||
);
|
||||
|
||||
INSERT INTO fac_import_app
|
||||
(fac_import_app_code, fac_import_app_oms,
|
||||
fac_functie_key)
|
||||
SELECT 'PRS', 'Import persoonsgegevens uit Active Directory',
|
||||
fac_functie_key
|
||||
FROM fac_functie
|
||||
WHERE fac_functie_code = 'WEB_PRSSYS';
|
||||
|
||||
COMMIT;
|
||||
SPOOL OFF;
|
||||
|
||||
@gdzw.sql
|
||||
Reference in New Issue
Block a user