RA_LSTREC_MCVW2(SQL View) |
Index Back |
---|---|
matching mktcentermatching marketing centers - these records have matching marketing centers as defined on the profile data and the audience marketing center control |
SELECT DISTINCT A.SETID , A.RA_LIST_ID , A.BO_ID , A.RA_ATTRIB_SEQ , A.RA_MKT_CENTER FROM PS_RA_LSTREC_MCVW A WHERE A.RA_MKT_CENTER IN ( SELECT B.RA_MKT_CENTER FROM PS_RA_MKTCTR_AUD B WHERE A.SETID=B.SETID AND A.RA_LIST_ID = B.RA_LIST_ID) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL | This field is used to store the value of SetID on various setup tables. |
2 | RA_LIST_ID | Character(15) | VARCHAR2(15) NOT NULL | Audience ID |
3 | BO_ID | Signed Number(32,0) | DECIMAL(31) NOT NULL | Business Object ID |
4 | RA_ATTRIB_SEQ | Number(31,0) | DECIMAL(31) NOT NULL | Profile / attribute sequence numbers |
5 | RA_MKT_CENTER | Character(10) | VARCHAR2(10) NOT NULL | Marketing Center code |