RD_CTCT_PHNE_V(SQL View) |
Index Back |
|---|---|
business phone for contact lisThis is the record for the view that shows the Primary Phones for the Business Object. |
| SELECT DISTINCT BC.BO_ID , CM.PHONE FROM PS_BO_CM BC , PS_CM CM , PS_BO_CM_USE U WHERE BC.CM_TYPE_ID = 2 AND CM.CM_ID = BC.CM_ID AND BC.PROFILE_CM_SEQ = U.PROFILE_CM_SEQ AND U.PRIMARY_IND = 'Y' AND U.ROLE_TYPE_ID = 8 AND BC.BO_CM_START_DT <= %CurrentDateIn AND BC.BO_CM_END_DT >= %CurrentDateIn |
| # | 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 | PHONE | Character(24) | VARCHAR2(24) NOT NULL | This field stores the Telephone number. |