RF_SETID_GRP_VW

(SQL View)
Index Back

Product GroupTableSet IDs

This view lists all the distinct setid that exist in the Product Group table. This was designed to be a prompt table for the setid when dealing with Product Groups.

SELECT A.SETID , A.DESCR , A.DESCRSHORT , A.DESCRLONG FROM PS_SETID_TBL A WHERE EXISTS ( SELECT 'X' FROM PS_PROD_GROUP_TBL C WHERE C.SETID = A.SETID AND C.EFFDT <= %CurrentDateIn AND C.EFF_STATUS = 'A')

  • Related Language Record: RF_SETID_LVW
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 SETID_WRK Character(5) VARCHAR2(5) NOT NULL SetID
    2 DESCR Character(30) VARCHAR2(30) NOT NULL Description
    3 DESCRSHORT Character(10) VARCHAR2(10) NOT NULL Short Description
    4 DESCRLONG Long Character CLOB Long Description