RF_STATE_VW(SQL View) |
Index Back |
|---|---|
State ViewThis view is used to get the State Name Prompt instead of the State Code prompt. |
| SELECT COUNTRY , DESCR , STATE FROM PS_STATE_TBL |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(3) | VARCHAR2(3) NOT NULL | Country | |
| 2 | Character(30) | VARCHAR2(30) NOT NULL | Short Description.................... | |
| 3 | STATE | Character(6) | VARCHAR2(6) NOT NULL | State |