| TUIT_CAL_GRP_VW(SQL View) | Index Back | 
|---|---|
| Tuition Calc Group ViewTuition Calc Group View | 
| select a.business_unit ,a.sel_group ,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.effdt <= %currentdatein and b.eff_status = 'A') and a.eff_status = 'A' and a.tuit_calc_group = 'Y' | 
| # | 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 | Character(10) | VARCHAR2(10) NOT NULL | Tuition Group | |
| 3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |