BO_EMAIL_VW(SQL View) |
Index Back |
---|---|
Contact Method EmailBO_CI_EMAIL_VW - Used by CDM CI for Contact Method Email |
SELECT A.BO_ID , A.CM_ID , A.PROFILE_CM_SEQ , A.BO_CM_START_DT , A.BO_CM_END_DT , A.CM_TYPE_ID , A.CM_NICKNAME , A.CM_PURPOSE_TYPE_ID , A.PHYSICAL_LOCATION , B.DESCR , B.DESCRSHORT , %subrec(CM_EMAIL_SBR, B) , %subrec(GEO_CODE_SBR, B) , B.CM_CONCAT , B.CM_CONCAT_UPPER , B.SOURCE_IND , %subrec(RB_AUDIT_SBR, B) FROM PS_BO_CM A , PS_CM B WHERE A.CM_ID = B.CM_ID AND A.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 | CM_ID | Number(31,0) | DECIMAL(31) NOT NULL | Contact Method ID |
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 | BO_CM_START_DT | Date(10) | DATE |
The date that a Contact Method of a Business Object takes effect.
Default Value: %date |
5 | BO_CM_END_DT | Date(10) | DATE | End date of a Contact Method of a Business Object |
6 | CM_TYPE_ID | Number(6,0) | INTEGER NOT NULL |
Contact Method Type ID
Prompt Table: CM_TYPE |
7 | CM_NICKNAME | Character(30) | VARCHAR2(30) NOT NULL | Nickname of a Contact Method |
8 | CM_PURPOSE_TYPE_ID | Number(6,0) | INTEGER NOT NULL |
Relationship Contact Method Purpose ID
Prompt Table: CM_PURP_TYPE |
9 | PHYSICAL_LOCATION | Character(30) | VARCHAR2(30) NOT NULL | Physical Location (Free-Form) |
10 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
11 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL |
Short Description
Default Value: CM.DESCR |
12 | EMAIL_ADDR | Character(70) | VARCHAR2(70) NOT NULL | Email address to store the address of email. |
13 | EMAIL_DOMAIN | Character(50) | VARCHAR2(50) NOT NULL | Email Domain |
14 | HTML_FLAG | Character(1) | VARCHAR2(1) NOT NULL |
Field to determine if an Email Address can receive HTML Based Email.
N=No Y=Yes |
15 | LATITUDE | Signed Number(32,20) | DECIMAL(30,20) NOT NULL | LATITUDE |
16 | LONGITUDE | Signed Number(32,20) | DECIMAL(30,20) NOT NULL | LONGITUDE |
17 | RD_ADDR_INTERSECT | Character(1) | VARCHAR2(1) NOT NULL |
This field is used to determine if the associated address is at an intersection or not.
N=No Y=Yes Y/N Table Edit Default Value: N |
18 | CM_CONCAT | Character(100) | VARCHAR2(100) NOT NULL | Concatenated Contact Method |
19 | CM_CONCAT_UPPER | Character(100) | VARCHAR2(100) NOT NULL | Uppper Concatenated Contact Method |
20 | SOURCE_IND | Character(4) | VARCHAR2(4) NOT NULL |
EIP Source Indicator
CRM=CRM EBS=EBIZ Suite EXT=External HRMS=HCM SCM=SCM |
21 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
22 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
23 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
24 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
25 | SYNCID | Number(10,0) | DECIMAL(10) NOT NULL | The Synchronization ID field stores a value generated by the sync processor. The value is used to identify the type of object that the sync processor is about to handle. |
26 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |