BO_REP_EMAL_VW(SQL View) |
Index Back |
---|---|
Representative EmailThis is the Representative Email view. |
SELECT A.BO_ID , A.ROLE_TYPE_ID , A.BO_ID_CONTACT , A.ROLE_TYPE_ID_CNTCT , A.CM_USE_START_DT , A.PROFILE_CM_SEQ , A.CM_USE_END_DT , A.CM_TYPE_ID , A.CM_ID , A.PRIMARY_IND , A.CM_NICKNAME , A.CM_PURPOSE_TYPE_ID , A.PHYSICAL_LOCATION , B.EMAIL_ADDR , B.CM_CONCAT_UPPER FROM PS_BO_CNTCT_CM_VW A , PS_CM B WHERE A.CM_ID = B.CM_ID AND B.CM_TYPE_ID = 4 |
# | 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 | ROLE_TYPE_ID | Number(12,0) | DECIMAL(12) NOT NULL | Role Type ID |
3 | BO_ID_CONTACT | Number(31,0) | DECIMAL(31) NOT NULL | This field indicates the Business Object ID for the contact. |
4 | ROLE_TYPE_ID_CNTCT | Number(12,0) | DECIMAL(12) NOT NULL | Stores ROLE_TYPE_ID for the contact |
5 | CM_USE_START_DT | Date(10) | DATE | Contact Method Use Start Date |
6 | 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. |
7 | CM_USE_END_DT | Date(10) | DATE | End date of a Contact Method Use |
8 | CM_TYPE_ID | Number(6,0) | INTEGER NOT NULL | Contact Method Type ID |
9 | CM_ID | Number(31,0) | DECIMAL(31) NOT NULL | Contact Method ID |
10 | PRIMARY_IND | Character(1) | VARCHAR2(1) NOT NULL |
Flag that indicates whether or not it is Primary
N=No Y=Yes |
11 | CM_NICKNAME | Character(30) | VARCHAR2(30) NOT NULL | Nickname of a Contact Method |
12 | CM_PURPOSE_TYPE_ID | Number(6,0) | INTEGER NOT NULL |
Relationship Contact Method Purpose ID
Prompt Table: CM_PURP_TYPE |
13 | PHYSICAL_LOCATION | Character(30) | VARCHAR2(30) NOT NULL | Physical Location (Free-Form) |
14 | EMAIL_ADDR | Character(70) | VARCHAR2(70) NOT NULL | Email address to store the address of email. |
15 | CM_CONCAT_UPPER | Character(100) | VARCHAR2(100) NOT NULL | Uppper Concatenated Contact Method |