SADAPPLSRCHLNG(SQL View) |
Index Back |
---|---|
Self Service and Campus MobileThis related language search record is used to support/control those attributes associated with both Student Self Service and Campus Mobile. |
SELECT a.institution ,a.acad_career ,a.effdt ,b.language_cd ,b.descr FROM ps_acad_car_tbl a , ps_institution_lng b WHERE a.institution = b.institution AND b.effdt = ( SELECT MAX(c.effdt) FROM PS_INSTITUTION_TBL c WHERE c.institution = a.institution AND c.effdt <= a.effdt) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL |
Academic Institution
Default Value: OPR_DEF_TBL_CS.INSTITUTION Prompt Table: INSTITUTION_TBL |
|
2 | 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 | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
|
4 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |