| PROD_ITEM_VW3(SQL View) | Index Back | 
|---|---|
| OM Product ItemThis record holds all the Product attributes for an Order Management Product. | 
| SELECT SETID , PRODUCT_ID , DESCR , DESCR254 FROM PS_PROD_ITEM | 
| # | 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. Prompt Table: SP_SETID_NONVW | |
| 2 | Character(18) | VARCHAR2(18) NOT NULL | Product ID | |
| 3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description | 
| 4 | DESCR254 | Character(254) | VARCHAR2(254) NOT NULL | Description of length 254 |