PROD_VAT_VW(SQL View) |
Index Back |
|---|---|
View of all Products |
| select a.setid, a.product_id, a.descr from PS_PROD_ITEM a |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | Product SetID | |
| 2 | Character(18) | VARCHAR2(18) NOT NULL | Product ID | |
| 3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |