BUD_GRP_CD_SRCH(SQL View) | 
Index Back | 
|---|---|
Budget Group TableUse the BUDGET_GRP_TBL and BUDGET_ITEM_TBL to maintain any type of student budget needed for a given term/academic unit combination. BUDGET_GRP _TBL contains the budget-code/term/academic-unit assigned to the budget and a description of the budget. BUDGET_ITEM_TBL contains the specific budget items for the budget group. | 
| SELECT INSTITUTION, BUDGET_GROUP_CODE, AID_YEAR, ACAD_CAREER, STRM FROM PS_BUDGET_GRP_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(6) | VARCHAR2(6) NOT NULL | Budget Group Code | |
| 3 | Character(4) | VARCHAR2(4) NOT NULL | 
Aid Year
 Default Value: OPR_DEF_TBL_CS.AID_YEAR Prompt Table: AID_YEAR_TBL  | 
|
| 4 | 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  | 
|
| 5 | Character(4) | VARCHAR2(4) NOT NULL | 
Term
 Prompt Table: AY_CAR_TRM_VW  |