SFA_PF_AID_YEAR(SQL View) |
Index Back |
---|---|
Aid Year View <= 2009This view selects all rows from the Aid Year table where Aid Year > '2009'. It was created as a prompt record for Aid Year to used in the search reacords for PROFILE/NA XML processes which came into efect 2010 onwards. |
SELECT INSTITUTION , AID_YEAR , DESCR , DESCRSHORT FROM PS_AID_YEAR_TBL WHERE AID_YEAR IN ('2024', '2025') |
# | 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
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 |