TGT_CNS_PHON_VW

(SQL View)
Index Back

Consumer Phone


SELECT DISTINCT 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 = 1

# 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 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.
3 CM_ID Number(31,0) DECIMAL(31) NOT NULL Contact Method ID
4 CM_TYPE_ID Number(6,0) INTEGER NOT NULL Contact Method Type ID
5 CM_PURPOSE_TYPE_ID Number(6,0) INTEGER NOT NULL Relationship Contact Method Purpose ID
6 PRIMARY_IND Character(1) VARCHAR2(1) NOT NULL Flag that indicates whether or not it is Primary
N=No
Y=Yes
7 CM_NICKNAME Character(30) VARCHAR2(30) NOT NULL Nickname of a Contact Method
8 PHYSICAL_LOCATION Character(30) VARCHAR2(30) NOT NULL Physical Location (Free-Form)
9 COUNTRY_CODE Character(3) VARCHAR2(3) NOT NULL This field stores the Country Code values.
10 PHONE Character(24) VARCHAR2(24) NOT NULL This field stores the Telephone number.
11 EXTENSION Character(6) VARCHAR2(6) NOT NULL This field stores the Phone extension.
12 CONCAT_PHONE Long Character CLOB Concatenated Phone
13 CM_CONCAT_UPPER Character(100) VARCHAR2(100) NOT NULL Uppper Concatenated Contact Method