RC_BO_ROLEPHON(SQL View) |
Index Back |
---|---|
Role Phone |
SELECT A.BO_ID , A.ROLE_TYPE_ID , A.PROFILE_CM_SEQ , B.COUNTRY_CODE , B.PHONE , B.EXTENSION FROM PS_BO_ROLE_CM_VW A , PS_CM B WHERE A.CM_ID = B.CM_ID AND A.ROLE_TYPE_ID =4 AND A.CM_TYPE_ID =2 AND A.CM_TYPE_ID = B.CM_TYPE_ID AND A.BO_CM_START_DT <= %CurrentDateIn AND A.BO_CM_END_DT > %CurrentDateIn AND A.ROLE_START_DT <= %CurrentDateIn AND A.ROLE_END_DT > %CurrentDateIn AND A.PRIMARY_IND ='Y' |
# | 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 | ROLE_TYPE_ID | Number(12,0) | DECIMAL(12) NOT NULL | Role Type 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 | COUNTRY_CODE | Character(3) | VARCHAR2(3) NOT NULL | This field stores the Country Code values. |
5 | PHONE | Character(24) | VARCHAR2(24) NOT NULL | This field stores the Telephone number. |
6 | EXTENSION | Character(6) | VARCHAR2(6) NOT NULL | This field stores the Phone extension. |