RB_RPT_PRDGR_VW(SQL View) |
Index Back |
|---|---|
Common application recordThe Common application record which retrieve the Product Group information |
| SELECT DISTINCT(A.PRODUCT_GROUP) , A.DESCR FROM PS_PROD_GROUP_TBL A |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(10) | VARCHAR2(10) NOT NULL | PRoduct Group | |
| 2 | PRODUCT_DESCR | Character(30) | VARCHAR2(30) NOT NULL | Product Description |