COMM_CTXT_SFVW

(SQL View)
Index Back

Communication Context SF View

This view shows Comm Context data for all institutions

select distinct a.comm_category, b.comm_context, b.descr, b.descrshort 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 <= %currentdatein and c.eff_status = 'A') and a.effdt = (select max(d.effdt) from PS_COMM_CA_CTX_TBL d where d.institution = a.institution and d.comm_context = a.comm_context and d.comm_category = a.comm_category and d.effdt <= %currentdatein)

  • Related Language Record: COMMCTXTSFVWLNG
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 COMM_CATEGORY Character(6) VARCHAR2(6) NOT NULL Communication Category
    2 COMM_CONTEXT Character(6) VARCHAR2(6) NOT NULL Communication Context
    3 DESCR Character(30) VARCHAR2(30) NOT NULL Description
    4 DESCRSHORT Character(10) VARCHAR2(10) NOT NULL Short Description