RF_PROD_SVC_VW2(SQL View) |
Index Back |
---|---|
Service Product ViewRetrieves products that are associated with an active item. |
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.itm_status_current='1') OR a.inv_item_id=' ') |
# | 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 |