RB_PROD_GRP_VWL(SQL View) |
Index Back |
---|---|
Product Group ViewThis record stores the valid Product Group Codes to be used for Pricing, Reporting, Accounting, Transit and more. |
SELECT DISTINCT a.product_group , b.language_cd , b.descr FROM PS_PROD_GROUP_TBL a , ps_prod_group_lng b WHERE a.setid = b.setid AND a.prod_grp_type = b.prod_grp_type AND a.product_group = b.product_group AND a.effdt = b.effdt |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PRODUCT_GROUP | Character(10) | VARCHAR2(10) NOT NULL | PRoduct Group |
2 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |