RF_PROD_SVC_VW

(SQL View)
Index Back

Serviceable Product View

Retrieves products associated with a specific service, for which the item is active and serviceable.

SELECT a.setid , a.product_id , a.descr FROM PS_PROD_ITEM a WHERE (EXISTS ( SELECT 1 FROM ps_master_item_tbl b WHERE a.setid=b.setid AND a.inv_item_id=b.inv_item_id AND b.serviceable_flg = 'Y' AND b.itm_status_current='1') OR a.inv_item_id=' ')

  • Related Language Record: RF_PRD_SVC_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.
    2 PRODUCT_ID Character(18) VARCHAR2(18) NOT NULL Product ID

    Prompt Table: RF_PROD_ITEM_VW

    3 DESCR Character(30) VARCHAR2(30) NOT NULL Description