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