RF_MATPRDITM_VW(SQL View) |
Index Back |
---|---|
Product/Item listRetrieves all inventory items for a product. |
SELECT a.setid , a.inv_item_id , b.product_id , b.descr FROM ps_master_item_tbl a , PS_PROD_ITEM b WHERE a.setid = b.setid AND a.inv_item_id = b.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 | USED_ITEM_ID | Character(18) | VARCHAR2(18) NOT NULL | Item ID |
3 | PRODUCT_ID | Character(18) | VARCHAR2(18) NOT NULL | Product ID |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |