COMM_CA_CTX_VW(SQL View) |
Index Back |
---|---|
Communication Catg Context VwCOMM_CA_CTX_VW is used to prompt for Communication Context. |
select a.institution, a.comm_category, a.effdt, a.comm_context, b.descr from ps_comm_ca_ctx_tbl a ,PS_COMM_CTXT_TBL b where a.institution = b.institution and a.comm_context = b.comm_context and b.effdt = (select max(c.effdt) from PS_COMM_CTXT_TBL c where c.institution = b.institution and c.comm_context = b.comm_context and c.effdt <= a.effdt) |
# | 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 | COMM_CATEGORY | Character(6) | VARCHAR2(6) NOT NULL |
Communication Category
Prompt Table: COMM_CATG_TBL |
3 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
4 | COMM_CONTEXT | Character(6) | VARCHAR2(6) NOT NULL |
Communication Context
Prompt Table: COMM_CTXT_TBL |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |