DISB_PLAN_TBL(SQL Table) |
Index Back |
---|---|
Disbursement Plan 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. |
# | 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 Prompt Table: AID_YEAR_TBL |
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 Prompt Table: AID_YEAR_CAREER |
4 | DISBURSEMENT_PLAN | Character(2) | VARCHAR2(2) NOT NULL | Disbursement Plan |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
6 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL |
Short Description
Default Value: DISB_PLAN_TBL.DESCR |
7 | LOAN_DISB_DELAY | Character(1) | VARCHAR2(1) NOT NULL |
Freshman Loan 30 Day Delay
Default Value: N |