AID_YR_PR_YR_VW

(SQL View)
Index Back

Aid Year Table

This is a view basedon AID_YEAR_TBL used in Profile/Needs Analysis as a prompt table to search for prior aid years on the follow panel groups: INST_CNTL_SRCH, NEED_SUSP_SRCH, and PROF_SUSP_SRCH. For Regs 1 2001-02 this view will search for aid year less than 2001. each year this view will need to be changed.

SELECT INSTITUTION, AID_YEAR, DESCR, DESCRSHORT, ACAD_YEAR_START, ACAD_YEAR_END FROM PS_AID_YEAR_TBL WHERE AID_YEAR < '2001'

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

    Default Value: OPR_DEF_TBL_CS.INSTITUTION

    Prompt Table: INSTITUTION_TBL

    2 AID_YEAR Character(4) VARCHAR2(4) NOT NULL Aid Year

    Default Value: OPR_DEF_TBL_CS.AID_YEAR

    Prompt Table: FED_AID_YR_TBL

    3 DESCR Character(30) VARCHAR2(30) NOT NULL Description

    Default Value: FED_AID_YR_TBL.DESCR

    4 DESCRSHORT Character(10) VARCHAR2(10) NOT NULL Short Description

    Default Value: FED_AID_YR_TBL.DESCRSHORT

    5 ACAD_YEAR_START Date(10) DATE Academic Year Start Date
    6 ACAD_YEAR_END Date(10) DATE Academic Year End Date