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 | Character(5) | VARCHAR2(5) NOT NULL | This field is used to store the value of SetID on various setup tables. | |
2 | Character(15) | VARCHAR2(15) NOT NULL | Audience ID | |
3 | Signed Number(32,0) | DECIMAL(31) NOT NULL | Business Object ID | |
4 | Number(12,0) | DECIMAL(12) NOT NULL | Role Type ID |