RBT_INSTSRV_LVW

(SQL View)
Index Back

Installed Services View

This View is to get all the Installed Services (the parent) that are in Active or Suspend Status.

SELECT i.SETID , i.BO_ID_CUST , i.INST_PROD_ID ,LANGUAGE_CD , p.DESCR FROM PS_RF_INST_PROD i , PS_PROD_ITEM_LNG p , PS_RF_INST_PROD_ST h WHERE i.PARENT_INST_PRODID = ' ' AND p.SETID = ( SELECT R.SETID FROM PS_SET_CNTRL_REC R WHERE R.SETCNTRLVALUE = i.SETID AND R.RECNAME = 'PROD_ITEM') AND i.PRODUCT_ID = p.PRODUCT_ID AND h.SETID = i.SETID AND h.INST_PROD_ID = i.INST_PROD_ID AND h.INST_PROD_STATUS IN ('INS', 'SUS','RES')

  • Related Language Record for RBT_INST_SRV_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.

    Default Value: OPR_DEF_TBL_RB.SETID

    Prompt Table: SP_SETID_NONVW

    2 BO_ID_CUST Number(31,0) DECIMAL(31) NOT NULL This field stores the Business Object ID for the customer.
    3 INST_PROD_ID Character(20) VARCHAR2(20) NOT NULL This field is used to represent the installed product ID (key field)

    Default Value: NEXT

    Prompt Table: RBT_INST_SRV_VW
    Set Control Field: INST_PROD_ID

    4 LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Language Code
    5 DESCR Character(30) VARCHAR2(30) NOT NULL Description

    Prompt Table: RBT_INST_SRV_VW
    Set Control Field: DESCR