COMM_CTX_ME_OVW

(SQL View)
Index Back

Communication Context Meth Vw

COMM_CTX_ME_VW is used to select the appropriate letter codes for a communication context, method and direction within the communication record.

SELECT Institution , Comm_Context , EFFDT , Comm_Method , Comm_Direction , SCC_Letter_Cd FROM PS_COMM_CTX_ME_TBL WHERE SCC_Letter_Cd <> ' ' AND Comm_Direction = 'OUT'

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 INSTITUTION Character(5) VARCHAR2(5) NOT NULL Academic Institution

Default Value: OPR_DEF_TBL_CS.INSTITUTION

Prompt Table: INSTITUTION_TBL

2 COMM_CONTEXT Character(6) VARCHAR2(6) NOT NULL Communication Context

Prompt Table: COMM_CTXT_TBL

3 EFFDT Date(10) DATE NOT NULL Effective Date

Default Value: %date

4 COMM_METHOD Character(1) VARCHAR2(1) NOT NULL Communication Method
B=Publication
D=Document
E=Email
F=Fax
L=Letter
P=Personal Contact
T=Telephone Call
W=Web
5 COMM_DIRECTION Character(4) VARCHAR2(4) NOT NULL Communication Direction
IN=Incoming Communication
OUT=Outgoing Communication
PERS=In Person
6 SCC_LETTER_CD Character(3) VARCHAR2(3) NOT NULL Letter Code

Prompt Table: SCC_STN_LTR_TBL