RPM_RA_LIST_TOT(SQL View) |
Index Back |
---|---|
Total Count for RA_LIST_IDThis view consists of number of unique BO_ID/ROLE_TYPE_ID for a given SETID and RA_LIST_ID |
SELECT SETID , RA_LIST_ID , COUNT(DISTINCT BO_ID) FROM %Table(RPM_RA_LIST_CNT) GROUP BY RA_LIST_ID , SETID |
# | 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 | COUNT_TOTAL | Number(9,0) | DECIMAL(9) NOT NULL | Total Count |