RSF_CUST_EML_V

(SQL View)
Index Back

For Deep searching on Email

View for Deep searching on Email

SELECT R.SYNCID , A.EMAIL_ADDR FROM PS_BO_REL R , PS_BO_SRCH_EML A WHERE R.ROLE_TYPE_ID_1 = 8 AND R.ROLE_TYPE_ID_2 IN (2,9) AND R.REL_TYPE_ID IN (9,10,11,12,13,14) AND R.START_DT <= %CurrentDateIn AND R.END_DT > %CurrentDateIn AND A.BO_REL_ID > 0 AND R.BO_REL_ID = A.BO_REL_ID AND A.EMAIL_ADDR <> ' '

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 SYNCID Number(10,0) DECIMAL(10) NOT NULL The Synchronization ID field stores a value generated by the sync processor. The value is used to identify the type of object that the sync processor is about to handle.
2 EMAIL_ADDR Character(70) VARCHAR2(70) NOT NULL Email address to store the address of email.