Browse Source

Unload neuer Basisressourcen-Views

basisressourcen
Alexander Bien 5 months ago
parent
commit
d8b9caa577
  1. 159
      src-modules/module/costage/rohdaten/costage_unload.xml

159
src-modules/module/costage/rohdaten/costage_unload.xml

@ -935,4 +935,163 @@ where 1=0 @@ -935,4 +935,163 @@ where 1=0
]]>
</extraction-sql>
</unload-job>
<!-- 12.04.2024: Neue Views im Bereich Basis-Ressourcen -->
<unload-job id="px_personen_v" target-table="costage_personen" extraction-script="" transfer-unload-file="unl/costage_personen.unl" >
<comment>Personen</comment>
<extraction-sql sourcesystem="co" database="" version="">
<![CDATA[
SELECT
NR,
NACHNAME,
VORNAME,
GEBDATUM,
GESCHLECHT,
IMPORT_UID,
STAATSBUERGER1,
STAATSBUERGER2
FROM PX_PERSONEN_V;
]]>
</extraction-sql>
</unload-job>
<unload-job id="px_geschlecht_v" target-table="costage_geschlecht" extraction-script="" transfer-unload-file="unl/costage_geschlecht.unl" >
<comment>Geschlecht</comment>
<extraction-sql sourcesystem="co" database="" version="">
<![CDATA[
SELECT
NR,
KURZBEZEICHNUNG,
NAME,
NAME_EN
FROM PX_GESCHLECHT_V;
]]>
</extraction-sql>
</unload-job>
<unload-job id="px_pers_titel_v" target-table="costage_pers_titel" extraction-script="" transfer-unload-file="unl/costage_pers_titel.unl" >
<comment>Akademische Titel der Person</comment>
<extraction-sql sourcesystem="co" database="" version="">
<![CDATA[
SELECT
PERSON_NR,
TITEL_KURZ,
TITEL,
SORT,
POSITION
FROM PX_PERS_TITEL_V;
]]>
</extraction-sql>
</unload-job>
<unload-job id="px_pers_org_v" target-table="costage_pers_org" extraction-script="" transfer-unload-file="unl/costage_pers_org.unl" >
<comment>Daten zur Personen-Organisationen-Zuordnung</comment>
<extraction-sql sourcesystem="co" database="" version="">
<![CDATA[
SELECT
NR,
PERSON_NR,
ORG_NR,
BEGINN,
ENDE,
ART_KB,
AUSMASS
FROM PX_PERS_ORG_V;
]]>
</extraction-sql>
</unload-job>
<unload-job id="px_organisationen_v" target-table="costage_organisationen" extraction-script="" transfer-unload-file="unl/costage_organisationen.unl" >
<comment>Organisationen</comment>
<extraction-sql sourcesystem="co" database="" version="">
<![CDATA[
SELECT
NR,
ORG_NR,
NAME,
NAME_EN,
KENNUNG,
KURZBEZEICHNUNG,
KURZBEZEICHNUNG_EN,
SORT,
GUELTIG_AB,
GUELTIG_BIS,
ORG_TYP
FROM PX_ORGANISATIONEN_V;
]]>
</extraction-sql>
</unload-job>
<unload-job id="px_identitaeten_v" target-table="costage_identitaeten" extraction-script="" transfer-unload-file="unl/costage_identitaeten.unl" >
<comment>Identitäten</comment>
<extraction-sql sourcesystem="co" database="" version="">
<![CDATA[
SELECT
NR,
PERSON_NR,
ST_PERSON_NR,
EXT_PERSON_NR
FROM PX_IDENTITAETEN_V;
]]>
</extraction-sql>
</unload-job>
<unload-job id="px_kostenstellen_v" target-table="costage_kostenstellen" extraction-script="" transfer-unload-file="unl/costage_kostenstellen.unl" >
<comment>Kostenstellen</comment>
<extraction-sql sourcesystem="co" database="" version="">
<![CDATA[
SELECT
NR,
KSTTYP_NR,
BEZEICHNUNG,
NAME,
GUELTIG_AB,
GUELTIG_BIS
FROM PX_KOSTENSTELLEN_V;
]]>
</extraction-sql>
</unload-job>
<unload-job id="px_ksttypen_v" target-table="costage_ksttypen" extraction-script="" transfer-unload-file="unl/costage_ksttypen.unl" >
<comment>Kostenstellentypen</comment>
<extraction-sql sourcesystem="co" database="" version="">
<![CDATA[
SELECT
NR,
KURZBEZEICHNUNG,
NAME
FROM PX_KSTTYPEN_V;
]]>
</extraction-sql>
</unload-job>
<unload-job id="px_kst_org_v" target-table="costage_kst_org" extraction-script="" transfer-unload-file="unl/costage_kst_org.unl" >
<comment>Relation von Kostenstellen und Organisationen</comment>
<extraction-sql sourcesystem="co" database="" version="">
<![CDATA[
SELECT
NR,
ORG_NR,
KST_NR
FROM PX_KST_ORG_V;
]]>
</extraction-sql>
</unload-job>
<unload-job id="px_ext_personen_v" target-table="costage_ext_personen" extraction-script="" transfer-unload-file="unl/costage_ext_personen.unl" >
<comment>Relation von Kostenstellen und Organisationen</comment>
<extraction-sql sourcesystem="co" database="" version="">
<![CDATA[
SELECT
NR,
NACHNAME,
VORNAME,
GEBDATUM,
GESCHLECHT
FROM PX_EXT_PERSONEN_V;
]]>
</extraction-sql>
</unload-job>
</superx-unload>

Loading…
Cancel
Save