| BIRTHCOUNTRY_VW(SQL View) | Index Back | 
|---|---|
| CountriesOfficial Country codes per ISO. Also contains European Union member status and dynamic address formatting. This view is used as a prompt for the BIRTHCOUNTRY field. | 
| SELECT COUNTRY ,DESCR ,DESCRSHORT FROM PS_COUNTRY_TBL | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Character(3) | VARCHAR2(3) NOT NULL | Birth Country | |
| 2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description | 
| 3 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description Default Value: COUNTRY_TBL.DESCR |