ITEM_TYPE_PY_VW(SQL View) |
Index Back |
---|---|
Item Type Payments |
select a.setid, a.item_type, a.descr from PS_ITEM_TYPE_TBL a where a.item_type_cd = 'P' 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 a.eff_status = 'A') |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL | SetID |
2 | ITEM_TYPE | Character(12) | VARCHAR2(12) NOT NULL | Item Type |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |