Browse Source

Merge branch 'bew_mzb' #24

master
Daniel Quathamer 2 months ago
parent
commit
6ad01f9cf5
  1. 16
      src-modules/module/costage/rohdaten/costage_unload.xml

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

@ -932,6 +932,22 @@ FROM px_studienplankontexte_v @@ -932,6 +932,22 @@ FROM px_studienplankontexte_v
where 1=0
;
]]>
</extraction-sql>
</unload-job>
<unload-job id="px_bewerb_mzb_v" target-table="costage_bewerb_mzb" extraction-script="" transfer-unload-file="unl/costage_bewerb_mzb.unl" >
<comment>Bewerbungen zugeordnete MZB</comment>
<extraction-sql sourcesystem="co" database="" version="">
<![CDATA[
SELECT
bw_bewerbng_nr,
mzb_typ_kb,
abschluss_status_flag,
abschluss_note
FROM
px_bewerb_mzb_v
;
]]>
</extraction-sql>
</unload-job>

Loading…
Cancel
Save