RA_LIST_CG_VW(SQL View) |
Index Back |
---|---|
List Control Group ViewView of Audiences List Control Group table |
SELECT B.SETID , A.RA_LIST_ID , A.BUSINESS_UNIT , A.RA_CAMPAIGN_ID , C.RA_CMPGN_NAME , C.RA_CMPGN_STATUS_CD , D.LIST_CURR_COUNT , D.SYNCID FROM PS_RA_CM_CNTRL_GRP A , PS_SET_CNTRL_REC B , PS_RA_CAMPAIGN C , PS_RA_LIST D WHERE B.SETCNTRLVALUE = %TrimSubstr(A.BUSINESS_UNIT, 1, 5) AND B.RECNAME = 'RA_LIST' AND C.BUSINESS_UNIT = A.BUSINESS_UNIT AND C.RA_CAMPAIGN_ID = A.RA_CAMPAIGN_ID AND D.SETID = B.SETID AND D.RA_LIST_ID = A.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 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
4 | RA_CAMPAIGN_ID | Character(15) | VARCHAR2(15) NOT NULL | Marketing - Campaign Identification field. Character field that will contain a generated campaign or free form entered campaign id. |
5 | RA_CMPGN_NAME | Character(50) | VARCHAR2(50) NOT NULL | Campaign Name - field containing the name of the campaign. |
6 | RA_CMPGN_STATUS_CD | Character(4) | VARCHAR2(4) NOT NULL |
Valid Campaign and Wave Status Codes
APPR=Approved ARCH=Archived CMPL=Completed DCLN=Declined EXEC=Executing IREV=In Review NEW=New STOP=Stop TRIG=Trigger Approved |
7 | LIST_CURR_COUNT | Number(18,0) | DECIMAL(18) NOT NULL | Audience current count |
8 | SYNCID | Number(10,0) | DECIMAL(10) NOT NULL | The Synchronization ID field stores a value generated by the sync processor. The value is used to identify the type of object that the sync processor is about to handle. |