RIT_REL_ROLE_VW(SQL View) |
Index Back |
---|---|
All Relationships for PersonAll Roles that a given BO_ID plays. |
SELECT DISTINCT a.BO_ID , a.ROLE_TYPE_ID ,b.DESCR FROM PS_BO_ROLE a , PS_BO_ROLE_TYPE b WHERE a.ROLE_TYPE_ID = b.ROLE_TYPE_ID |
# | 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 | Number(12,0) | DECIMAL(12) NOT NULL | Role Type ID |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |