ITEM_PROD_VWLN(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.language_cd , a.descr , b.descr FROM ps_master_itm_lang 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 | INV_ITEM_ID | Character(18) | VARCHAR2(18) NOT NULL | Item ID |
3 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
5 | DESCR1 | Character(30) | VARCHAR2(30) NOT NULL | Descr |