STDNTCAREERVWLN

(SQL View)
Index Back

Related lang- Stdt Career view

STDNTCAREERVWLN is the language record related to STDNT_CAREER_VW. A related language record enables text fields on a table to be translated into various languages for use in other countries.

SELECT a.emplid ,b.acad_career ,a.Stdnt_Car_Nbr ,a.institution ,d.language_cd ,d.descr FROM PS_ACAD_PROG a , PS_ACAD_PROG_tbl b , ps_acad_car_lang d WHERE b.institution = a.institution AND b.acad_prog = a.acad_prog AND b.acad_career = d.acad_career AND b.effdt = ( SELECT MAX(f.effdt) FROM PS_ACAD_PROG_tbl f WHERE f.institution = a.institution AND f.acad_prog = a.acad_prog) AND a.effdt = ( SELECT MAX(g.effdt) FROM PS_ACAD_PROG g WHERE g.institution = a.institution AND g.acad_prog = a.acad_prog AND g.emplid = a.emplid) AND a.effseq = ( SELECT MAX(j.effseq) FROM PS_ACAD_PROG j WHERE j.institution = a.institution AND j.acad_prog = a.acad_prog AND j.emplid = a.emplid AND j.effdt = a.effdt) AND d.effdt = ( SELECT MAX(h.effdt) FROM ps_acad_car_tbl h WHERE h.acad_career = b.acad_career) AND (a.prog_status = 'AD' )

  • Related Language Record for STDNT_CAREER_VW
  • Parent record: PERSON
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID
    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

    Prompt Table: ACAD_PROG_TBL

    3 STDNT_CAR_NBR Number(3,0) SMALLINT NOT NULL Student Career Nbr
    4 INSTITUTION Character(5) VARCHAR2(5) NOT NULL Academic Institution

    Prompt Table: INSTITUTION_TBL

    5 LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Language Code
    6 DESCR Character(30) VARCHAR2(30) NOT NULL Description