AV_FNDTN_REL_VW

(SQL View)
Index Back

Foundation Related

This view is used in the Giving Profile screen for the Foundation check box for the EMPLID in context. It is a join between AV_CNST_TYP_TBL and AV_RELATE_PE. Created on 09/16/99 by Jitendra Gupta.

SELECT DISTINCT A.EMPLID ,A.EXT_ORG_ID FROM PS_AV_RELATE_PE A , PS_AV_CNST_TYP_TBL B WHERE A.EXT_ORG_ID = B.EXT_ORG_ID AND B.CNST_TYPE IN (11,12,13)

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