HR_EEO1_TMP_TBL(SQL Table) |
Index Back |
|---|---|
EEO totalsThis table will hold the job categories and the corresponding race/ethnic categories of the employees currently processed for the establishment. |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(1) | VARCHAR2(1) NOT NULL | Status Code | |
| 2 | Character(12) | VARCHAR2(12) NOT NULL |
Establishment ID
Prompt Table: ESTAB_TBL |
|
| 3 | Character(2) | VARCHAR2(2) NOT NULL | EEO-1 Job Category | |
| 4 | Character(8) | VARCHAR2(8) NOT NULL | Ethnic group code | |
| 5 | Number(3,0) | SMALLINT NOT NULL | PayBand ID to be used for EEO1 Reporting | |
| 6 | HR_EEO1_HQ_UNIT | Character(1) | VARCHAR2(1) NOT NULL | Head Quaarter Unit |
| 7 | TOTAL_COUNT | Number(7,0) | INTEGER NOT NULL | Total Count |
| 8 | HR_EEO1_HRS_TOT | Signed Number(13,2) | DECIMAL(11,2) NOT NULL | Reportable Hours for EEO1 Reporting |
| 9 | WHERE_LONG | Long Character | CLOB | Where Clause |