RX_CNTCT_ACT_VW

(SQL View)
Index Back

Contact - Business Contact

This view returns all of the active contacts

SELECT A.REL_TYPE_ID , A.BO_ID_1 , A.ROLE_TYPE_ID_1 , A.BO_ID_2 , A.ROLE_TYPE_ID_2 FROM PS_BO_REL_CUR_VW A , PS_BO_REL_CAT_ITEM B WHERE B.REL_TYPE_ID = A.REL_TYPE_ID AND B.BO_REL_CATEGORY_ID IN (1)

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 REL_TYPE_ID Number(12,0) DECIMAL(12) NOT NULL Relationship Type ID
2 BO_ID_CONTACT Number(31,0) DECIMAL(31) NOT NULL This field indicates the Business Object ID for the contact.
3 ROLE_TYPE_ID_CNTCT Number(12,0) DECIMAL(12) NOT NULL Stores ROLE_TYPE_ID for the contact
4 BO_ID Signed Number(32,0) DECIMAL(31) NOT NULL Business Object ID
5 ROLE_TYPE_ID_CUST Number(12,0) DECIMAL(12) NOT NULL Stores ROLE_TYPE_ID for the customer