TGT_CMP_PHON_VW(SQL View) |
Index Back |
---|---|
Company PhoneThis is used in Data Import to find matches on Company Phone. |
SELECT DISTINCT A.BO_ID , A.BO_ID , A.PROFILE_CM_SEQ , A.CM_ID , A.CM_TYPE_ID , A.CM_PURPOSE_TYPE_ID , A.PRIMARY_IND , A.CM_NICKNAME , A.PHYSICAL_LOCATION , A.COUNTRY_CODE , A.PHONE , A.EXTENSION , A.CM_CONCAT , A.CM_CONCAT_UPPER FROM PS_BO_ROLECM_PHON A , PS_BO_ROLE_TYPE B WHERE A.ROLE_TYPE_ID = B.ROLE_TYPE_ID AND B.BO_TYPE_ID = 2 |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BO_ID | Signed Number(32,0) | DECIMAL(31) NOT NULL | Business Object ID |
2 | BO_ID_2 | Signed Number(32,0) | DECIMAL(31) NOT NULL | Business Object ID 2 |
3 | PROFILE_CM_SEQ | Number(31,0) | DECIMAL(31) NOT NULL | The Contact Method Profile ID is a key field that is used to reference the details of a Contact Method in various CM tables. |
4 | CM_ID | Number(31,0) | DECIMAL(31) NOT NULL | Contact Method ID |
5 | CM_TYPE_ID | Number(6,0) | INTEGER NOT NULL | Contact Method Type ID |
6 | CM_PURPOSE_TYPE_ID | Number(6,0) | INTEGER NOT NULL | Relationship Contact Method Purpose ID |
7 | PRIMARY_IND | Character(1) | VARCHAR2(1) NOT NULL |
Flag that indicates whether or not it is Primary
N=No Y=Yes |
8 | CM_NICKNAME | Character(30) | VARCHAR2(30) NOT NULL | Nickname of a Contact Method |
9 | PHYSICAL_LOCATION | Character(30) | VARCHAR2(30) NOT NULL | Physical Location (Free-Form) |
10 | COUNTRY_CODE | Character(3) | VARCHAR2(3) NOT NULL | This field stores the Country Code values. |
11 | PHONE | Character(24) | VARCHAR2(24) NOT NULL | This field stores the Telephone number. |
12 | EXTENSION | Character(6) | VARCHAR2(6) NOT NULL | This field stores the Phone extension. |
13 | CONCAT_PHONE | Long Character | CLOB | Concatenated Phone |
14 | CM_CONCAT_UPPER | Character(100) | VARCHAR2(100) NOT NULL | Uppper Concatenated Contact Method |