BO_CUST_CI_VW

(SQL View)
Index Back

Customer View for CI component

This is the Customer View for CI component.

SELECT B.SETID , C.ROLE_TYPE_ID , B.BO_ID , A.BO_NAME , D.DESCR FROM PS_BO A , PS_BC B , PS_BO_ROLE C , PS_BO_ROLE_TYPE D WHERE A.BO_ID = B.BO_ID AND A.BO_ID = C.BO_ID AND B.CUSTOMER_IND = 'Y' AND C.ROLE_TYPE_ID = D.ROLE_TYPE_ID

  • Related Language Record: BO_CUST_CILVW
  • # 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 ROLE_TYPE_ID_CUST Number(12,0) DECIMAL(12) NOT NULL Stores ROLE_TYPE_ID for the customer
    3 BO_ID_CUST Number(31,0) DECIMAL(31) NOT NULL This field stores the Business Object ID for the customer.
    4 BO_NAME Character(50) VARCHAR2(50) NOT NULL Name Description of Business Object
    5 ROLE_NAME Character(40) VARCHAR2(40) NOT NULL Role name