ACAD_PL_OV_VW

(SQL View)
Index Back

Academic Plan Table View

This view is used as a prompt table that selects all plans associated with an Academic Program. It is used as a prompt in the Transcript Request panel (when a What-If advisement report is also included) to override the current academic plan.

SELECT DISTINCT A.INSTITUTION , B.ACAD_CAREER , B.ACAD_PROG , A.ACAD_PLAN , A.EFFDT , A.EFF_STATUS , A.DESCR , A.ACAD_PLAN_TYPE FROM PS_ACAD_PLAN_TBL A , PS_ACAD_PROG_TBL B WHERE A.INSTITUTION = B.INSTITUTION AND ((A.ACAD_PROG = B.ACAD_PROG) OR A.ACAD_PROG = ' ') AND ((A.ACAD_CAREER = B.ACAD_CAREER) OR A.ACAD_CAREER = ' ')

  • Related Language Record: ACAD_PL_OV_LNVW
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 INSTITUTION Character(5) VARCHAR2(5) NOT NULL Academic Institution

    Prompt Table: INSTITUTION_TBL

    2 ACAD_CAREER_OVRD Character(4) VARCHAR2(4) NOT NULL In What-If Requirements Analysis, the target Career for the model.
    BUSN=Graduate Business
    CNED=Continuing Education
    CRED=Semester Credit
    EXED=Extended Education
    GRAD=Graduate
    LAW=Law
    MEDS=Medical School
    TECH=Technical
    UENG=Undergraduate Engineering
    UGRD=Undergraduate
    VETM=Veterinary Medicine
    3 ACAD_PROG_OVRD Character(5) VARCHAR2(5) NOT NULL In What-If Requirements Analysis, the target Program for the model.
    4 ACAD_PLAN Character(10) VARCHAR2(10) NOT NULL Academic Plan

    Prompt Table: ACAD_PLAN_TBL

    5 EFFDT Date(10) DATE NOT NULL Effective Date

    Default Value: %date

    6 EFF_STATUS Character(1) VARCHAR2(1) NOT NULL Effective Status
    A=Active
    I=Inactive
    7 DESCR Character(30) VARCHAR2(30) NOT NULL Description
    8 ACAD_PLAN_TYPE Character(3) VARCHAR2(3) NOT NULL Academic Plan Type
    CON=Concentration
    COS=Course of Study
    HON=Honors
    MAJ=Major
    MIN=Minor
    PRP=Preparation
    RTC=ROTC
    SP=Specialization