ITEM_TP_FA_PELL(SQL View) |
Index Back |
---|---|
Item Tp Prompt for PackagingThis view is used as a prompt table for Item Types when setting up Financial Aid Packaging Rules. |
SELECT a.setid , a.aid_year , a.item_type , a.descr , a.fin_aid_type , a.fa_source , a.federal_id FROM ps_item_type_fa a WHERE a.federal_id = 'PELL' AND a.effdt = ( SELECT MAX (effdt) FROM ps_item_type_fa a1 WHERE a1.setid = a.setid AND a1.aid_year = a.aid_year AND a1.item_type = a.item_type AND a1.effdt <= %CurrentDateIn) AND a.eff_status = 'A' AND a.packaging_feed = 'Y' AND NOT EXISTS ( SELECT 'x' FROM PS_INSTALLATION_FA x WHERE a.item_type = x.fa_gap_item_type) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: OPR_DEF_TBL_CS.SETID Prompt Table: SP_SETID_NONVW |
2 | AID_YEAR | Character(4) | VARCHAR2(4) NOT NULL |
Aid Year
Default Value: OPR_DEF_TBL_CS.AID_YEAR Prompt Table: AID_YEAR_TBL |
3 | ITEM_TYPE | Character(12) | VARCHAR2(12) NOT NULL |
Item Type
Prompt Table: ITEM_TYPE_FA_VW |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
5 | FIN_AID_TYPE | Character(4) | VARCHAR2(4) NOT NULL |
Fin Aid Type
A=Athletic B=Bursary F=Fellowship G=Grant L=Loan S=Scholarship V=Waiver W=Work/Study |
6 | FA_SOURCE | Character(1) | VARCHAR2(1) NOT NULL |
Source
F=Federal G=Government I=Institutional O=Other P=Private S=State |
7 | FEDERAL_ID | Character(4) | VARCHAR2(4) NOT NULL |
Federal ID
ACG=Academic Competitiveness Grant FWSP=Federal Work Study Program GAAN=Grad Assistance in Natl Need GPLS=Graduate PLUS Loan HEAL=Health Education Assistance Ln HPSL=Health Profession Student Loan IASA=Iraq/Afghan Service Award JVTS=Jacob K Javits Fellowship LDS=Loans for Disadvantaged Stdnts NIH=National Institute of Health NSF=National Science Foundation NURS=Nursing Loan OTHR=Other Federal Fund PCL=Primary Care Loan PELL=Federal PELL Grant PERK=Federal Perkins Loan Program PLUS=Federal Stafford Loan, PLUS SEOG=Federal SEOG SMRT=National Smart Grant STFS=Fed Stafford Loan - Subsidized STFU=Fed Stafford Loan-Unsubsidized TCH=TEACH Grant |