PRODPAC_COMP_VW

(SQL View)
Index Back

Product Package Tree

Product Package Tree Record used in tree

SELECT A.SETID , B.PRODUCT_ID , A.PRODUCT_ID , A.DESCR , A.PRODUCT_KIT_FLAG , B.PROD_DISPLAY_ORDER FROM PS_PROD_ITEM A , PS_PRODKIT_COMPS B WHERE A.SETID = B.SETID AND B.PROD_COMPONENT_ID = A.PRODUCT_ID

  • Related Language Record: PRODPAC_CMP_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 PACKAGE_ID Character(18) VARCHAR2(18) NOT NULL Package ID
    3 PRODUCT_ID Character(18) VARCHAR2(18) NOT NULL Product ID
    4 DESCR Character(30) VARCHAR2(30) NOT NULL Description
    5 PRODUCT_KIT_FLAG Character(1) VARCHAR2(1) NOT NULL Product Kit Flag
    6 PROD_DISPLAY_ORDER Number(2,0) SMALLINT NOT NULL We (PeopleSoft) plan on setting a 'Display Order' on the service features in a product. That is how we would decide the order to show the service features. Instead of just doing it alphabetically.