RF_BO_CNTCT_PHN

(SQL View)
Index Back

View to obtain List of Phones

View to obtain the Phones for a Business Object Contact

SELECT BO_ID , PROFILE_CM_SEQ , CM_ID , COUNTRY_CODE , PHONE , EXTENSION , PRIMARY_IND FROM PS_BO_SRCH_PHN WHERE ROLE_TYPE_ID = 8

# 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 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.
3 CM_ID Number(31,0) DECIMAL(31) NOT NULL Contact Method ID
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.
7 PRIMARY_IND Character(1) VARCHAR2(1) NOT NULL Flag that indicates whether or not it is Primary
N=No
Y=Yes