RA_LSTREC_MCVW3

(SQL View)
Index Back

DELETE THESE mktcenter

list of list records that do not have matching marketing centers as noted on profile record olm_market_center and audience marketing center.

SELECT A.SETID , A.RA_LIST_ID , A.BO_ID , A.ROLE_TYPE_ID , A.BO_REL_ID FROM PS_RA_LIST_REC A WHERE A.BO_ID NOT IN ( SELECT B.BO_ID FROM PS_RA_LSTREC_MCVW2 B WHERE A.BO_ID = B.BO_ID AND 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 BO_ROLE_TYPE_ID Number(12,0) DECIMAL(12) NOT NULL BO_ROLE_TYPE_ID
5 BO_REL_ID Signed Number(32,0) DECIMAL(31) NOT NULL Relationship ID of a Business Object