RB_RPT_PROD_VW(SQL View) |
Index Back |
|---|---|
Common application viewThe common application view which retrieves the definition of a product item. |
| SELECT DISTINCT(A.PRODUCT_ID) , A.DESCR FROM PS_PROD_ITEM A |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(18) | VARCHAR2(18) NOT NULL | Product ID | |
| 2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |