SEL_GRP_PR_VW

(SQL View)
Index Back

Selection Group Priority View

Contains the selection groups that students can belong to. These groups are used to determine which fee/waivers apply to a particular student.

select a.business_unit ,a.sel_group ,a.priority ,a.descr from PS_SEL_GROUP_TBL a where a.effdt = (select max(b.effdt) from PS_SEL_GROUP_TBL b where b.business_unit = a.business_unit and b.sel_group = a.sel_group and b.eff_status = 'A' and b.effdt <= %currentdatein)

  • Related Language Record: SELGRPPRVWLNG
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit

    Prompt Table: SP_BU_SF_NONVW

    2 SEL_GROUP Character(10) VARCHAR2(10) NOT NULL Tuition Group
    3 PRIORITY Number(3,0) SMALLINT NOT NULL Priority
    4 DESCR Character(30) VARCHAR2(30) NOT NULL Description