RD_CTCT_EMAL_V

(SQL View)
Index Back

Business email for contact lis

This is the record for the view that shows the Primary Emails for the Business Object.

SELECT DISTINCT BC.BO_ID , CM.EMAIL_ADDR FROM PS_BO_CM BC , PS_CM CM , PS_BO_CM_USE U WHERE BC.CM_TYPE_ID = 4 AND CM.CM_ID = BC.CM_ID AND BC.PROFILE_CM_SEQ = U.PROFILE_CM_SEQ AND U.PRIMARY_IND = 'Y' AND U.ROLE_TYPE_ID = 8 AND BC.BO_CM_START_DT <= %CurrentDateIn AND BC.BO_CM_END_DT >= %CurrentDateIn

# 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 EMAIL_ADDR Character(70) VARCHAR2(70) NOT NULL Email address to store the address of email.