RA_LSTREC_MCVW(SQL View) |
Index Back |
---|---|
List Records and OLM MCView of List Records and the Marketing Centers for those BO_IDs on the marketing center profile |
SELECT A.SETID , A.RA_LIST_ID , A.BO_ID , B.RA_ATTRIB_SEQ , B.RA_MKT_CENTER FROM PS_RA_LIST_REC A LEFT OUTER JOIN PS_OLM_MKT_CENTER B ON A.BO_ID = B.BO_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 |