STDNTCARIVWLNG

(SQL View)
Index Back

Rltd lang-Stdnt Career Inst Vw

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

SELECT DISTINCT a.Emplid , a.Acad_Career , a.Institution , c.Language_cd , c.Descr FROM PS_STDNT_CAR_TERM a ,PS_INSTITUTION_TBL b ,PS_INSTITUTION_LNG c WHERE a.Institution = b.Institution AND b.Effdt = ( SELECT MAX(b1.Effdt) FROM PS_INSTITUTION_TBL b1 WHERE b1.Institution = b.Institution AND b1.Effdt <= %CurrentDateIn) AND b.Eff_Status <> 'I' AND b.Institution = c.Institution AND b.EFFDT = c.EFFDT

  • Related Language Record for STDNT_CAR_I_VW
  • Parent record: STDNT_CAREER
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID

    Prompt Table: PEOPLE_SRCH

    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: STDNT_CAREER_VW

    3 INSTITUTION Character(5) VARCHAR2(5) NOT NULL Academic Institution

    Default Value: OPR_DEF_TBL_CS.INSTITUTION

    Prompt Table: INSTITUTION_TBL

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