DISB_SPLIT_VW(SQL View) |
Index Back |
---|---|
Disbursement ID Split SrchDISBURSE_PLAN is a table that stores the various types of financial aid disbursement plans available at an institution. It's child table, DISBURSEMENT_ID stores all of the disbursements or ID's associated with the Disbursement Plans. An example of a Disbursement Plan would be a plan called "Quarter" which is for disbursements on a quarterly basis, snd the individual disbursements associated with the plan would be Fall, Winter and Spring quarter. |
select institution ,aid_year ,acad_career ,disbursement_plan ,split_code ,descr from PS_DISB_SPLIT_CD |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | INSTITUTION | Character(5) | VARCHAR2(5) NOT NULL |
Academic Institution
Default Value: OPR_DEF_TBL_CS.INSTITUTION Prompt Table: INSTITUTION_TBL |
2 | AID_YEAR | Character(4) | VARCHAR2(4) NOT NULL |
Aid Year
Default Value: OPR_DEF_TBL_CS.AID_YEAR |
3 | 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 |
4 | DISBURSEMENT_PLAN | Character(2) | VARCHAR2(2) NOT NULL | Disbursement Plan |
5 | SPLIT_CODE | Character(2) | VARCHAR2(2) NOT NULL | Split Code |
6 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |