BUD_GRP_VW(SQL View) |
Index Back |
---|---|
Budget Group ViewUse 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 | INSTITUTION | Character(5) | VARCHAR2(5) NOT NULL |
Academic Institution
Default Value: OPR_DEF_TBL_CS.INSTITUTION Prompt Table: INSTITUTION_TBL |
2 | BUDGET_GROUP_CODE | Character(6) | VARCHAR2(6) NOT NULL | Budget Group Code |
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 | 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: AY_CAREER_VW |
5 | STRM | Character(4) | VARCHAR2(4) NOT NULL |
Term
Prompt Table: AY_CAR_TRM_VW |