RO_PK_PGRP_VW(SQL View) |
Index Back |
|---|---|
Product Price Group viewThis record is a view used for Product Price Group view |
| SELECT x.setid , x.product_group , x.descr FROM PS_PROD_GROUP_TBL x WHERE x.prod_grp_type = 'PRC' AND x.effdt = ( SELECT MAX(y.effdt) FROM PS_PROD_GROUP_TBL y WHERE y.setid = x.setid AND y.product_group = x.product_group AND y.prod_grp_type = x.prod_grp_type AND y.effdt <= %CurrentDateIn) |
| # | 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(10) | VARCHAR2(10) NOT NULL | PRoduct Group | |
| 3 | EOEP_CHAR | Character(254) | VARCHAR2(254) NOT NULL | Long field |