DEPT_TBL_TMP(SQL Table) |
Index Back |
---|---|
Dept Temp TableDepartment Temp table used in the load of the Direct Reports tables. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: OPR_DEF_TBL_HR.SETID Prompt Table: SET_VLD_HR_01 |
2 | DEPTID | Character(10) | VARCHAR2(10) NOT NULL | Department |
3 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
4 | MANAGER_ID | Character(11) | VARCHAR2(11) NOT NULL |
Manager ID
Prompt Table: HCR_SUP_ID_DVW |
5 | SETID2 | Character(5) | VARCHAR2(5) NOT NULL | 2nd SetId |
6 | DEPTID2 | Character(10) | VARCHAR2(10) NOT NULL | Department |
7 | 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. |
8 | 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. |