RIT_REL_ROL3_VW(SQL View) |
Index Back |
---|---|
All Relationships for PersonAll Relationships for Person |
SELECT DISTINCT a.BO_ID , d.BO_ID , d.BO_NAME , e.SETID FROM PS_BO a , PS_BO_REL c ,PS_BO d , PS_BC e WHERE a.BO_ID = c.BO_ID_1 AND c.BO_ID_2 = d.BO_ID AND d.BO_ID = e.BO_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 | BO_ID | Signed Number(32,0) | DECIMAL(31) NOT NULL | Business Object ID |
3 | BO_NAME | Character(50) | VARCHAR2(50) NOT NULL | Name Description of Business Object |
4 | SETID | Character(5) | VARCHAR2(5) NOT NULL | This field is used to store the value of SetID on various setup tables. |