SSR_APTSY_QCOVW(SQL View) |
Index Back |
---|---|
APT Sync Search View for Crse |
SELECT DISTINCT t.institution , t.acad_career , t.strm , t.crse_id , cat.descr FROM PS_SSR_APTSY_TXNVW t ,ps_term_tbl te ,ps_crse_catalog cat WHERE te.institution = t.institution AND te.acad_career = t.acad_career AND te.strm = t.strm AND cat.crse_id = t.crse_id AND cat.effdt = ( SELECT MAX(cat2.effdt) FROM ps_crse_catalog cat2 WHERE cat2.crse_id = cat.crse_id AND cat2.effdt <= te.term_begin_dt) AND cat.eff_status = 'A' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | INSTITUTION | Character(5) | VARCHAR2(5) NOT NULL | Academic Institution |
2 | ACAD_CAREER | Character(4) | VARCHAR2(4) NOT NULL |
Academic Career
BAC=Bachelor (NLD) BBL=Vocational Coaching (NLD) BOL=Vocational Training (NLD) BUSN=Graduate Business CNED=Continuing Education CRED=Semester Credit EDU=Education (NLD) EXED=Extended Education GRAD=Graduate LAW=Law MEDS=Medical School NONA=Non Award PGRD=Postgraduate RSCH=Research TECH=Technical UENG=Undergraduate Engineering UGRD=Undergraduate VAVO=Advanced General Educ. (NLD) VETM=Veterinary Medicine |
3 | STRM | Character(4) | VARCHAR2(4) NOT NULL | Term |
4 | CRSE_ID | Character(6) | VARCHAR2(6) NOT NULL | Course ID |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |