RB_PRC_ITEM_VW(SQL View) |
Index Back |
|---|---|
Product PriceThis vies gives the information on setid and product id. This view is used in product |
| SELECT setid , product_id , inv_item_id FROM PS_PROD_ITEM |
| # | 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 |
| 3 | INV_ITEM_ID | Character(18) | VARCHAR2(18) NOT NULL | Item ID |