|
|
|
@ -232,7 +232,12 @@ unikey ,
@@ -232,7 +232,12 @@ unikey ,
|
|
|
|
|
po_regelstudienzeit ,-- individual_number_of_semesters |
|
|
|
|
F.st_studium_nr as degree_program_id , |
|
|
|
|
null::char(10) as hssem_valid, |
|
|
|
|
F.kz_rueck_beur_ein_tsg |
|
|
|
|
F.kz_rueck_beur_ein_tsg, |
|
|
|
|
endedat_tsg, |
|
|
|
|
urlaub_art as ch27_grund_beurl_tsg, |
|
|
|
|
abm_art_s as ch62_grund_exmatr_tsg, |
|
|
|
|
F.studiengangs_identifikator_msg as degree_program_uniquename |
|
|
|
|
|
|
|
|
|
FROM costage_st_studiengaenge G, costage_st_studien_aggr F |
|
|
|
|
WHERE G.st_studiengang_nr=F.st_studiengang_nr |
|
|
|
|
and F.statustyp is not null |
|
|
|
@ -321,7 +326,8 @@ null::char(1) as child_ut_top_unit_id,
@@ -321,7 +326,8 @@ null::char(1) as child_ut_top_unit_id,
|
|
|
|
|
null::char(1) as child_ut_top_unit_stat, |
|
|
|
|
null::char(1) as k_unit_purpose_id, |
|
|
|
|
null::char(1) as sem_der_pruefung_exa, |
|
|
|
|
null::char(1) as d_abg_pruefung_exa |
|
|
|
|
null::char(1) as d_abg_pruefung_exa, |
|
|
|
|
null::char(1) as pstatus_tsg |
|
|
|
|
FROM costage_st_pruef_aggr P, costage_st_studiengaenge G |
|
|
|
|
where G.st_studiengang_nr=P.st_studiengang_nr |
|
|
|
|
AND P.semester >= $start_pruef_sem |
|
|
|
@ -816,7 +822,28 @@ null as lid,
@@ -816,7 +822,28 @@ null as lid,
|
|
|
|
|
null as parent_lid, |
|
|
|
|
null as sortorder |
|
|
|
|
FROM xdummy |
|
|
|
|
|
|
|
|
|
union |
|
|
|
|
SELECT distinct |
|
|
|
|
9012, |
|
|
|
|
0, |
|
|
|
|
stort_nr, |
|
|
|
|
stort_nr as ktxt, |
|
|
|
|
stort_name as dtxt, |
|
|
|
|
stort_name as ltxt , |
|
|
|
|
stort_nr as astat, |
|
|
|
|
' ', |
|
|
|
|
stort_nr, |
|
|
|
|
' ', |
|
|
|
|
' ', |
|
|
|
|
null::date as gueltig_von, |
|
|
|
|
null::date as gueltig_bis, |
|
|
|
|
'5', --sourcesystem_id |
|
|
|
|
' ' , --hiskey_id |
|
|
|
|
' ' , --struktur_c |
|
|
|
|
null as lid, |
|
|
|
|
null as parent_lid, |
|
|
|
|
null as sortorder |
|
|
|
|
FROM costage_st_studiengaenge |
|
|
|
|
; |
|
|
|
|
|
|
|
|
|
]]> |
|
|
|
@ -881,19 +908,19 @@ SELECT distinct substring(G.studiengangs_identifikator from 1 for 10) ,--abstgv,
@@ -881,19 +908,19 @@ SELECT distinct substring(G.studiengangs_identifikator from 1 for 10) ,--abstgv,
|
|
|
|
|
null::integer,--astgrp, |
|
|
|
|
null::integer, --prfgamt, |
|
|
|
|
null::integer,--vglgrp, |
|
|
|
|
K.struktur_c as fb, |
|
|
|
|
G.fakultaet_key as fb, |
|
|
|
|
null::integer,--stutyp, |
|
|
|
|
string_not_null(G.fachkennzeichen) as kzfa, |
|
|
|
|
null::integer,--immsemkz, |
|
|
|
|
null::integer,--kzfaarray, |
|
|
|
|
null::integer,--stort, |
|
|
|
|
G.stort_nr,--stort, |
|
|
|
|
'', -- lehreinh, |
|
|
|
|
null::integer,--stkkurs1, |
|
|
|
|
null::integer,--stkkurs2, |
|
|
|
|
null::integer,--stkkurs3, |
|
|
|
|
null::integer,--prax1fsem, |
|
|
|
|
null::integer,--prax2fsem, |
|
|
|
|
abschluss, |
|
|
|
|
G.abschluss_code as abschluss, |
|
|
|
|
G.skz_key as stg, |
|
|
|
|
null::integer,--vert, |
|
|
|
|
null::integer,--schwp, |
|
|
|
@ -901,16 +928,18 @@ SELECT distinct substring(G.studiengangs_identifikator from 1 for 10) ,--abstgv,
@@ -901,16 +928,18 @@ SELECT distinct substring(G.studiengangs_identifikator from 1 for 10) ,--abstgv,
|
|
|
|
|
null::integer,--stufrm, |
|
|
|
|
null::integer,--abstitel, |
|
|
|
|
G.st_studiengang_nr as abstgvnr, |
|
|
|
|
null::integer,--efh, |
|
|
|
|
G.unikey,--efh, |
|
|
|
|
coalesce(A.po_regelstudienzeit,G.rsz), --regelstz, |
|
|
|
|
null::integer,-- email_part, |
|
|
|
|
null::integer,--login_part, |
|
|
|
|
null::date as sem_gueltigbis, |
|
|
|
|
null::integer -- ects |
|
|
|
|
FROM costage_st_studiengaenge G, cifx K, costage_st_studien_aggr A |
|
|
|
|
null::integer, -- ects, |
|
|
|
|
G.skz_name |
|
|
|
|
FROM costage_dim_studiengang G, costage_st_studien_aggr A |
|
|
|
|
where A.st_studiengang_nr=G.st_studiengang_nr |
|
|
|
|
and K.key=30 |
|
|
|
|
and K.apnr=G.skz_key |
|
|
|
|
and ($EXTERNAL_SUBJECTS ='true' |
|
|
|
|
or G.unikey=(select H.hs_nr::char(10) from hochschulinfo H) |
|
|
|
|
) |
|
|
|
|
]]> |
|
|
|
|
</extraction-sql> |
|
|
|
|
</unload-job> |
|
|
|
@ -1090,6 +1119,17 @@ select * from k_stg where 1=0;
@@ -1090,6 +1119,17 @@ select * from k_stg where 1=0;
|
|
|
|
|
]]> |
|
|
|
|
</extraction-sql> |
|
|
|
|
</unload-job> |
|
|
|
|
|
|
|
|
|
<unload-job id="sos_student_archive_check_del_person" extraction-table="" extraction-script="" transfer-unload-file="unl/sos_student_archive_check_del_person.unl" > |
|
|
|
|
<comment></comment> |
|
|
|
|
<extraction-sql sourcesystem="co" database="" version=""> |
|
|
|
|
<![CDATA[ |
|
|
|
|
select * from k_stg where 1=0; |
|
|
|
|
]]> |
|
|
|
|
</extraction-sql> |
|
|
|
|
</unload-job> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<unload-job id="finalize" extraction-table="" extraction-script=""> |
|
|
|
|
<comment></comment> |
|
|
|
|
<extraction-sql sourcesystem="co" database="" version=""> |
|
|
|
|