COMM_CATG_SFVW(SQL View) |
Index Back |
---|---|
Communication Category SF ViewThis view shows Comm Categories for all Institutions |
select distinct a.admin_function, a.comm_category, a.descr, a.descrshort from PS_COMM_CATG_TBL a where a.effdt = (select max(b.effdt) from PS_COMM_CATG_TBL b where a.institution = b.institution and a.admin_function = b.admin_function and a.comm_category = b.comm_category and b.effdt <= %currentdatein and b.eff_status = 'A') |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | ADMIN_FUNCTION | Character(4) | VARCHAR2(4) NOT NULL | Administrative Function |
2 | COMM_CATEGORY | Character(6) | VARCHAR2(6) NOT NULL | Communication Category |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
4 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |