RC_PHONELVW(SQL View) |
Index Back |
|---|---|
View for PhoneRelated Language view for Phone. |
| SELECT A.BO_ID_2 , A.BO_ID_1 , A.ROLE_TYPE_ID_2 , A.ROLE_TYPE_ID_1 , B.PROFILE_CM_SEQ , D.LANGUAGE_CD , D.DESCR , D.DESCR , C.PHONE , C.EXTENSION FROM PS_BO_REL A , PS_BO_CM B , PS_CM C , PS_CM_PURP_TYP_LNG D WHERE (A.BO_ID_2 = B.BO_ID OR A.BO_ID_1 = B.BO_ID) AND A.START_DT <= %CurrentDateIn AND A.END_DT > %CurrentDateIn AND B.CM_TYPE_ID = 2 AND B.CM_ID = C.CM_ID AND B.CM_TYPE_ID = C.CM_TYPE_ID AND B.CM_PURPOSE_TYPE_ID = D.CM_PURPOSE_TYPE_ID AND B.BO_CM_START_DT <= %CurrentDateIn AND B.BO_CM_END_DT > %CurrentDateIn |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Number(31,0) | DECIMAL(31) NOT NULL | This field stores the Business Object ID for the customer. | |
| 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 customer | |
| 4 | Number(12,0) | DECIMAL(12) NOT NULL | Stores ROLE_TYPE_ID for the contact | |
| 5 | Number(31,0) | DECIMAL(31) NOT NULL | Used to store the contact method sequence number for a phone number. | |
| 6 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
| 7 | RC_PURP_TYPE_DSC30 | Character(30) | VARCHAR2(30) NOT NULL |
Purpose Type
Prompt Table: RC_CM_PURP_VW |
| 8 | RC_PURP_TYPE_DESCR | Character(30) | VARCHAR2(30) NOT NULL |
Short Description
Prompt Table: RC_CM_PURP_VW2 |
| 9 | PHONE | Character(24) | VARCHAR2(24) NOT NULL | This field stores the Telephone number. |
| 10 | EXTENSION | Character(6) | VARCHAR2(6) NOT NULL | This field stores the Phone extension. |