STDNT_RTIV_VW1

(SQL View)
Index Back

Student Awd Process View

Student Award Process View - All Students whose accept amt > 0 and award status is = A(ccept), by emplid, institution, aid_year, item_type, acad_career, and term.

select a.emplid, a.institution, a.aid_year, a.item_type, a.acad_career, c.strm, b.disbursement_id, a.disbursement_plan, c.descrshort, c.disbursement_date, b.offer_balance, b.accept_balance, b.authorized_balance, b.net_disb_balance, b.disbursed_balance, e.fed_fund_pct, e.grant_protection, e.rtrn_tiv_fund_type from PS_STDNT_AWARDS a, ps_stdnt_awrd_disb b, ps_disb_id_tbl c, ps_item_type_fa d, ps_rtrn_tiv_setup e where a.emplid = b.emplid and a.institution = b.institution and a.aid_year = b.aid_year and a.item_type = b.item_type and a.acad_career = b.acad_career and b.institution = c.institution and b.aid_year = c.aid_year and b.acad_career = c.acad_career and a.disbursement_plan = c.disbursement_plan and b.disbursement_id = c.disbursement_id and ((a.award_status = 'A' and b.accept_balance >= 0) or a.award_status = 'C' or a.award_status = 'D') and a.setid = d.setid and a.item_type = d.item_type and a.aid_year = d.aid_year and d.effdt = (select max(d1.effdt) from ps_item_type_fa d1 where d1.setid = d.setid and d1.item_type = d.item_type and d1.aid_year = d.aid_year and d1.effdt <= %CurrentDateIn) and d.disburse_method = 'A' and a.institution = e.institution and a.aid_year = e.aid_year and a.item_type = e.item_type

  • Related Language Record: STDNTRTIVVW1LNG
  • Parent record: STDNT_AWARDS
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID

    Prompt Table: PEOPLE_SRCH

    2 INSTITUTION Character(5) VARCHAR2(5) NOT NULL Academic Institution

    Default Value: OPR_DEF_TBL_CS.INSTITUTION

    Prompt Table: INSTITUTION_TBL

    3 AID_YEAR Character(4) VARCHAR2(4) NOT NULL Aid Year

    Default Value: OPR_DEF_TBL_CS.AID_YEAR

    Prompt Table: AID_YEAR_TBL

    4 ITEM_TYPE Character(12) VARCHAR2(12) NOT NULL Item Type
    5 ACAD_CAREER Character(4) VARCHAR2(4) NOT NULL Academic Career
    BAC=Bachelor (NLD)
    BBL=Vocational Coaching (NLD)
    BOL=Vocational Training (NLD)
    BUSN=Graduate Business
    CNED=Continuing Education
    CRED=Semester Credit
    EDU=Education (NLD)
    EXED=Extended Education
    GRAD=Graduate
    LAW=Law
    MEDS=Medical School
    NONA=Non Award
    PGRD=Postgraduate
    RSCH=Research
    TECH=Technical
    UENG=Undergraduate Engineering
    UGRD=Undergraduate
    VAVO=Advanced General Educ. (NLD)
    VETM=Veterinary Medicine
    6 STRM Character(4) VARCHAR2(4) NOT NULL Term
    7 DISBURSEMENT_ID Character(2) VARCHAR2(2) NOT NULL Disbursement ID
    8 DISBURSEMENT_PLAN Character(2) VARCHAR2(2) NOT NULL Disbursement Plan
    9 DESCRSHORT Character(10) VARCHAR2(10) NOT NULL Short Description
    10 DISBURSEMENT_DATE Date(10) DATE Disbursement Date
    11 OFFER_BALANCE Number(12,2) DECIMAL(11,2) NOT NULL Offer Balance
    12 ACCEPT_BALANCE Number(12,2) DECIMAL(11,2) NOT NULL Accept Balance
    13 AUTHORIZED_BALANCE Number(12,2) DECIMAL(11,2) NOT NULL Authorized Balance
    14 NET_DISB_BALANCE Number(12,2) DECIMAL(11,2) NOT NULL Net Disb Balance
    15 DISBURSED_BALANCE Signed Number(13,2) DECIMAL(11,2) NOT NULL Disbursed Balance
    16 FED_FUND_PCT Number(3,0) SMALLINT NOT NULL Federal Funds Pct.
    17 GRANT_PROTECTION Character(1) VARCHAR2(1) NOT NULL 50 Pct. Grant Protection

    Y/N Table Edit

    18 RTRN_TIV_FUND_TYPE Character(1) VARCHAR2(1) NOT NULL Fund Category Type
    1=Unsubsidized FFEL/Dir
    2=Subsidized FFEL/Dir
    3=Perkins Loan
    4=FFEL/Dir PLUS (Parent)
    5=Pell Grant
    6=FSEOG
    7=Academic Comp Grant
    8=National SMART Grant
    9=FFEL/Dir PLUS (Grad)
    A=TEACH Grant
    B=Iraq Afghanistan Service Grant