SEL_GRP_PR_SRCH(SQL View) | 
Index Back | 
|---|---|
Selection Group Priority SrchContains 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 ,b.descr from PS_SEL_GROUP_TBL a, ps_bus_unit_tbl_sf b where a.business_unit = b.business_unit and a.effdt = (select max(c.effdt) from PS_SEL_GROUP_TBL c where c.business_unit = a.business_unit and c.sel_group = a.sel_group and c.eff_status = 'A' and c.effdt <= %currentdatein) | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | 
Business Unit
 Default Value: OPR_DEF_TBL_CS.BUSINESS_UNIT Prompt Table: SP_BU_SF_NONVW  | 
|
| 2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |