GP_EMP_SEC_VW

(SQL View)
Index Back

EmplID Security View

View to select employees that the operator has access to. This view is used to prompt for EMPLID in search-dialogs/pages where payee-level security is needed.. Access is determined using HR Security View PERS_SRCH_GBL could not be used as it does not have EMPL_RCD as a list field and thus when a payee has multiple jobs, EMPLID sows up multiple times, without EMPL_RCD.

SELECT OPRID , EMPLID , EMPL_RCD , NAME FROM PS_EMPLMT_SRCH_GBL

# 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 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID
3 EMPL_RCD Number(3,0) SMALLINT NOT NULL Empl Record
4 NAME Character(50) VARCHAR2(50) NOT NULL Name