| INAS_LPO_SRC_02(SQL View) | Index Back | 
|---|---|
| Aid Year TableThis table contains a list of the different Aid Years and their descriptions for each institution. It is primarily used in the Financial Aid Module | 
| SELECT A.INSTITUTION, A.AID_YEAR, A.DESCR, A.DESCRSHORT, A.ACAD_YEAR_START, A.ACAD_YEAR_END FROM PS_AID_YEAR_TBL A WHERE A.AID_YEAR = '2002' | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | Academic Institution Default Value: OPR_DEF_TBL_CS.INSTITUTION Prompt Table: INSTITUTION_TBL | |
| 2 | Character(4) | VARCHAR2(4) NOT NULL | 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 |