SSR_APTSYT_CRVL

(SQL View)
Index Back

APT Sync Search View for Car


SELECT DISTINCT t.acad_career , xl.language_cd , xl.xlatlongname FROM PS_SSR_APT_SYN_TRK t ,psxlatitem x ,psxlatitemlang xl WHERE x.fieldname = 'ACAD_CAREER' AND x.fieldvalue = t.acad_career AND x.fieldname = xl.fieldname AND x.fieldvalue = xl.fieldvalue AND x.effdt = xl.effdt AND x.effdt = ( SELECT MAX(x2.effdt) FROM psxlatitem x2 WHERE x2.fieldname = x.fieldname AND x2.fieldvalue = x.fieldvalue AND x2.effdt <= %CurrentDateIn) AND x.eff_status = 'A'

  • Related Language Record for SSR_APTSYT_CRVW
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 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
    2 LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Language Code
    3 DESCR Character(30) VARCHAR2(30) NOT NULL Description