EOEP_PRODGP_LVW(SQL View) |
Index Back |
---|---|
Product Acct Group view RLangThis view is the related language control record for PRODGP% views. |
SELECT x.setid , x.product_group , x.language_cd , x.descr FROM PS_PROD_GROUP_LNG x WHERE x.prod_grp_type = 'PRC' AND x.effdt = ( SELECT MAX(y.effdt) FROM PS_PROD_GROUP_LNG 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 | SETID | 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 | PRODUCT_GROUP | Character(10) | VARCHAR2(10) NOT NULL | PRoduct Group |
3 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
4 | PW_CHAR | Character(254) | VARCHAR2(254) NOT NULL | Long field |