RPM_RA_LIST_CNT(SQL View) |
Index Back |
---|---|
Records for countingThis view consists of unique records for each RA_LIST_ID for counting purpose |
SELECT B.SETID , B.RA_LIST_ID , BO_ID , ROLE_TYPE_ID FROM %Table(RPM_RA_LIST_REC) A , %Table(RPM_RA_LIST_MAP) B WHERE A.SETID = B.SETID AND A.RA_LIST_ID = B.RA_LEAF_LIST_ID GROUP BY B.SETID, B.RA_LIST_ID, BO_ID, ROLE_TYPE_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 | ROLE_TYPE_ID | Number(12,0) | DECIMAL(12) NOT NULL | Role Type ID |