POSTAL_CD_CHE(SQL Table) |
Index Back |
---|---|
Swiss Postal CodesThis new record will hold the swiss postal codes after the upload from the file provided by the Swiss Post. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | POSTAL_KEY_CHE | Character(5) | VARCHAR2(5) NOT NULL | This field is used by the Swiss Post as primary key in their postal code file. Ordnungsnummer Post |
2 | EFFDT | Date(10) | DATE |
Effective Date
Default Value: %date |
3 | POSTAL_CD_TYPE_CHE | Character(2) | VARCHAR2(2) NOT NULL |
Postal Code Type
These categories indicate what type of address the postal code can be used in.
10=Domestic Address or Postbox 20=Domestic Address 30=Postbox 40=Company Address 80=Swiss Post Internal Use |
4 | POSTAL | Character(12) | VARCHAR2(12) NOT NULL | Postal |
5 | POSTAL_CD_EXT_CHE | Character(2) | VARCHAR2(2) NOT NULL | Postal Code Extension Serves for rendering the Postal Code unambiguous, may not be used for addressing |
6 | CITY | Character(30) | VARCHAR2(30) NOT NULL | City |
7 | STATE | Character(6) | VARCHAR2(6) NOT NULL | State |
8 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
9 | OTH_LANGUAGE_CHE | Character(3) | VARCHAR2(3) NOT NULL |
Other (non-primary) language spoken in a community. Uses the same codes as language_cd
Prompt Table: LANGUAGE_CD_VW |
10 | GPCH_TX_VILLAGE_CD | Character(4) | VARCHAR2(4) NOT NULL | Municipality Code |
11 | DTTM_IMPORTED | DateTime(26) | TIMESTAMP | Imported Date Time |