MATL_GRP_VW(SQL View) |
Index Back |
---|---|
Material Group ViewThis table will give a view of Material Groups that are general material Material Groups. |
select DISTINCT a.institution, A.Genl_Matl_Group, a.effdt, a.eff_status, A.Descr from PS_MATL_GRP_TBL A, PS_MATL_GRPTYP_TBL B, PS_MATL_TYPE_TBL C where b.institution = a.institution and b.genl_matl_group = a.genl_matl_group and b.effdt = a.effdt and C.Genl_Matl_Type = B.Genl_Matl_Type and C.Genl_Matl_Chk = 'Y' |
# | 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 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |