GPIN_TAXYR_SRC

(SQL View)
Index Back

Search - All Pers w/ an ERN

PERS_SRCH_GBL is used as a search view to select person records for you to use when you access a panel. This view shows you records only for persons in departments that your operator class is allowed to access. All PER_ORG Types are returned.

SELECT DISTINCT %Sql(SCRTY_SEL_PKEY, OPR,SEC) ,MTD.GPIN_TAX_YEAR FROM %Sql(SCRTY_PER_NM_FROM) ,PS_GPIN_TDS_MAIN MTD WHERE %Sql(SCRTY_NO_APPT1) AND %Sql(SCRTY_NAME) AND SEC.EMPLID = MTD.EMPLID AND %Sql(SCRTY_WHERE, 'PPLJOB')

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 OPRID Character(30) VARCHAR2(30) NOT NULL A user's ID (see PSOPRDEFN).
2 ROWSECCLASS Character(30) VARCHAR2(30) NOT NULL The class used to determine row level security
3 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID
4 EMPL_RCD Number(3,0) SMALLINT NOT NULL Empl Record
5 GPIN_TAX_YEAR Number(4,0) SMALLINT NOT NULL This field is used to store the Tax Year.