DW_JOB_FAMILY_D holds Job Families. Job Families enable identification of related jobs that may not reflect the same attributes as other jobs in the same grouping
Module: Global Human Resources
JOB_FAMILY_ID, EFFECTIVE_END_DATE, EFFECTIVE_START_DATE
| Name | Datatype | Length | Precision | Not Null | Comments | Referred Table | Referred Column |
|---|---|---|---|---|---|---|---|
| JOB_FAMILY_ID | NUMBER | 38 | 0 | True | Transaction system generated primary key column.For translation refer table DW_JOB_FAMILY_D_TL joining this ID.#1 | DW_JOB_FAMILY_D_TL | JOB_FAMILY_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 JOB_FAMILY_ID,EFFECTIVE_START_DATE and EFFECTIVE_END_DATE. | ||||
| BUSINESS_GROUP_ID | NUMBER | 38 | 0 | Identifier of Enterprise, used for multi-tenancy partitioning. | |||
| ACTIVE_STATUS | VARCHAR2 | 32 | Indicates if a job family is active or inactive. | ||||
| JOB_FAMILY_CODE | VARCHAR2 | 256 | Code for Job Family |
#1 DW_JOB_FAMILY_D_TL is date effective. Along with JOB_FAMILY_ID join on dates.
Copyright © 2019, 2025, Oracle and/or its affiliates.