RDM_CONT_CUST_V

(SQL View)
Index Back

Customer Contact view

View for listing contacts and customers (both companies and consumers)

SELECT BO_ID_1 , ROLE_TYPE_ID_1 , BO_ID_2 , ROLE_TYPE_ID_2 , START_DT , END_DT FROM PS_BO_REL WHERE REL_TYPE_ID IN (9,10,13,14) AND START_DT <= %CurrentDateIn AND END_DT > %CurrentDateIn

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 BO_ID_CONTACT Number(31,0) DECIMAL(31) NOT NULL This field indicates the Business Object ID for the contact.
2 ROLE_TYPE_ID_CNTCT Number(12,0) DECIMAL(12) NOT NULL Stores ROLE_TYPE_ID for the contact
3 BO_ID Signed Number(32,0) DECIMAL(31) NOT NULL Business Object ID
4 ROLE_TYPE_ID Number(12,0) DECIMAL(12) NOT NULL Role Type ID
5 START_DT Date(10) DATE Start date field to store start date value.
6 END_DT Date(10) DATE This field stores the end date values.