RDH_MRGTST_VW3(SQL View) |
Index Back |
---|---|
CDM Test HarnessUsed for testing BO merges in CDM. |
SELECT A.BO_ID , A.PROFILE_CM_SEQ , B.CM_CONCAT FROM PS_BO_CM A , PS_CM B WHERE A.CM_ID = B.CM_ID AND A.BO_CM_START_DT <= %CurrentDateIn AND A.BO_CM_END_DT > %CurrentDateIn |
# | 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_CONCAT | Character(100) | VARCHAR2(100) NOT NULL | Concatenated Contact Method |