RSP_RA_LIST_VW(SQL View) |
Index Back |
---|---|
RA_LIST header information.View to retrieve RA_LIST header information. |
SELECT SETID , RA_LIST_ID , RA_PARENT_LIST_ID , RA_LIST_NAME , LIST_CURR_COUNT FROM %Table(RA_LIST) |
# | 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.
Default Value: OPR_DEF_TBL_RB.SETID Prompt Table: SP_SETID_NONVW |
2 | RA_LIST_ID | Character(15) | VARCHAR2(15) NOT NULL |
Audience ID
Default Value: NEXT |
3 | RA_PARENT_LIST_ID | Character(15) | VARCHAR2(15) NOT NULL |
Marketing Audience parent id field. Parent ID is used to tie the segment to a parent segment.
Prompt Table: RA_SEG_PAR_PRMT |
4 | RA_LIST_NAME | Character(30) | VARCHAR2(30) NOT NULL | Audience / List Name |
5 | LIST_CURR_COUNT | Number(18,0) | DECIMAL(18) NOT NULL | Audience current count |