ANTC_AID_TERMVW

(SQL View)
Index Back

select distinct b.business_unit ,a.emplid ,' ' ,a.strm ,sum(net_award_amt) from PS_ANTICIPATED_AID a, ps_bus_unit_tbl_sf b where a.institution = b.institution and (a.disb_expire_dt > %currentdatein or a.disb_expire_dt is null) and a.as_of_dttm= (select max(c.as_of_dttm) from PS_ANTICIPATED_AID c where a.emplid = c.emplid and a.institution = c.institution and a.aid_year = c.aid_year and a.item_type = c.item_type and a.acad_career=c.acad_career and a.disbursement_id = c.disbursement_id) group by b.business_unit ,a.emplid ,a.strm having sum(a.net_award_amt) <> 0

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit
2 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID
3 EXT_ORG_ID Character(11) VARCHAR2(11) NOT NULL External Org ID
4 STRM Character(4) VARCHAR2(4) NOT NULL Term
5 NET_AWARD_AMT Signed Number(13,2) DECIMAL(11,2) NOT NULL Net Award Amount