ACAD_HISTORY_VW

(SQL View)
Index Back

Academic History View

ACAD_HISTORY is the header record to view by school a person's academic history.

select a.emplid, a.ext_org_id, b.effdt, b.eff_status, b.descr from ps_acad_history a, PS_EXT_ORG_TBL b where a.ext_org_id = b.ext_org_id

  • Related Language Record: ACADHISTORYVWLN
  • Parent record: PERSON
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID
    2 EXT_ORG_ID Character(11) VARCHAR2(11) NOT NULL External Org ID
    3 EFFDT Date(10) DATE Effective Date

    Default Value: %date

    4 EFF_STATUS Character(1) VARCHAR2(1) NOT NULL Effective Status
    A=Active
    I=Inactive
    5 DESCR Character(30) VARCHAR2(30) NOT NULL Description