RC_SOLNPGRP_VW

(SQL View)
Index Back

Solution Product Group Name

Product Group that is associated with Solution

SELECT A.SETID , A.SOLUTION_ID , A.PRODUCT_GROUP , B.DESCR FROM PS_RC_SOLNPGRP_VW1 A LEFT OUTER JOIN PS_RC_PRDGRP_VW1 B ON (A.SETID = B.SETID AND A.PRODUCT_GROUP = B.PRODUCT_GROUP)

  • Related Language Record: RC_SOLPGRPV_LNG
  • # 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 SOLUTION_ID Number(15,0) DECIMAL(15) NOT NULL Solution ID
    3 PRODUCT_GROUP Character(10) VARCHAR2(10) NOT NULL PRoduct Group
    4 PROD_GRP_DESCR Character(30) VARCHAR2(30) NOT NULL Product group description