| PIM_PHON_TYP_VW(SQL View) | Index Back | 
|---|---|
| Phone Purpose TypeThis view shows the Contact Method Purpose Type for phone excluding cell phone and Fax | 
| SELECT A.CM_PURPOSE_TYPE_ID , A.DESCR , A.DESCRSHORT FROM PS_CM_PURP_TYPE A WHERE A.CM_TYPE_ID = 2 AND A.CM_PURPOSE_TYPE_ID NOT IN (12, 14) | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Number(6,0) | INTEGER NOT NULL | Relationship Contact Method Purpose ID Default Value: 999999 | |
| 2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description | 
| 3 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description Default Value: CM_PURP_TYPE.DESCR |