DW_PAY_GRADE_D
Pay Grade dimension stores the Grade definitions to identify the level or rank of an employee in an organization.
Details
Module: Global Human Resources
Key Columns
GRADE_ID , EFFECTIVE_START_DATE , EFFECTIVE_END_DATE
Columns
| Name | Datatype | Length | Precision | Not Null | Comments | Referred Table | Referred Column |
|---|---|---|---|---|---|---|---|
| GRADE_ID | NUMBER | 38 | 0 | True | System generated primary key column, For translation refer DW_PAY_GRADE_D_TL and join with this ID. #1 | DW_PAY_GRADE_D_TL | GRADE_ID |
| EFFECTIVE_START_DATE | DATE | True | Date Effective Entity: indicates the date at the beginning of the date range within which the row is effective | ||||
| EFFECTIVE_END_DATE | DATE | True | Date Effective Entity: indicates the date at the end of the date range within which the row is effective. | ||||
| SOURCE_RECORD_ID | VARCHAR2 | 128 | This column is for Oracle Internal use only. Unique Source Record Identifier This column contains GRADE_ID,EFFECTIVE_START_DATE and EFFECTIVE_END_DATE. | ||||
| ACTIVE_STATUS | VARCHAR2 | 32 | Indicates if a grade is active or inactive | ||||
| GRADE_CODE | VARCHAR2 | 32 | Code of grade | ||||
| GRADE_TYPE | VARCHAR2 | 32 | Type of the grade. |
Notes
#1 DW_PAY_GRADE_D_TL is date effective. Along with GRADE_ID, join on dates.