| ITEM_TYPE_CH_VW(SQL View) | Index Back | 
|---|---|
| Item Type Charge View | 
| select a.setid, a.item_type, a.descr from PS_ITEM_TYPE_TBL a where a.item_type_cd = 'C' and a.effdt = (Select Max (b.effdt) from PS_ITEM_TYPE_TBL b where a.setid = b.setid and a.item_type = b.item_type and b.effdt <= %currentdatein and b.eff_status = 'A') | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | SetID | |
| 2 | Character(12) | VARCHAR2(12) NOT NULL | Item Type | |
| 3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |