ITEMTYPEPAVWLNG(SQL View) |
Index Back |
---|---|
Item Type PaymentsITEMTYPEPAVWLNG is the related language recordfor the record ITEM_TYPE_PA_VW |
SELECT a.setid , a.item_type ,c.language_cd , c.descr FROM PS_ITEM_TYPE_TBL a , ps_item_type_lng c WHERE a.setid=c.setid AND a.item_type=c.item_type AND a.effdt=c.effdt AND 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 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |