BO_CUST_CILVW

(SQL View)
Index Back

Customer View RLR

This is the Customer View RLR.

SELECT B.SETID , C.ROLE_TYPE_ID , B.BO_ID , E.LANGUAGE_CD , E.DESCR FROM PS_BO A , PS_BC B , PS_BO_ROLE C , PS_BO_ROLE_TYPE D , PS_BO_ROLE_TYP_LNG E WHERE A.BO_ID = B.BO_ID AND A.BO_ID = C.BO_ID AND B.CUSTOMER_IND = 'Y' AND C.ROLE_TYPE_ID IN (2, 9, 30, 31) AND C.ROLE_TYPE_ID = D.ROLE_TYPE_ID AND D.ROLE_TYPE_ID = E.ROLE_TYPE_ID

  • Related Language Record for BO_CUST_CI_VW
  • # 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 LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Language Code
    5 ROLE_NAME Character(40) VARCHAR2(40) NOT NULL Role name