DISB_PLAN_SRCH(SQL View) | 
Index Back | 
|---|---|
Disb Plan Search TableDISBURSE_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 ,Descr from PS_DISB_PLAN_TBL | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | 
Academic Institution
 Default Value: OPR_DEF_TBL_CS.INSTITUTION Prompt Table: INSTITUTION_TBL  | 
|
| 2 | Character(4) | VARCHAR2(4) NOT NULL | 
Aid Year
 Default Value: OPR_DEF_TBL_CS.AID_YEAR Prompt Table: AID_YEAR_TBL  | 
|
| 3 | 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 Prompt Table: AY_CAREER_VW  | 
|
| 4 | Character(2) | VARCHAR2(2) NOT NULL | 
Disbursement Plan
 Prompt Table: DISB_PLAN_TBL  | 
|
| 5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |