BDGT_CATG_SRCH

(SQL View)
Index Back

Budget Category

BUDGET_ITEM_TBL is where individual components or items of a student budget are defined. The items are later associated with a budget group, which is then assigned to a student.

select institution, aid_year, bgt_item_category, descr from PS_BUDGET_CATG_TBL

  • Related Language Record: BDGT_CATG_LANG
  • Parent record: AID_YEAR_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 AID_YEAR Character(4) VARCHAR2(4) NOT NULL Aid Year

    Default Value: OPR_DEF_TBL_CS.AID_YEAR

    Prompt Table: AID_YEAR_TBL

    3 BGT_ITEM_CATEGORY Character(4) VARCHAR2(4) NOT NULL Budget Item Category

    Prompt Table: BUDGET_CATG_TBL

    4 DESCR Character(30) VARCHAR2(30) NOT NULL Description