BO_CNTCT_FAX_VW

(SQL View)
Index Back

Primary Contact's Fax Numbers

This is the record for the view ofPrimary Contact's Fax Numbers.

SELECT A.BO_ID , C.CM_ID , C.COUNTRY_CODE , C.PHONE , C.EXTENSION , C.CM_CONCAT , A.BO_REL_ID FROM PS_BO_CM_USE A , PS_BO_CM B , PS_CM C WHERE A.PROFILE_CM_SEQ = B.PROFILE_CM_SEQ AND %CurrentDateIn >= CM_USE_START_DT AND %CurrentDateIn < CM_USE_END_DT AND %CurrentDateIn >= BO_CM_START_DT AND %CurrentDateIn < BO_CM_END_DT AND B.CM_ID = C.CM_ID AND B.CM_TYPE_ID = 2 AND B.CM_PURPOSE_TYPE_ID = 14 AND A.BO_ID = B.BO_ID

# 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