GM_PERS_MEMB_VW

(SQL View)
Index Back

Person Accomps w/ Category Vw

This view allows the Grants Module to identify the Memberships (by category=MEM) associated with a professional.

SELECT A.emplid ,A.accomplishment ,A.dt_issued ,B.descr ,B.accomp_category ,A.mandate ,A.mandate_function ,A.mandate_begin_date ,A.mandate_end_date FROM PS_ACCOMPLISHMENTS A , ps_accomp_tbl B WHERE A.accomplishment = B.accomplishment AND B.accomp_category='MEM'

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID

Prompt Table: PERSONAL_DATA

2 ACCOMPLISHMENT Character(8) VARCHAR2(8) NOT NULL Accomplishment

Prompt Table: %RECNAME_EDIT

3 DT_ISSUED Date(10) DATE Issue Date
4 DESCR Character(30) VARCHAR2(30) NOT NULL Description
5 ACCOMP_CATEGORY Character(3) VARCHAR2(3) NOT NULL Accomplishment Category
DEG=Degree
HON=Honor or Award
LIC=License or Certification
LNG=Language
MEM=Membership
NVQ=NVQ
TST=Test
6 MANDATE Character(15) VARCHAR2(15) NOT NULL Mandate
7 MANDATE_FUNCTION Character(15) VARCHAR2(15) NOT NULL Mandate Position
8 MANDATE_BEGIN_DATE Date(10) DATE Mandate Begin Date
9 MANDATE_END_DATE Date(10) DATE Mandate End Date