TGT_CNS_EMAL_VW(SQL View) |
Index Back |
---|---|
Consumer Email |
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.EMAIL_ADDR FROM PS_BO_ROLECM_EMAL 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 | EMAIL_ADDR | Character(70) | VARCHAR2(70) NOT NULL | Email address to store the address of email. |