RBT_PK_SRCH_LVW

(SQL View)
Index Back

Product Kit Components

This view is to get all the components of all the kits that are associated to a product as Service Features (Relationship). This views that these kits are 2 level kits.

SELECT A.SETID , A.PRODUCT_ID , B.LANGUAGE_CD , B.DESCR FROM PS_PROD_RELATIONS A , PS_PROD_ITEM_LNG B WHERE A.PROD_REL_TYPE = 'SF' AND A.PRODUCT_ID = B.PRODUCT_ID AND A.SETID = B.SETID

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

    2 PRODUCT_ID Character(18) VARCHAR2(18) NOT NULL Product ID

    Default Value: NEXT

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