BO_PRIM_REL_PHN(SQL View) |
Index Back |
---|---|
Primary Phone for a RepThis is the Primary Phone for a Rep view. |
SELECT BO_ID , CM_ID , COUNTRY_CODE , PHONE , EXTENSION , CM_CONCAT , BO_REL_ID FROM PS_BO_SRCH_PHN WHERE PRIMARY_IND = 'Y' AND BO_REL_ID > 0 |
# | 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 | COUNTRY_CODE | Character(3) | VARCHAR2(3) NOT NULL | This field stores the Country Code values. |
4 | PHONE | Character(24) | VARCHAR2(24) NOT NULL | This field stores the Telephone number. |
5 | EXTENSION | Character(6) | VARCHAR2(6) NOT NULL | This field stores the Phone extension. |
6 | CM_CONCAT | Character(100) | VARCHAR2(100) NOT NULL | Concatenated Contact Method |
7 | BO_REL_ID | Signed Number(32,0) | DECIMAL(31) NOT NULL | Relationship ID of a Business Object |