PRDGP_NGACTVWLN(SQL View) |
Index Back |
---|---|
Product Acct Group view RLangThis view is the related language control record for all the PRODGP% views of the acct type. |
SELECT p.setid , p.product_group , p.effdt , p.language_cd , p.descr , p.descrshort FROM ps_prod_group_lng p , PS_PRODGP_NGACT_VW g WHERE g.setid = p.setid AND g.product_group = p.product_group AND g.effdt = p.effdt |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Prompt Table: SP_SETID_NONVW |
2 | PRODUCT_GROUP | Character(10) | VARCHAR2(10) NOT NULL | Product Group |
3 | EFFDT | Date(10) | DATE NOT NULL | Effective Date |
4 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
6 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |