RB_TSK_PRSN_ROL(SQL View) |
Index Back |
---|---|
View to get Roles of Person.View to get Roles of Person in Task. Used by Task Management. |
SELECT a.BO_ID , a.ROLE_TYPE_ID FROM PS_BO_ROLE a WHERE a.ROLE_START_DT <= %CurrentDateIn AND a.ROLE_END_DT > %CurrentDateIn AND a.ROLE_TYPE_ID IN (4, 9, 88) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BO_ID_CONTACT | Number(31,0) | DECIMAL(31) NOT NULL | This field indicates the Business Object ID for the contact. |
2 | ROLE_TYPE_ID_CNTCT | Number(12,0) | DECIMAL(12) NOT NULL | Stores ROLE_TYPE_ID for the contact |