| MATGRPTYP4VWLNG(SQL View) | Index Back | 
|---|---|
| Material Group Type4 ViewThis table is a view that is used as a prompt table for Group Type. It will only give Group Types for Material Type = 'SBJ'. | 
| SELECT A.institution , A.genl_matl_group , B.effdt ,B.language_cd , B.descr FROM ps_matl_grptyp_tbl A , PS_MATL_GRP_LNG B WHERE a.institution = b.institution AND a.genl_matl_group = b.genl_matl_group AND b.effdt = a.effdt AND a.genl_matl_type = 'SBJ' | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | Academic Institution Prompt Table: INSTITUTION_TBL | |
| 2 | Character(8) | VARCHAR2(8) NOT NULL | Material Group | |
| 3 | Date(10) | DATE NOT NULL | Effective Date Default Value: %date | |
| 4 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
| 5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |