BO_ABEEML_CI_VW

(SQL View)
Index Back

ABE Email CI

ABE Email Component Interface view.

SELECT A.BO_ID ,A.ABE_SEQ ,A.PROFILE_CM_SEQ ,B.CM_TYPE_ID ,B.CM_PURPOSE_TYPE_ID ,B.CM_ID ,%subrec(CM_EMAIL_SBR,C) FROM %Table(BO_ABE_DTL) A , %Table(BO_CM) B , %Table(CM) C WHERE A.BO_ID = B.BO_ID AND A.PROFILE_CM_SEQ = B.PROFILE_CM_SEQ AND B.CM_ID = C.CM_ID AND B.CM_TYPE_ID = 4 AND B.BO_CM_START_DT <= %CurrentDateIn AND B.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 ABE_SEQ Number(6,0) INTEGER NOT NULL Address Book sequence number.
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_TYPE_ID Number(6,0) INTEGER NOT NULL Contact Method Type ID

Default Value: 4

5 CM_PURPOSE_TYPE_ID Number(6,0) INTEGER NOT NULL Relationship Contact Method Purpose ID

Prompt Table: CM_PURP_TYPE

6 CM_ID Number(31,0) DECIMAL(31) NOT NULL Contact Method ID
7 EMAIL_ADDR Character(70) VARCHAR2(70) NOT NULL Email address to store the address of email.
8 EMAIL_DOMAIN Character(50) VARCHAR2(50) NOT NULL Email Domain
9 HTML_FLAG Character(1) VARCHAR2(1) NOT NULL Field to determine if an Email Address can receive HTML Based Email.
N=No
Y=Yes