IDO_EMPL_JPN_VW

(SQL View)
Index Back

Ido Employee View

Used to create a rowset that is used to add employees to the department tree displayed on the Ido Transfer by Tree page.

SELECT A.EMPLID , A.EMPL_RCD , A.EFFDT , A.HR_STATUS , A.APPT_TYPE , A.BUSINESS_UNIT , A.SETID_DEPT , A.DEPTID , B.NAME FROM PS_JOB A , PS_PERSON_NAME B WHERE A.EMPLID = B.EMPLID AND A.EFFSEQ = ( SELECT MAX(EFFSEQ) FROM PS_JOB WHERE EMPLID = A.EMPLID AND EMPL_RCD = A.EMPL_RCD AND EFFDT = A.EFFDT)

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID
2 EMPL_RCD Number(3,0) SMALLINT NOT NULL Empl Rcd Nbr
3 EFFDT Date(10) DATE Effective Date

Default Value: %date

4 HR_STATUS Character(1) VARCHAR2(1) NOT NULL HR Status
A=Active
I=Inactive
5 APPT_TYPE Character(1) VARCHAR2(1) NOT NULL This field tracks whether a row is a Main Appointment (which all rows outside Japan are), or an Additional Appointment, which is a feature only used by Japanese customers.
0=Core Appointment
1=Japan Kenmu Appointment
2=French Public Sector Appt
3=Staffing
6 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit
7 SETID Character(5) VARCHAR2(5) NOT NULL SetID
8 DEPTID Character(10) VARCHAR2(10) NOT NULL Department
9 NAME Character(50) VARCHAR2(50) NOT NULL Name