RDH_MRG_ABE_VW

(SQL View)
Index Back

CDM Merge Handler ABE

This is the record for the CDM Merge Handler ABE view.

SELECT A.BO_ID , A.ABE_SEQ , A.DESCR , C.CM_TYPE_ID , B.PROFILE_CM_SEQ , C.CM_PURPOSE_TYPE_ID , A.ROW_ADDED_DTTM FROM PS_BO_ABE A , PS_BO_ABE_DTL B , PS_BO_CM C WHERE A.BO_ID = B.BO_ID AND A.ABE_SEQ = B.ABE_SEQ AND A.BO_ID = C.BO_ID AND B.PROFILE_CM_SEQ = C.PROFILE_CM_SEQ

# 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 ABE_SEQ Number(6,0) INTEGER NOT NULL Address Book sequence number.
3 DESCR Character(30) VARCHAR2(30) NOT NULL Description
4 CM_TYPE_ID Number(6,0) INTEGER NOT NULL Contact Method Type ID
5 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.
6 CM_PURPOSE_TYPE_ID Number(6,0) INTEGER NOT NULL Relationship Contact Method Purpose ID
7 ROW_ADDED_DTTM DateTime(26) TIMESTAMP This is a datetime field for record creation.