STDNTAWDPRVWLNG(SQL View) |
Index Back |
---|---|
Student Awd Process ViewSTDNTAWDPRVWLNG is the related language recordfor the record STDNT_AWD_PR_VW |
SELECT a.emplid , a.institution , a.aid_year , a.item_type , a.acad_career , c.strm , b.disbursement_id ,Z.LANGUAGE_CD , Z.descrshort FROM PS_STDNT_AWARDS a , ps_stdnt_awrd_disb b , PS_DISB_ID_LNG Z , ps_disb_id_tbl c , ps_item_type_fa d WHERE Z.institution = c.institution AND Z.aid_year = c.aid_year AND Z.acad_career = c.acad_career AND Z.disbursement_plan = c.disbursement_plan AND Z.disbursement_id = c.disbursement_id AND 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' |
# | 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 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
9 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |