| ADDRESS_TYP_TBL(SQL Table) | Index Back | 
|---|---|
| Address Type TableUse to store types of Addresses that a Person can have and the order they should be displayed in. | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Character(4) | VARCHAR2(4) NOT NULL | Address Type | |
| 2 | ORDER_BY_SEQ | Number(2,0) | SMALLINT NOT NULL | Added in Mouse Over Label | 
| 3 | ADDR_TYPE_DESCR | Character(30) | VARCHAR2(30) NOT NULL | Address Type Description | 
| 4 | ADDR_TYPE_SHORT | Character(15) | VARCHAR2(15) NOT NULL | Short Address Type Description | 
| 5 | DATA_TYPE_CD | Character(1) | VARCHAR2(1) NOT NULL | Data Type Code N=Customer Data S=Sample Data Y=System Data Default Value: N |