RG_PROD_GRP_VW

(SQL View)
Index Back

Product Group View

This record displays the valid Product Group Codes to be used for product lookup on Change Request

SELECT DISTINCT a.setid , a.product_group , a.descr FROM PS_PROD_GROUP_TBL a WHERE a.effdt = ( SELECT MAX(b.effdt) FROM PS_PROD_GROUP_TBL b WHERE b.setid = a.setid AND b.prod_grp_type = a.prod_grp_type AND b.product_group = a.product_group AND b.effdt <= %CurrentDateIn) AND a.eff_status = 'A'

  • Related Language Record: RG_PROD_GRP_LVW
  • # 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 PRODUCT_GROUP Character(10) VARCHAR2(10) NOT NULL PRoduct Group
    3 DESCR Character(30) VARCHAR2(30) NOT NULL Description