SAD_PRS_SPLN_VW

(SQL View)
Index Back

Academic Sub Plan View

View of all Academic Subplans keyed by Institution, Admit Term and Academic Plan.

SELECT DISTINCT A.INSTITUTION ,A.ACAD_PLAN ,A.ACAD_SUB_PLAN ,A.DESCR FROM PS_ACAD_SUBPLN_TBL A WHERE (%CurrentDateIn <= a.SSR_LAST_PRS_DT OR a.SSR_LAST_PRS_DT IS NULL) AND a.effdt = ( SELECT MAX(effdt) FROM PS_ACAD_SUBPLN_TBL a1 WHERE a.institution = a1.institution AND a.acad_plan = a1.acad_plan AND a.acad_sub_plan = a1.acad_sub_plan AND a1.effdt <= %CurrentDateIn) AND a.eff_status <> 'I'

  • Related Language Record: SAD_PRS_SPN_VWL
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 INSTITUTION Character(5) VARCHAR2(5) NOT NULL Institution field to store institution information in campus solution system.

    Prompt Table: INSTITUTION_TBL

    2 ACAD_PLAN Character(10) VARCHAR2(10) NOT NULL Academic Plan field coming from campus solution system
    3 ACAD_SUB_PLAN Character(10) VARCHAR2(10) NOT NULL Academic sub plan, a field together with program, plan, and sub plan to store student program information.
    4 DESCR Character(30) VARCHAR2(30) NOT NULL Description