Pay Grade dimension stores the Grade definitions to identify the level or rank of an employee in an organization.
Module: Global Human Resources
GRADE_ID , EFFECTIVE_END_DATE , EFFECTIVE_START_DATE
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 | 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. |
#1 DW_PAY_GRADE_D_TL is date effective. Along with GRADE_ID, join on dates.