BO_SITECM_PEMAL(SQL View) |
Index Back |
---|---|
Site Primary EmailView containing Site Primary Email Address. |
SELECT A.SETID , A.SITE_ID , B.CM_ID , B.CM_TYPE_ID , B.CM_USE_START_DT , B.PROFILE_CM_SEQ , A.BO_ID , A.BO_ID_PARENT , B.BO_CM_START_DT , B.BO_CM_END_DT , B.CM_USE_END_DT , B.CM_NICKNAME , B.CM_PURPOSE_TYPE_ID , B.PHYSICAL_LOCATION , B.EMAIL_ADDR FROM PS_RD_SITE A , PS_BO_ROLECM_PEMAL B WHERE A.BO_ID = B.BO_ID AND B.ROLE_TYPE_ID = 3 AND B.CM_TYPE_ID = 4 |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL | This field is used to store the value of SetID on various setup tables. |
2 | SITE_ID | Character(15) | VARCHAR2(15) NOT NULL | Uniquely identifies an organizational entity that purchases goods or services from the enterprise. Represents the sold-to customer which is the customer organization that places orders. The CUST_ID may or may not be the same as the identifiers for the bill-to and ship-to locations. |
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_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 | BO_ID | Signed Number(32,0) | DECIMAL(31) NOT NULL | Business Object ID |
8 | BO_ID_PARENT | Number(31,0) | DECIMAL(31) NOT NULL | Business Object ID of the Parent Company. |
9 | BO_CM_START_DT | Date(10) | DATE | The date that a Contact Method of a Business Object takes effect. |
10 | BO_CM_END_DT | Date(10) | DATE | End date of a Contact Method of a Business Object |
11 | CM_USE_END_DT | Date(10) | DATE | End date of a Contact Method Use |
12 | CM_NICKNAME | Character(30) | VARCHAR2(30) NOT NULL | Nickname of a Contact Method |
13 | CM_PURPOSE_TYPE_ID | Number(6,0) | INTEGER NOT NULL |
Relationship Contact Method Purpose ID
Prompt Table: CM_PURP_TYPE |
14 | PHYSICAL_LOCATION | Character(30) | VARCHAR2(30) NOT NULL | Physical Location (Free-Form) |
15 | EMAIL_ADDR | Character(70) | VARCHAR2(70) NOT NULL | Email address to store the address of email. |