STATE_INST_LNG(SQL View) |
Index Back |
---|---|
State Names - Country List BoxSTATE_INST_LNG is the related language view for STATE_INST_VW which is a view of STATE_NAMES_TBL that selects only the country that is on the installation table. |
SELECT A.COUNTRY , A.STATE ,A.LANGUAGE_CD ,A.DESCR FROM PS_STATE_TBL_LANG A , PS_INSTALLATION B WHERE A.COUNTRY=B.COUNTRY |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(3) | VARCHAR2(3) NOT NULL | Country | |
2 | Character(6) | VARCHAR2(6) NOT NULL | State | |
3 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |