svn path=/Customer/trunk/; revision=14727
This commit is contained in:
0
SUTF/Once/.gitignore
vendored
0
SUTF/Once/.gitignore
vendored
44
SUTF/Once/sutf1.sql
Normal file
44
SUTF/Once/sutf1.sql
Normal file
@@ -0,0 +1,44 @@
|
||||
-- Customer specific once-script to add PRS-import as specified
|
||||
-- by SUTFene
|
||||
-- (c) 2010 SG|facilitor bv
|
||||
-- $Revision: 1 $
|
||||
-- $Modtime: 6-04-11 13:07 $
|
||||
--
|
||||
-- Support: +31 53 4800711
|
||||
SET ECHO ON;
|
||||
SPOOL sutf1.lst;
|
||||
|
||||
CREATE TABLE sutf_imp_prs (
|
||||
prs_perslid_nr VARCHAR2 (256),
|
||||
prs_perslid_naam VARCHAR2 (256),
|
||||
prs_perslid_tussenvoegsel VARCHAR2 (256),
|
||||
prs_perslid_voorletters VARCHAR2 (256),
|
||||
prs_perslid_voornaam VARCHAR2 (256),
|
||||
prs_afdeling_naam VARCHAR2 (256),
|
||||
prs_srtperslid_omschrijving VARCHAR2 (256),
|
||||
alg_locatie_code VARCHAR2 (256),
|
||||
alg_gebouw_code VARCHAR2 (256),
|
||||
alg_verdieping_volgnr VARCHAR2 (256),
|
||||
alg_ruimte_nr VARCHAR2 (256),
|
||||
prs_perslid_telefoonnr VARCHAR2 (256),
|
||||
prs_perslid_email VARCHAR2 (256),
|
||||
prs_perslid_ingangsdatum DATE,
|
||||
prs_perslid_einddatum DATE,
|
||||
prs_perslid_oslogin VARCHAR2 (256)
|
||||
);
|
||||
|
||||
INSERT INTO fac_import_app
|
||||
(fac_import_app_code, fac_import_app_oms,
|
||||
fac_functie_key)
|
||||
SELECT 'PRS', 'Import persoonsgegevens uit Cura-P',
|
||||
fac_functie_key
|
||||
FROM fac_functie
|
||||
WHERE fac_functie_code = 'WEB_PRSSYS';
|
||||
|
||||
BEGIN adm.systrackscript('$Workfile: sutf1.sql $', '$Revision: 1 $', 1); END;
|
||||
/
|
||||
|
||||
|
||||
|
||||
COMMIT;
|
||||
SPOOL OFF;
|
||||
1531
SUTF/sutf.sql
Normal file
1531
SUTF/sutf.sql
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user