BO_PRIM_CM_VW

(SQL View)
Index Back

Contact Method

This is the primary contact method view.

SELECT B.CM_ID , A.BO_ID , C.CM_TYPE_ID , MAX(B.PROFILE_CM_SEQ) , C.REGION_ID , %subrec(CM_PHON_PGR_SBR, C) , %subrec(CM_EMAIL_SBR, C) , %subrec(GEO_CODE_SBR, C) FROM PS_BO_CM_USE A , PS_BO_CM B , PS_CM C WHERE A.PROFILE_CM_SEQ = B.PROFILE_CM_SEQ AND A.CM_USE_START_DT = B.BO_CM_START_DT AND %CurrentDateIn >= CM_USE_START_DT AND %CurrentDateIn < CM_USE_END_DT AND %CurrentDateIn >= BO_CM_START_DT AND %CurrentDateIn < BO_CM_END_DT AND B.CM_ID = C.CM_ID AND A.PRIMARY_IND = 'Y' AND A.BO_ID = B.BO_ID GROUP BY A.BO_ID, B.CM_ID, C.CM_TYPE_ID, C.REGION_ID, %subrec(CM_PHON_PGR_SBR, C) , %subrec(CM_EMAIL_SBR, C) , %subrec(GEO_CODE_SBR, C)

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 CM_ID Number(31,0) DECIMAL(31) NOT NULL Contact Method ID
2 BO_ID Signed Number(32,0) DECIMAL(31) NOT NULL Business Object ID
3 CM_TYPE_ID Number(6,0) INTEGER NOT NULL Contact Method Type ID

Prompt Table: CM_TYPE

4 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.
5 REGION_ID Character(15) VARCHAR2(15) NOT NULL This field stores the region id value.
6 COUNTRY_CODE Character(3) VARCHAR2(3) NOT NULL This field stores the Country Code values.
7 PHONE Character(24) VARCHAR2(24) NOT NULL This field stores the Telephone number.
8 EXTENSION Character(6) VARCHAR2(6) NOT NULL This field stores the Phone extension.
9 PASSWORD Character(254) VARCHAR2(254) NOT NULL Password
10 EMAIL_ADDR Character(70) VARCHAR2(70) NOT NULL Email address to store the address of email.
11 EMAIL_DOMAIN Character(50) VARCHAR2(50) NOT NULL Email Domain
12 HTML_FLAG Character(1) VARCHAR2(1) NOT NULL Field to determine if an Email Address can receive HTML Based Email.
N=No
Y=Yes
13 LATITUDE Signed Number(32,20) DECIMAL(30,20) NOT NULL LATITUDE
14 LONGITUDE Signed Number(32,20) DECIMAL(30,20) NOT NULL LONGITUDE
15 RD_ADDR_INTERSECT Character(1) VARCHAR2(1) NOT NULL This field is used to determine if the associated address is at an intersection or not.
N=No
Y=Yes

Y/N Table Edit

Default Value: N