RIT_RELTYPE_VW

(SQL View)
Index Back

All Relationships for Person

All Relationships for Person

SELECT DISTINCT C.BO_ID , A.REL_TYPE_ID , A.BO_REL_ID , B.DESCR FROM PS_BO_REL A ,PS_BO_REL_TYPE B , PS_BO C WHERE A.REL_TYPE_ID = B.REL_TYPE_ID AND (A.BO_ID_2 = C.BO_ID OR A.BO_ID_1 = C.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 REL_TYPE_ID Number(12,0) DECIMAL(12) NOT NULL Relationship Type ID

Prompt Table: BO_REL_TYPE

3 BO_REL_ID Signed Number(32,0) DECIMAL(31) NOT NULL Relationship ID of a Business Object
4 DESCR Character(30) VARCHAR2(30) NOT NULL Description