ITEM_TP_FA_PKG(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.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 |