MATL_GRP_TYP_VW(SQL View) |
Index Back |
---|---|
Material Group Type ViewThis table is a view that is used as a prompt table for Group Type. It will only give Group Types for Material Type = 'TST'. |
select A.institution, A.genl_matl_group, B.effdt, B.eff_status, B.descr from ps_matl_grptyp_tbl A, PS_MATL_GRP_TBL 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 = 'TST' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | INSTITUTION | Character(5) | VARCHAR2(5) NOT NULL |
Academic Institution
Prompt Table: INSTITUTION_TBL |
2 | GENL_MATL_GROUP | Character(8) | VARCHAR2(8) NOT NULL | Material Group |
3 | EFFDT | 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 |