PROD_ITM_SPS_VW

(SQL View)
Index Back

Product Inventory Item View


SELECT a.setid , a.product_id , a.descr FROM PS_PROD_ITEM a , ps_prod_specs_type b WHERE a.setid = b.setid AND a.product_id = b.product_id

  • Related Language Record: PROD_ITMSPSVLNG
  • # 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 PRODUCT_ID Character(18) VARCHAR2(18) NOT NULL Product ID
    3 DESCR Character(30) VARCHAR2(30) NOT NULL Description