RBF_SSP_VW_LNG(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 setid , product_group , effdt , language_cd , descr , descrshort FROM PS_PROD_GROUP_LNG WHERE prod_grp_type = 'SSP' |
| # | 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 | Date(10) | DATE NOT NULL | 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 |