TL_DIRECTREP_5V

(SQL View)
Index Back

Direct Reports Access Type 5

Access Type 5 - Partial Position Management / Supervisor Id This table contains is a combination of "Reports To" and "Supervisor Id". First, the "Reports To" access type is loaded and then the "Supervisor Id" access type is loaded for those employees/jobs that have not been loaded.This table is used only when Partial Position Management has been implemented.

SELECT SUPERVISOR_ID ,SUPERVIS_EMPL_RCD ,EMPLID ,EMPL_RCD ,HR_DR_LEVEL ,EMPL_STATUS ,JOB_EFFDT ,POSITION_NBR ,REPORTS_TO ,SUPERVISOR_FLAG ,DRILL_DOWN_FLAG FROM PS_HR_DIRECT_REP_5

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 SUPERVISOR_ID Character(11) VARCHAR2(11) NOT NULL Supervisor ID
2 SUPERVIS_EMPL_RCD Number(3,0) SMALLINT NOT NULL Supervisor employee record.
3 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID
4 EMPL_RCD Number(3,0) SMALLINT NOT NULL Empl Record
5 HR_DR_LEVEL Number(3,0) SMALLINT NOT NULL Number denoting how many levels down the organizational chart the employee is from the supervisor. Direct reports are always level 1.
6 EMPL_STATUS Character(1) VARCHAR2(1) NOT NULL Payroll Status
A=Active
D=Deceased
L=Leave of Absence
P=Leave With Pay
Q=Retired With Pay
R=Retired
S=Suspended
T=Terminated
U=Terminated With Pay
V=Terminated Pension Pay Out
W=Short Work Break
X=Retired-Pension Administration
7 JOB_EFFDT Date(10) DATE Job Effective Date
8 POSITION_NBR Character(8) VARCHAR2(8) NOT NULL Position Number
9 REPORTS_TO Character(8) VARCHAR2(8) NOT NULL Reports To Position Number
10 SUPERVISOR_FLAG Character(1) VARCHAR2(1) NOT NULL Y/N field to determine if a employee is a supervisor on the direct reports tables.
11 DRILL_DOWN_FLAG Character(1) VARCHAR2(1) NOT NULL Y/N field to determine if the row will appear in the dynamic drill down query. These rows appear in the getsupervisor query.