SPITWHSCLSVWLNG(SQL View) |
Index Back |
---|---|
ItemType Withhold State ViewSPITWHSCLSVWLNG is the language record related to SP_ITWH_S_CLSVW. A related language record enables text fields on a table to be translated into various languages for use in other countries. |
SELECT DISTINCT a.setid , b.account_type_sf , a.item_type , d.oprclass , e.LANGUAGE_CD , e.descr FROM ps_item_type_tbl a , ps_item_acct_type b , PSOPRDEFN d , ps_sec_item_cls k , PS_ITEM_TYPE_LNG e WHERE a.setid=b.setid AND a.item_type=b.item_type AND a.effdt=b.effdt AND a.effdt=( SELECT MAX(effdt) FROM ps_item_type_tbl c WHERE a.setid=c.setid AND a.item_type=c.item_type AND c.effdt <= %CurrentDateIn AND c.eff_status='A') AND a.item_type_cd = 'H' AND k.setid = a.setid AND k.item_type = a.item_type AND k.oprclass = d.oprclass AND a.setid = e.setid AND a.item_type=e.item_type AND a.effdt = e.effdt |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL | SetID |
2 | ACCT_TYPE_STATE | Character(3) | VARCHAR2(3) NOT NULL | State Withholding Account |
3 | ITEM_TYPE | Character(12) | VARCHAR2(12) NOT NULL | Item Type |
4 | OPRCLASS | Character(30) | VARCHAR2(30) NOT NULL | Operator Class |
5 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
6 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |