RDFSITE_CUST_VW

(SQL View)
Index Back

FSI Site customers

FSI Site Customers, holding all company(rel id 4), Consumer(17), Alt Cap(513) and Partnership(514)

SELECT DISTINCT s.SETID , n.BO_ID , r.REL_TYPE_ID , p.BO_NAME FROM PS_RDFSITE_VW s , PS_BO_NAME n , PS_BO_NAME_PRIM_VW p , PS_BO_REL r WHERE s.SERVICE_LOC_SW = 'N' AND s.BO_ID_PARENT = n.BO_ID AND n.BO_ID = p.BO_ID AND s.BO_ID = r.BO_ID_2 AND r.ROLE_TYPE_ID_2 = 3 AND r.REL_TYPE_ID IN (4, 17, 513, 514)

# 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 BO_ID Signed Number(32,0) DECIMAL(31) NOT NULL Business Object ID
3 REL_TYPE_ID Number(12,0) DECIMAL(12) NOT NULL Relationship Type ID
4 BO_NAME Character(50) VARCHAR2(50) NOT NULL Name Description of Business Object