PRODGP_VATVWLNG(SQL View) |
Index Back |
---|---|
Products groups for VAT RLThis view is the related language control view for PRODGP_VAT_VW. |
SELECT a.setid , a.product_group , a.effdt , a.language_cd , a.descr , a.descrshort FROM PS_PROD_GROUP_LNG a WHERE a.prod_grp_type = 'VAT' AND %EffdtCheck(prod_group_lng, a, %CurrentDateIn) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Prompt Table: SP_SETID_NONVW |
|
2 | Character(10) | VARCHAR2(10) NOT NULL | Product Group | |
3 | Date(10) | DATE | Effective Date | |
4 | 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 |