PY_ELIG_USA_VW

(SQL View)
Index Back

Year End Form Self Service

Stores eligibility information about whether employee can grant consent to receive electronic year end form.

SELECT DISTINCT A.EMPLID ,'USA' ,'Y' FROM PS_PERSON A WHERE EXISTS ( SELECT 'x' FROM PS_CHECK_YTD US WHERE US.EMPLID=A.EMPLID)

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID
2 COUNTRY Character(3) VARCHAR2(3) NOT NULL Country
3 PY_YE_ELIGIBLE Character(1) VARCHAR2(1) NOT NULL Self Service Year End Forms

Y/N Table Edit