RSP_RALISTREC_V(SQL View) |
Index Back |
---|---|
Distinct BO_IDs in RA_LISTThis view is used by Strategic Planning to retrieve distinct BO_IDs from RA_LIST record and also put the BO_ID (and Role Type ID) for consumer and ORG into same field. |
SELECT A.SETID , A.RA_LIST_ID , A.BO_ID , A.ROLE_TYPE_ID FROM PS_RSP_RALSTREC_V2 A WHERE A.START_DATE <= %CurrentDateIn AND A.END_DATE > %CurrentDateIn GROUP BY A.SETID , A.RA_LIST_ID , A.BO_ID , A.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 |