HCDL_POI_VW

(SQL View)
Index Back

Proxy Search View for POI

A list of potential proxies by name for Person of Interest

SELECT A.EMPLID ,0 ,'POI' ,A.NAME_DISPLAY ,A.LAST_NAME_SRCH ,A.FIRST_NAME_SRCH ,B.POI_TYPE FROM PS_PERSON_NAME A , PS_PER_POI_TRANS B WHERE A.EMPLID = B.EMPLID AND B.EFF_STATUS = 'A' AND B.EFFDT = ( SELECT MAX(C.EFFDT) FROM PS_PER_POI_TRANS C WHERE B.EMPLID = C.EMPLID AND C.EFFDT <= %CurrentDateIn)

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

Prompt Table: PERSON

2 EMPL_RCD Number(3,0) SMALLINT NOT NULL Empl Rcd Nbr
3 PER_ORG Character(3) VARCHAR2(3) NOT NULL Defines the Organizational Relationship(s) that a Person has to the Organization. These are Employee, Contingent Worker, and Persons of Interest.
CWR=Contingent Worker
EMP=Employee
POI=Person of Interest
4 NAME_DISPLAY Character(50) VARCHAR2(50) NOT NULL Display Name - name formatted for Display based on the Country
5 LAST_NAME_SRCH Character(30) VARCHAR2(30) NOT NULL Last Name
6 FIRST_NAME_SRCH Character(30) VARCHAR2(30) NOT NULL First Name
7 POI_TYPE Character(5) VARCHAR2(5) NOT NULL Defines the Transactional usage of POIs in HRMS.