ITEM_PROD_VW(SQL View) |
Index Back |
|---|---|
Item lookupView that lists the inventory items and the product id associated with it. |
| SELECT a.setid , a.inv_item_id , a.descr , a.inv_item_group , a.inv_prod_fam_cd , 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 | Character(5) | VARCHAR2(5) NOT NULL | This field is used to store the value of SetID on various setup tables. | |
| 2 | Character(18) | VARCHAR2(18) NOT NULL | Item ID | |
| 3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
| 4 | INV_ITEM_GROUP | Character(15) | VARCHAR2(15) NOT NULL | Item Group |
| 5 | INV_PROD_FAM_CD | Character(10) | VARCHAR2(10) NOT NULL | Family |
| 6 | PRODUCT_ID | Character(18) | VARCHAR2(18) NOT NULL | Product ID |
| 7 | DESCR1 | Character(30) | VARCHAR2(30) NOT NULL | Descr |