RBE_ACT_STE_VW

(SQL View)
Index Back

RBE_ACT_STE_VW

This view returns all the distinct sites associated with the installed products for a given account.

SELECT DISTINCT A.SETID , A.SITE_ID , A.RBTACCTID , D.BO_NAME , C.ADDRESS1 , C.CITY , C.COUNTRY , C.STATE , C.POSTAL FROM PS_RF_INST_PROD A , PS_BO_SITE_GBL_VW C , PS_BO_NAME D WHERE D.BO_ID = C.BO_ID AND A.PARENT_INST_PRODID = ' ' AND A.SETID = C.SETID (+) AND A.SITE_ID = C.SITE_ID (+) AND D.PRIMARY_IND = 'Y'

  • Parent record: RBT_ACCOUNT
  • # 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.

    Default Value: OPR_DEF_TBL_RB.SETID

    Prompt Table: SP_SETID_NONVW

    2 SITE_ID Character(15) VARCHAR2(15) NOT NULL Uniquely identifies an organizational entity that purchases goods or services from the enterprise. Represents the sold-to customer which is the customer organization that places orders. The CUST_ID may or may not be the same as the identifiers for the bill-to and ship-to locations.
    3 RBTACCTID Character(15) VARCHAR2(15) NOT NULL Unique service account indentifier

    Default Value: NEXT

    4 BO_NAME Character(50) VARCHAR2(50) NOT NULL Name Description of Business Object
    5 ADDRESS1 Character(55) VARCHAR2(55) NOT NULL Address 1
    6 CITY Character(30) VARCHAR2(30) NOT NULL City
    7 COUNTRY Character(3) VARCHAR2(3) NOT NULL Country
    8 STATE Character(6) VARCHAR2(6) NOT NULL State
    9 POSTAL Character(12) VARCHAR2(12) NOT NULL Postal