# |
PeopleSoft Field Name |
PeopleSoft Field Type |
Database Column Type |
Description |
1 |
PROCESS_INSTANCE |
Number(10,0) |
DECIMAL(10) NOT NULL |
Process Instance
|
2 |
TREE_NODE |
Character(20) |
VARCHAR2(20) NOT NULL |
Node name
|
3 |
EMPLID |
Character(11) |
VARCHAR2(11) NOT NULL |
Employee ID
|
4 |
EMPL_RCD |
Number(3,0) |
SMALLINT NOT NULL |
Empl Record
|
5 |
SUPERVISOR_ID |
Character(11) |
VARCHAR2(11) NOT NULL |
Supervisor ID
|
6 |
SUPERVISOR_ERN |
Number(3,0) |
SMALLINT NOT NULL |
This is used to hold the Employment Record Number of a supervisor.
|
7 |
PARENT_NODE_NAME |
Character(20) |
VARCHAR2(20) NOT NULL |
Name of parent node
|
8 |
TREE_LEVEL_NUM |
Number(3,0) |
SMALLINT NOT NULL |
Parent tree level if this is a part of the PSTREEBRANCH record
|
9 |
SUPERVISOR_FLAG |
Character(1) |
VARCHAR2(1) NOT NULL |
Y/N field to determine if a employee is a supervisor on the direct reports tables.
|
10 |
HR_SQLTABLENAME_01 |
Character(18) |
VARCHAR2(18) NOT NULL |
SQL Table Name
|